Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c309 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()
553 if (hprt0 & DWC2_HPRT0_PRTENA) in dwc_otg_submit_rh_msg_in_status()
751 clrsetbits_le32(&regs->hprt0, DWC2_HPRT0_PRTENA | in dwc_otg_submit_rh_msg_out()
761 clrsetbits_le32(&regs->hprt0, DWC2_HPRT0_PRTENA | in dwc_otg_submit_rh_msg_out()
1192 clrsetbits_le32(&regs->hprt0, DWC2_HPRT0_PRTENA | in dwc2_init_common()
1197 clrbits_le32(&regs->hprt0, DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET | in dwc2_init_common()
1223 clrsetbits_le32(&regs->hprt0, DWC2_HPRT0_PRTENA | in dwc2_uninit_common()
H A Ddwc2.h522 #define DWC2_HPRT0_PRTENA (1 << 2) macro