HomeSort by relevance Sort by last modified time
    Searched refs:or_portsc (Results 1 - 6 of 6) sorted by null

  /external/u-boot/drivers/usb/host/
xhci-keystone.c 204 portsc_1 = (uint32_t *)(&hcor->portregs[0].or_portsc);
205 portsc_2 = (uint32_t *)(&hcor->portregs[1].or_portsc);
ehci-fsl.c 248 out_le32(&(hcor)->or_portsc[0], PORT_PTS_UTMI);
259 out_le32(&(hcor)->or_portsc[0], PORT_PTS_ULPI);
ehci.h 63 uint32_t or_portsc[MAX_HC_PORTS]; member in struct:ehci_hcor
ehci-hcd.c 159 return (uint32_t *)&ctrl->hcor->or_portsc[port];
223 reg = ehci_readl(&ctrl->hcor->or_portsc[i]);
225 ehci_writel(&ctrl->hcor->or_portsc[i], reg);
648 ehci_readl(&ctrl->hcor->or_portsc[0]),
649 ehci_readl(&ctrl->hcor->or_portsc[1]));
    [all...]
xhci.h 157 volatile uint32_t or_portsc; member in struct:xhci_hcor_port_regs
    [all...]
xhci.c 903 (&hcor->portregs[le16_to_cpu(req->index) - 1].or_portsc);
    [all...]

Completed in 96 milliseconds