Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c564 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == DWC2_HPRT0_PRTSPD_LOW) in dwc_otg_submit_rh_msg_in_status()
566 else if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in dwc_otg_submit_rh_msg_in_status()
950 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in chunk_msg()
H A Ddwc2.h545 #define DWC2_HPRT0_PRTSPD_MASK (0x3 << 17) macro