Home
last modified time | relevance | path

Searched refs:GRXSTS_DPID_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h192 #define GRXSTS_DPID_SHIFT 15 macro
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h166 #define GRXSTS_DPID_SHIFT 15 macro
H A Dhcd_intr.c173 dpid = (grxsts & GRXSTS_DPID_MASK) >> GRXSTS_DPID_SHIFT; in dwc2_rx_fifo_level_intr()