Home
last modified time | relevance | path

Searched refs:portregs (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-keystone.c204 portsc_1 = (uint32_t *)(&hcor->portregs[0].or_portsc); in keystone_xhci_phy_suspend()
205 portsc_2 = (uint32_t *)(&hcor->portregs[1].or_portsc); in keystone_xhci_phy_suspend()
Dxhci.h174 struct xhci_hcor_port_regs portregs[MAX_HC_PORTS]; member
Dxhci.c903 (&hcor->portregs[le16_to_cpu(req->index) - 1].or_portsc); in xhci_submit_root()