Home
last modified time | relevance | path

Searched refs:or_portsc (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-keystone.c205 portsc_1 = (uint32_t *)(&hcor->portregs[0].or_portsc); in keystone_xhci_phy_suspend()
206 portsc_2 = (uint32_t *)(&hcor->portregs[1].or_portsc); in keystone_xhci_phy_suspend()
H A Dehci-fsl.c257 out_le32(&(hcor)->or_portsc[0], PORT_PTS_UTMI); in ehci_fsl_init()
268 out_le32(&(hcor)->or_portsc[0], PORT_PTS_ULPI); in ehci_fsl_init()
H A Dehci-hcd.c160 return (uint32_t *)&ctrl->hcor->or_portsc[port]; in ehci_get_portsc_register()
224 reg = ehci_readl(&ctrl->hcor->or_portsc[i]); in ehci_shutdown()
226 ehci_writel(&ctrl->hcor->or_portsc[i], reg); in ehci_shutdown()
640 ehci_readl(&ctrl->hcor->or_portsc[0]), in ehci_submit_async()
641 ehci_readl(&ctrl->hcor->or_portsc[1])); in ehci_submit_async()
H A Dehci.h65 uint32_t or_portsc[MAX_HC_PORTS]; member
H A Dxhci.c904 (&hcor->portregs[le16_to_cpu(req->index) - 1].or_portsc); in xhci_submit_root()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h158 volatile uint32_t or_portsc; member