Searched refs:xhci_readl (Results 1 – 15 of 15) sorted by relevance
142 + HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_fsl_probe()146 (uintptr_t)HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_fsl_probe()201 + HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()205 (uintptr_t)HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
76 + HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()80 (uint32_t)HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
31 HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_pci_init()34 hccr, hcor, (u32)HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_pci_init()
175 temp = xhci_readl(&hcor->or_usbcmd); in xhci_start()238 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()252 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()893 port_status = xhci_readl(addr); in xhci_clear_port_change_bit()1018 reg = xhci_readl(status_reg); in xhci_submit_root()1071 reg = xhci_readl(status_reg); in xhci_submit_root()1092 reg = xhci_readl(status_reg); in xhci_submit_root()1247 val2 = xhci_readl(&hcor->or_config); in xhci_lowlevel_init()1255 reg = xhci_readl(&hccr->cr_hcsparams1); in xhci_lowlevel_init()1260 reg = xhci_readl(&hccr->cr_hccparams); in xhci_lowlevel_init()[all …]
50 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_usb_probe()
50 len = HC_LENGTH(xhci_readl(&hcd->cr_capbase)); in xhci_brcm_probe()
364 num_sp = HCS_MAX_SCRATCHPAD(xhci_readl(&hccr->cr_hcsparams2)); in xhci_scratchpad_alloc()383 page_size = xhci_readl(&hcor->or_pagesize) & 0xffff; in xhci_scratchpad_alloc()544 val = xhci_readl(&hccr->cr_dboff); in xhci_mem_init()549 val = xhci_readl(&hccr->cr_rtsoff); in xhci_mem_init()583 val = xhci_readl(&ctrl->ir_set->erst_size); in xhci_mem_init()
97 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_rcar_probe()
127 HC_LENGTH(xhci_readl(&(hccr)->cr_capbase))); in xhci_dwc3_probe()
218 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe()
281 HC_LENGTH(xhci_readl(&mtk->hcd->cr_capbase))); in xhci_mtk_probe()
29 HC_LENGTH(xhci_readl(&(hccr)->cr_capbase))); in __cdns3_host_init()
281 HC_LENGTH(xhci_readl(&u3h->hcd->cr_capbase))); in mtu3_host_probe()
180 HC_LENGTH(xhci_readl(&(hccr)->cr_capbase))); in dwc3_generic_host_probe()
1088 static inline unsigned int xhci_readl(uint32_t volatile *regs) in xhci_readl() function
Completed in 19 milliseconds