Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-au1550.c424 u32 stat, evnt; in au1550_spi_dma_irq_callback() local
427 evnt = hw->regs->psc_spievent; in au1550_spi_dma_irq_callback()
434 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_dma_irq_callback()
455 if (evnt == PSC_SPIEVNT_RO) in au1550_spi_dma_irq_callback()
461 "(event=0x%x stat=0x%x)!\n", evnt, stat); in au1550_spi_dma_irq_callback()
467 if ((evnt & PSC_SPIEVNT_MD) != 0) { in au1550_spi_dma_irq_callback()
559 u32 stat, evnt; in au1550_spi_pio_irq_callback() local
562 evnt = hw->regs->psc_spievent; in au1550_spi_pio_irq_callback()
569 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_pio_irq_callback()
581 "(event=0x%x stat=0x%x)!\n", evnt, stat); in au1550_spi_pio_irq_callback()
[all …]
/linux-4.1.27/drivers/net/phy/
Ddp83640.c479 u16 evnt, event_num, gpio_num; in ptp_dp83640_enable() local
487 evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in ptp_dp83640_enable()
493 evnt |= (gpio_num & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in ptp_dp83640_enable()
495 evnt |= EVNT_FALL; in ptp_dp83640_enable()
497 evnt |= EVNT_RISE; in ptp_dp83640_enable()
500 ext_write(0, phydev, PAGE5, PTP_EVNT, evnt); in ptp_dp83640_enable()
621 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; in recalibrate() local
650 evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE; in recalibrate()
651 evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in recalibrate()
652 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in recalibrate()
[all …]
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p4.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-4.1.27/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()
/linux-4.1.27/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()