Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-fsl.c255 out_le32(&(hcor)->or_portsc[0], PORT_PTS_UTMI); in ehci_fsl_init()
266 out_le32(&(hcor)->or_portsc[0], PORT_PTS_ULPI); in ehci_fsl_init()
H A Dehci-hcd.c159 return (uint32_t *)&ctrl->hcor->or_portsc[port]; in ehci_get_portsc_register()
223 reg = ehci_readl(&ctrl->hcor->or_portsc[i]); in ehci_shutdown()
225 ehci_writel(&ctrl->hcor->or_portsc[i], reg); in ehci_shutdown()
654 ehci_readl(&ctrl->hcor->or_portsc[0]), in ehci_submit_async()
655 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.h157 volatile uint32_t or_portsc; member
H A Dxhci.c903 (&hcor->portregs[le16_to_cpu(req->index) - 1].or_portsc); in xhci_submit_root()