Home
last modified time | relevance | path

Searched refs:evnt (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/spi/
Dspi-au1550.c423 u32 stat, evnt; in au1550_spi_dma_irq_callback() local
426 evnt = hw->regs->psc_spievent; in au1550_spi_dma_irq_callback()
433 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_dma_irq_callback()
454 if (evnt == PSC_SPIEVNT_RO) in au1550_spi_dma_irq_callback()
460 "(event=0x%x stat=0x%x)!\n", evnt, stat); in au1550_spi_dma_irq_callback()
466 if ((evnt & PSC_SPIEVNT_MD) != 0) { in au1550_spi_dma_irq_callback()
558 u32 stat, evnt; in au1550_spi_pio_irq_callback() local
561 evnt = hw->regs->psc_spievent; in au1550_spi_pio_irq_callback()
568 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_pio_irq_callback()
580 "(event=0x%x stat=0x%x)!\n", evnt, stat); in au1550_spi_pio_irq_callback()
[all …]
/Linux-v4.19/drivers/net/phy/
Ddp83640.c481 u16 evnt, event_num, gpio_num; in ptp_dp83640_enable() local
489 evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in ptp_dp83640_enable()
495 evnt |= (gpio_num & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in ptp_dp83640_enable()
497 evnt |= EVNT_FALL; in ptp_dp83640_enable()
499 evnt |= EVNT_RISE; in ptp_dp83640_enable()
502 ext_write(0, phydev, PAGE5, PTP_EVNT, evnt); in ptp_dp83640_enable()
623 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; in recalibrate() local
652 evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE; in recalibrate()
653 evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in recalibrate()
654 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in recalibrate()
[all …]
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c199 struct creq_qp_event *evnt = (struct creq_qp_event *)resp; in bnxt_qplib_rcfw_send_message() local
233 if (evnt->status) { in bnxt_qplib_rcfw_send_message()
236 cookie, opcode, evnt->status); in bnxt_qplib_rcfw_send_message()
/Linux-v4.19/arch/x86/events/intel/
Dp4.c707 unsigned int evnt = p4_config_unpack_event(config); in p4_config_get_bind() local
710 if (evnt < ARRAY_SIZE(p4_event_bind_map)) in p4_config_get_bind()
711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbmem.c1028 int evnt = (activate & FB_ACTIVATE_ALL) ? in fb_set_var() local
1035 fb_notifier_call_chain(evnt, &event); in fb_set_var()
/Linux-v4.19/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c1842 int evnt = FB_EVENT_MODE_CHANGE_ALL; in sh_mobile_fb_reconfig() local
1871 fb_notifier_call_chain(evnt, &event); in sh_mobile_fb_reconfig()