Home
last modified time | relevance | path

Searched refs:xhci_readl (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci.c147 result = xhci_readl(ptr); in handshake()
172 temp = xhci_readl(&hcor->or_usbcmd); in xhci_start()
202 state = xhci_readl(&hcor->or_usbsts) & STS_HALT; in xhci_reset()
204 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
218 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
852 port_status = xhci_readl(addr); in xhci_clear_port_change_bit()
893 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()
977 reg = xhci_readl(status_reg); in xhci_submit_root()
1030 reg = xhci_readl(status_reg); in xhci_submit_root()
1051 reg = xhci_readl(status_reg); in xhci_submit_root()
[all …]
Dxhci-fsl.c141 + HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_fsl_probe()
145 (uintptr_t)HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_fsl_probe()
200 + HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
204 (uintptr_t)HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
Dxhci-pci.c24 HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_pci_init()
27 hccr, hcor, (u32)HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_pci_init()
Dxhci-omap.c75 + HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
79 (uint32_t)HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
Dxhci-mem.c357 num_sp = HCS_MAX_SCRATCHPAD(xhci_readl(&hccr->cr_hcsparams2)); in xhci_scratchpad_alloc()
372 page_size = xhci_readl(&hcor->or_pagesize) & 0xffff; in xhci_scratchpad_alloc()
533 val = xhci_readl(&hccr->cr_dboff); in xhci_mem_init()
538 val = xhci_readl(&hccr->cr_rtsoff); in xhci_mem_init()
573 val = xhci_readl(&ctrl->ir_set->erst_size); in xhci_mem_init()
Dxhci-mvebu.c49 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_usb_probe()
Dxhci-zynqmp.c111 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe()
Dxhci-rcar.c93 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_rcar_probe()
Dxhci-rockchip.c128 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe()
Dxhci-exynos5.c215 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe()
Dxhci-keystone.c139 (u32)HC_LENGTH(xhci_readl(&hcd->cr_capbase))); in xhci_hcd_init()
Dxhci-dwc3.c208 HC_LENGTH(xhci_readl(&(hccr)->cr_capbase))); in xhci_dwc3_probe()
Dxhci-ring.c682 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) < 0x100) in xhci_bulk_tx()
830 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) == 0x100) { in xhci_ctrl_tx()
Dxhci.h1094 static inline unsigned int xhci_readl(uint32_t volatile *regs) in xhci_readl() function