Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h347 #define DWC3_DEPCMD_STATUS(x) (((x) >> 15) & 1) macro
H A Dgadget.c307 DWC3_DEPCMD_STATUS(reg)); in dwc3_send_gadget_ep_cmd()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h557 #define DWC3_DEPCMD_STATUS(x) (((x) >> 12) & 0x0F) macro
H A Dgadget.c392 cmd_status = DWC3_DEPCMD_STATUS(reg); in dwc3_send_gadget_ep_cmd()