Lines Matching refs:hccr
892 struct xhci_hccr *hccr = ctrl->hccr; in xhci_submit_root() local
894 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()
1194 struct xhci_hccr *hccr; in xhci_lowlevel_init() local
1200 hccr = ctrl->hccr; in xhci_lowlevel_init()
1206 val = (xhci_readl(&hccr->cr_hcsparams1) & HCS_SLOTS_MASK); in xhci_lowlevel_init()
1212 if (xhci_mem_init(ctrl, hccr, hcor) < 0) in xhci_lowlevel_init()
1215 reg = xhci_readl(&hccr->cr_hcsparams1); in xhci_lowlevel_init()
1221 reg = xhci_readl(&hccr->cr_hccparams); in xhci_lowlevel_init()
1242 reg = HC_VERSION(xhci_readl(&hccr->cr_capbase)); in xhci_lowlevel_init()
1299 struct xhci_hccr *hccr; in usb_lowlevel_init() local
1306 if (xhci_hcd_init(index, &hccr, (struct xhci_hcor **)&hcor) != 0) in usb_lowlevel_init()
1314 ctrl->hccr = hccr; in usb_lowlevel_init()
1320 ctrl->hccr = NULL; in usb_lowlevel_init()
1487 int xhci_register(struct udevice *dev, struct xhci_hccr *hccr, in xhci_register() argument
1495 ctrl, hccr, hcor); in xhci_register()
1511 ctrl->hccr = hccr; in xhci_register()