Searched defs:evnt (Results 1 - 4 of 4) sorted by relevance

/drivers/spi/
H A Dspi-au1550.c428 u32 stat, evnt; local
431 evnt = hw->regs->psc_spievent;
438 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO
459 if (evnt == PSC_SPIEVNT_RO)
465 "(event=0x%x stat=0x%x)!\n", evnt, stat);
471 if ((evnt & PSC_SPIEVNT_MD) != 0) {
563 u32 stat, evnt; local
566 evnt = hw->regs->psc_spievent;
573 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO
585 "(event=0x%x stat=0x%x)!\n", evnt, sta
[all...]
/drivers/net/phy/
H A Ddp83640.c478 u16 evnt, event_num, gpio_num; local
486 evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT;
492 evnt |= (gpio_num & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT;
494 evnt |= EVNT_FALL;
496 evnt |= EVNT_RISE;
498 ext_write(0, phydev, PAGE5, PTP_EVNT, evnt);
612 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; local
641 evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE;
642 evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT;
643 evnt |
[all...]
/drivers/video/fbdev/core/
H A Dfbmem.c1038 int evnt = (activate & FB_ACTIVATE_ALL) ? local
1045 fb_notifier_call_chain(evnt, &event);
/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1903 int evnt = FB_EVENT_MODE_CHANGE_ALL; local
1932 fb_notifier_call_chain(evnt, &event);

Completed in 1091 milliseconds