Home
last modified time | relevance | path

Searched refs:portregs (Results 1 – 3 of 3) 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 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.h175 struct xhci_hcor_port_regs portregs[MAX_HC_PORTS]; member