Lines Matching refs:xhci_readl
148 result = xhci_readl(ptr); in handshake()
173 temp = xhci_readl(&hcor->or_usbcmd); in xhci_start()
203 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
205 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
219 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
862 port_status = xhci_readl(addr); in xhci_clear_port_change_bit()
903 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()
987 reg = xhci_readl(status_reg); in xhci_submit_root()
1040 reg = xhci_readl(status_reg); in xhci_submit_root()
1061 reg = xhci_readl(status_reg); in xhci_submit_root()
1215 val = (xhci_readl(&hccr->cr_hcsparams1) & HCS_SLOTS_MASK); in xhci_lowlevel_init()
1216 val2 = xhci_readl(&hcor->or_config); in xhci_lowlevel_init()
1224 reg = xhci_readl(&hccr->cr_hcsparams1); in xhci_lowlevel_init()
1230 reg = xhci_readl(&hccr->cr_hccparams); in xhci_lowlevel_init()
1251 reg = HC_VERSION(xhci_readl(&hccr->cr_capbase)); in xhci_lowlevel_init()
1264 temp = xhci_readl(&ctrl->hcor->or_usbsts); in xhci_lowlevel_stop()
1266 temp = xhci_readl(&ctrl->ir_set->irq_pending); in xhci_lowlevel_stop()