Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c559 if (hprt0 & DWC2_HPRT0_PRTRST) in dwc_otg_submit_rh_msg_in_status()
755 DWC2_HPRT0_PRTRST); in dwc_otg_submit_rh_msg_out()
757 clrbits_le32(&regs->hprt0, DWC2_HPRT0_PRTRST); in dwc_otg_submit_rh_msg_out()
765 DWC2_HPRT0_PRTRST); in dwc_otg_submit_rh_msg_out()
1195 DWC2_HPRT0_PRTRST); in dwc2_init_common()
1199 DWC2_HPRT0_PRTRST); in dwc2_init_common()
1226 DWC2_HPRT0_PRTRST); in dwc2_uninit_common()
H A Ddwc2.h534 #define DWC2_HPRT0_PRTRST (1 << 8) macro