Searched refs:evnt (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/spi/ |
D | spi-au1550.c | 413 u32 stat, evnt; in au1550_spi_dma_irq_callback() local 416 evnt = hw->regs->psc_spievent; in au1550_spi_dma_irq_callback() 423 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_dma_irq_callback() 444 if (evnt == PSC_SPIEVNT_RO) in au1550_spi_dma_irq_callback() 450 evnt, stat); in au1550_spi_dma_irq_callback() 456 if ((evnt & PSC_SPIEVNT_MD) != 0) { in au1550_spi_dma_irq_callback() 548 u32 stat, evnt; in au1550_spi_pio_irq_callback() local 551 evnt = hw->regs->psc_spievent; in au1550_spi_pio_irq_callback() 558 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_pio_irq_callback() 570 evnt, stat); in au1550_spi_pio_irq_callback() [all …]
|
/linux-5.19.10/drivers/net/phy/ |
D | dp83640.c | 477 u16 evnt, event_num, gpio_num; in ptp_dp83640_enable() local 498 evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in ptp_dp83640_enable() 504 evnt |= (gpio_num & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in ptp_dp83640_enable() 506 evnt |= EVNT_FALL; in ptp_dp83640_enable() 508 evnt |= EVNT_RISE; in ptp_dp83640_enable() 511 ext_write(0, phydev, PAGE5, PTP_EVNT, evnt); in ptp_dp83640_enable() 637 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; in recalibrate() local 666 evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE; in recalibrate() 667 evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in recalibrate() 668 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in recalibrate() [all …]
|
/linux-5.19.10/drivers/infiniband/hw/bnxt_re/ |
D | qplib_rcfw.c | 210 struct creq_qp_event *evnt = (struct creq_qp_event *)resp; in bnxt_qplib_rcfw_send_message() local 248 if (evnt->status) { in bnxt_qplib_rcfw_send_message() 251 cookie, opcode, evnt->status); in bnxt_qplib_rcfw_send_message()
|
/linux-5.19.10/drivers/phy/ |
D | phy-lgm-usb.c | 182 static int vbus_notifier(struct notifier_block *nb, unsigned long evnt, void *ptr) in vbus_notifier() argument
|
/linux-5.19.10/arch/x86/events/intel/ |
D | p4.c | 707 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()
|