Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dhw.h182 #define GRXSTS_PKTSTS_MASK (0xf << 17) macro
A Dhcd_intr.c204 pktsts = (grxsts & GRXSTS_PKTSTS_MASK) >> GRXSTS_PKTSTS_SHIFT; in dwc2_rx_fifo_level_intr()
A Dgadget.c2486 status = grxstsr & GRXSTS_PKTSTS_MASK; in dwc2_hsotg_handle_rx()
2494 switch ((status & GRXSTS_PKTSTS_MASK) >> GRXSTS_PKTSTS_SHIFT) { in dwc2_hsotg_handle_rx()

Completed in 17 milliseconds