Home
last modified time | relevance | path

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

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