Home
last modified time | relevance | path

Searched refs:DWC2_HPRT0_PRTSPD_MASK (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Ddwc2.c558 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == DWC2_HPRT0_PRTSPD_LOW) in dwc_otg_submit_rh_msg_in_status()
560 else if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in dwc_otg_submit_rh_msg_in_status()
944 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in chunk_msg()
Ddwc2.h544 #define DWC2_HPRT0_PRTSPD_MASK (0x3 << 17) macro