Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h365 #define DWC3_DEPCMD_STATUS(x) (((x) >> 15) & 1) macro
H A Dgadget.c309 DWC3_DEPCMD_STATUS(reg)); in dwc3_send_gadget_ep_cmd()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h539 #define DWC3_DEPCMD_STATUS(x) (((x) >> 12) & 0x0F) macro
H A Dgadget.c380 cmd_status = DWC3_DEPCMD_STATUS(reg); in dwc3_send_gadget_ep_cmd()