Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Ddwc2.c236 uint32_t hprt0 = 0; in dwc_otg_core_host_init() local
302 hprt0 = readl(&regs->hprt0); in dwc_otg_core_host_init()
303 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()
304 hprt0 &= ~(DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG); in dwc_otg_core_host_init()
305 if (!(hprt0 & DWC2_HPRT0_PRTPWR)) { in dwc_otg_core_host_init()
306 hprt0 |= DWC2_HPRT0_PRTPWR; in dwc_otg_core_host_init()
307 writel(hprt0, &regs->hprt0); in dwc_otg_core_host_init()
523 uint32_t hprt0 = 0; in dwc_otg_submit_rh_msg_in_status() local
544 hprt0 = readl(&regs->hprt0); in dwc_otg_submit_rh_msg_in_status()
545 if (hprt0 & DWC2_HPRT0_PRTCONNSTS) in dwc_otg_submit_rh_msg_in_status()
[all …]
Ddwc2.h60 u32 hprt0; /* 0x440 */ member