Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-au1550.c414 u32 stat, evnt; in au1550_spi_dma_irq_callback() local
417 evnt = hw->regs->psc_spievent; in au1550_spi_dma_irq_callback()
424 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_dma_irq_callback()
445 if (evnt == PSC_SPIEVNT_RO) in au1550_spi_dma_irq_callback()
451 "(event=0x%x stat=0x%x)!\n", evnt, stat); in au1550_spi_dma_irq_callback()
457 if ((evnt & PSC_SPIEVNT_MD) != 0) { in au1550_spi_dma_irq_callback()
549 u32 stat, evnt; in au1550_spi_pio_irq_callback() local
552 evnt = hw->regs->psc_spievent; in au1550_spi_pio_irq_callback()
559 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_pio_irq_callback()
571 "(event=0x%x stat=0x%x)!\n", evnt, stat); in au1550_spi_pio_irq_callback()
[all …]
/drivers/net/phy/
Ddp83640.c469 u16 evnt, event_num, gpio_num; in ptp_dp83640_enable() local
490 evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in ptp_dp83640_enable()
496 evnt |= (gpio_num & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in ptp_dp83640_enable()
498 evnt |= EVNT_FALL; in ptp_dp83640_enable()
500 evnt |= EVNT_RISE; in ptp_dp83640_enable()
503 ext_write(0, phydev, PAGE5, PTP_EVNT, evnt); in ptp_dp83640_enable()
628 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; in recalibrate() local
657 evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE; in recalibrate()
658 evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in recalibrate()
659 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in recalibrate()
[all …]
/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c210 struct creq_qp_event *evnt = (struct creq_qp_event *)resp; in bnxt_qplib_rcfw_send_message() local
244 if (evnt->status) { in bnxt_qplib_rcfw_send_message()
247 cookie, opcode, evnt->status); in bnxt_qplib_rcfw_send_message()
/drivers/phy/
Dphy-lgm-usb.c182 static int vbus_notifier(struct notifier_block *nb, unsigned long evnt, void *ptr) in vbus_notifier() argument