Searched refs:grxstsr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | gadget.c | 2479 u32 grxstsr = dwc2_readl(hsotg, GRXSTSP); in dwc2_hsotg_handle_rx() local 2484 epnum = grxstsr & GRXSTS_EPNUM_MASK; in dwc2_hsotg_handle_rx() 2485 status = grxstsr & GRXSTS_PKTSTS_MASK; in dwc2_hsotg_handle_rx() 2487 size = grxstsr & GRXSTS_BYTECNT_MASK; in dwc2_hsotg_handle_rx() 2491 __func__, grxstsr, size, epnum); in dwc2_hsotg_handle_rx() 2537 __func__, grxstsr); in dwc2_hsotg_handle_rx()
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | gadget.c | 2479 u32 grxstsr = dwc2_readl(hsotg, GRXSTSP); in dwc2_hsotg_handle_rx() local 2484 epnum = grxstsr & GRXSTS_EPNUM_MASK; in dwc2_hsotg_handle_rx() 2485 status = grxstsr & GRXSTS_PKTSTS_MASK; in dwc2_hsotg_handle_rx() 2487 size = grxstsr & GRXSTS_BYTECNT_MASK; in dwc2_hsotg_handle_rx() 2491 __func__, grxstsr, size, epnum); in dwc2_hsotg_handle_rx() 2537 __func__, grxstsr); in dwc2_hsotg_handle_rx()
|
Completed in 11 milliseconds