Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c561 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == DWC2_HPRT0_PRTSPD_LOW) in dwc_otg_submit_rh_msg_in_status()
563 else if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in dwc_otg_submit_rh_msg_in_status()
947 if ((hprt0 & DWC2_HPRT0_PRTSPD_MASK) == in chunk_msg()
H A Ddwc2.h544 #define DWC2_HPRT0_PRTSPD_MASK (0x3 << 17) macro