Searched refs:evnt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A 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 …]
|
/openbmc/linux/drivers/net/phy/ |
H A D | dp83640.c | 477 u16 evnt, event_num, gpio_num; in ptp_dp83640_enable() local 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() 669 ext_write(0, tmp->phydev, PAGE5, PTP_EVNT, evnt); in recalibrate() [all …]
|
/openbmc/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
|
/openbmc/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()
|
/openbmc/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()
|