Searched refs:evnt (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/spi/ |
H A D | spi-au1550.c | 404 u32 stat, evnt; in au1550_spi_dma_irq_callback() local 407 evnt = hw->regs->psc_spievent; in au1550_spi_dma_irq_callback() 414 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_dma_irq_callback() 435 if (evnt == PSC_SPIEVNT_RO) in au1550_spi_dma_irq_callback() 441 evnt, stat); in au1550_spi_dma_irq_callback() 447 if ((evnt & PSC_SPIEVNT_MD) != 0) { in au1550_spi_dma_irq_callback() 539 u32 stat, evnt; in au1550_spi_pio_irq_callback() local 542 evnt = hw->regs->psc_spievent; in au1550_spi_pio_irq_callback() 549 if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO in au1550_spi_pio_irq_callback() 561 evnt, stat); in au1550_spi_pio_irq_callback() [all …]
|
/linux/drivers/net/phy/ |
H A 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() 636 u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val; in recalibrate() local 664 evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE; in recalibrate() 665 evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT; in recalibrate() 666 evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT; in recalibrate() [all …]
|
/linux/drivers/phy/ |
H A D | phy-lgm-usb.c | 182 static int vbus_notifier(struct notifier_block *nb, unsigned long evnt, void *ptr) in vbus_notifier() argument
|
/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_rcfw.c | 486 struct creq_qp_event *evnt = (struct creq_qp_event *)msg->resp; in __bnxt_qplib_rcfw_send_message() local 522 if (evnt->status) { in __bnxt_qplib_rcfw_send_message() 525 cookie, opcode, evnt->status); in __bnxt_qplib_rcfw_send_message()
|
/linux/arch/x86/events/intel/ |
H A 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()
|