Home
last modified time | relevance | path

Searched refs:grxstsr (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h84 uint32_t grxstsr; /* 1c */ member
H A Dhcd-dwc2.c1253 s->grxstsr = 0; in dwc2_reset_enter()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h59 u32 grxstsr; /* Receive Status Debug Read/Status Read */ member
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h39 u32 grxstsr; member
/openbmc/linux/drivers/usb/dwc2/
H A Dgadget.c2483 u32 grxstsr = dwc2_readl(hsotg, GRXSTSP); in dwc2_hsotg_handle_rx() local
2488 epnum = grxstsr & GRXSTS_EPNUM_MASK; in dwc2_hsotg_handle_rx()
2489 status = grxstsr & GRXSTS_PKTSTS_MASK; in dwc2_hsotg_handle_rx()
2491 size = grxstsr & GRXSTS_BYTECNT_MASK; in dwc2_hsotg_handle_rx()
2495 __func__, grxstsr, size, epnum); in dwc2_hsotg_handle_rx()
2541 __func__, grxstsr); in dwc2_hsotg_handle_rx()