evnt              707 arch/x86/events/intel/p4.c 	unsigned int evnt = p4_config_unpack_event(config);
evnt              710 arch/x86/events/intel/p4.c 	if (evnt < ARRAY_SIZE(p4_event_bind_map))
evnt              711 arch/x86/events/intel/p4.c 		bind = &p4_event_bind_map[evnt];
evnt              209 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	struct creq_qp_event *evnt = (struct creq_qp_event *)resp;
evnt              243 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 	if (evnt->status) {
evnt              246 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c 			cookie, opcode, evnt->status);
evnt              468 drivers/net/phy/dp83640.c 	u16 evnt, event_num, gpio_num;
evnt              489 drivers/net/phy/dp83640.c 		evnt = EVNT_WR | (event_num & EVNT_SEL_MASK) << EVNT_SEL_SHIFT;
evnt              495 drivers/net/phy/dp83640.c 			evnt |= (gpio_num & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT;
evnt              497 drivers/net/phy/dp83640.c 				evnt |= EVNT_FALL;
evnt              499 drivers/net/phy/dp83640.c 				evnt |= EVNT_RISE;
evnt              502 drivers/net/phy/dp83640.c 		ext_write(0, phydev, PAGE5, PTP_EVNT, evnt);
evnt              627 drivers/net/phy/dp83640.c 	u16 cal_gpio, cfg0, evnt, ptp_trig, trigger, val;
evnt              656 drivers/net/phy/dp83640.c 	evnt = EVNT_WR | EVNT_RISE | EVNT_SINGLE;
evnt              657 drivers/net/phy/dp83640.c 	evnt |= (CAL_EVENT & EVNT_SEL_MASK) << EVNT_SEL_SHIFT;
evnt              658 drivers/net/phy/dp83640.c 	evnt |= (cal_gpio & EVNT_GPIO_MASK) << EVNT_GPIO_SHIFT;
evnt              662 drivers/net/phy/dp83640.c 		ext_write(0, tmp->phydev, PAGE5, PTP_EVNT, evnt);
evnt              664 drivers/net/phy/dp83640.c 	ext_write(0, master, PAGE5, PTP_EVNT, evnt);
evnt              414 drivers/spi/spi-au1550.c 	u32 stat, evnt;
evnt              417 drivers/spi/spi-au1550.c 	evnt = hw->regs->psc_spievent;
evnt              424 drivers/spi/spi-au1550.c 	if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO
evnt              445 drivers/spi/spi-au1550.c 		if (evnt == PSC_SPIEVNT_RO)
evnt              451 drivers/spi/spi-au1550.c 				"(event=0x%x stat=0x%x)!\n", evnt, stat);
evnt              457 drivers/spi/spi-au1550.c 	if ((evnt & PSC_SPIEVNT_MD) != 0) {
evnt              549 drivers/spi/spi-au1550.c 	u32 stat, evnt;
evnt              552 drivers/spi/spi-au1550.c 	evnt = hw->regs->psc_spievent;
evnt              559 drivers/spi/spi-au1550.c 	if ((evnt & (PSC_SPIEVNT_MM | PSC_SPIEVNT_RO
evnt              571 drivers/spi/spi-au1550.c 			"(event=0x%x stat=0x%x)!\n", evnt, stat);
evnt              621 drivers/spi/spi-au1550.c 	if (evnt & PSC_SPIEVNT_TU) {