Home
last modified time | relevance | path

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

/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 …]
/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 …]
/drivers/video/fbdev/core/
Dfbmem.c1038 int evnt = (activate & FB_ACTIVATE_ALL) ? in fb_set_var() local
1045 fb_notifier_call_chain(evnt, &event); in fb_set_var()
/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c1903 int evnt = FB_EVENT_MODE_CHANGE_ALL; in sh_mobile_fb_reconfig() local
1932 fb_notifier_call_chain(evnt, &event); in sh_mobile_fb_reconfig()