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

/linux-4.4.14/drivers/net/phy/
H A Ddp83640.c480 u16 evnt, event_num, gpio_num; ptp_dp83640_enable() local
488 evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; ptp_dp83640_enable()
494 evnt |= (gpio_num & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; ptp_dp83640_enable()
496 evnt |= EVNT_FALL; ptp_dp83640_enable()
498 evnt |= EVNT_RISE; ptp_dp83640_enable()
501 ext_write(0, phydev, PAGE5, PTP_EVNT, evnt); ptp_dp83640_enable()
622 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; recalibrate() local
651 evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE; recalibrate()
652 evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; recalibrate()
653 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; recalibrate()
657 ext_write(0, tmp->phydev, PAGE5, PTP_EVNT, evnt); recalibrate()
659 ext_write(0, master, PAGE5, PTP_EVNT, evnt); recalibrate()
/linux-4.4.14/drivers/spi/
H A Dspi-au1550.c423 u32 stat, evnt; au1550_spi_dma_irq_callback() local
426 evnt = hw->regs->psc_spievent; au1550_spi_dma_irq_callback()
433 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO au1550_spi_dma_irq_callback()
454 if (evnt == PSC_SPIEVNT_RO) au1550_spi_dma_irq_callback()
460 "(event=0x%x stat=0x%x)!\n", evnt, stat); au1550_spi_dma_irq_callback()
466 if ((evnt & PSC_SPIEVNT_MD) != 0) { au1550_spi_dma_irq_callback()
558 u32 stat, evnt; au1550_spi_pio_irq_callback() local
561 evnt = hw->regs->psc_spievent; au1550_spi_pio_irq_callback()
568 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO au1550_spi_pio_irq_callback()
580 "(event=0x%x stat=0x%x)!\n", evnt, stat); au1550_spi_pio_irq_callback()
630 if (evnt & PSC_SPIEVNT_TU) { au1550_spi_pio_irq_callback()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_p4.c707 unsigned int evnt = p4_config_unpack_event(config); p4_config_get_bind() local
710 if (evnt < ARRAY_SIZE(p4_event_bind_map)) p4_config_get_bind()
711 bind = &p4_event_bind_map[evnt]; p4_config_get_bind()
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbmem.c1038 int evnt = (activate & FB_ACTIVATE_ALL) ? fb_set_var() local
1045 fb_notifier_call_chain(evnt, &event); fb_set_var()
/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1903 int evnt = FB_EVENT_MODE_CHANGE_ALL; sh_mobile_fb_reconfig() local
1932 fb_notifier_call_chain(evnt, &event); sh_mobile_fb_reconfig()
/linux-4.4.14/sound/soc/
H A Dsoc-topology.c590 /* bind a widgets to it's evnt handlers */ snd_soc_tplg_widget_bind_event()

Completed in 358 milliseconds