Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c246 uint32_t hprt0 = 0; in dwc_otg_core_host_init() local
312 hprt0 = readl(&regs->hprt0); in dwc_otg_core_host_init()
313 hprt0 &= ~(DWC2_HPRT0_PRTENA | DWC2_HPRT0_PRTCONNDET); in dwc_otg_core_host_init()
314 hprt0 &= ~(DWC2_HPRT0_PRTENCHNG | DWC2_HPRT0_PRTOVRCURRCHNG); in dwc_otg_core_host_init()
315 if (!(hprt0 & DWC2_HPRT0_PRTPWR)) { in dwc_otg_core_host_init()
316 hprt0 |= DWC2_HPRT0_PRTPWR; in dwc_otg_core_host_init()
317 writel(hprt0, &regs->hprt0); in dwc_otg_core_host_init()
541 uint32_t hprt0 = 0; in dwc_otg_submit_rh_msg_in_status() local
562 hprt0 = readl(&regs->hprt0); in dwc_otg_submit_rh_msg_in_status()
563 if (hprt0 & DWC2_HPRT0_PRTCONNSTS) in dwc_otg_submit_rh_msg_in_status()
[all …]
H A Ddwc2.h61 u32 hprt0; /* 0x440 */ member