Searched refs:GRXSTS_DPID_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/usb/dwc2/ | ||
D | hw.h | 165 #define GRXSTS_DPID_MASK (0x3 << 15) macro |
D | hcd_intr.c | 173 dpid = (grxsts & GRXSTS_DPID_MASK) >> GRXSTS_DPID_SHIFT; in dwc2_rx_fifo_level_intr() |