Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c313 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()
584 if (hprt0 & DWC2_HPRT0_PRTCONNDET) in dwc_otg_submit_rh_msg_in_status()
752 setbits_le32(&regs->hprt0, DWC2_HPRT0_PRTCONNDET); in dwc_otg_submit_rh_msg_out()
764 DWC2_HPRT0_PRTCONNDET | in dwc_otg_submit_rh_msg_out()
774 DWC2_HPRT0_PRTCONNDET | in dwc_otg_submit_rh_msg_out()
1207 DWC2_HPRT0_PRTCONNDET | DWC2_HPRT0_PRTENCHNG | in dwc2_init_common()
1211 clrbits_le32(&regs->hprt0, DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in dwc2_init_common()
1240 DWC2_HPRT0_PRTCONNDET | DWC2_HPRT0_PRTENCHNG | in dwc2_uninit_common()
H A Ddwc2.h520 #define DWC2_HPRT0_PRTCONNDET (1 << 1) macro