Home
last modified time | relevance | path

Searched refs:DWC3_DGCMD_STATUS (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h331 #define DWC3_DGCMD_STATUS(n) (((n) >> 15) & 1) macro
H A Dgadget.c277 DWC3_DGCMD_STATUS(reg)); in dwc3_send_gadget_generic_command()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h539 #define DWC3_DGCMD_STATUS(n) (((n) >> 12) & 0x0F) macro
H A Dgadget.c263 status = DWC3_DGCMD_STATUS(reg); in dwc3_send_gadget_generic_command()