Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c148 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()
853 port_status = xhci_readl(addr); in xhci_clear_port_change_bit()
894 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()
978 reg = xhci_readl(status_reg); in xhci_submit_root()
1031 reg = xhci_readl(status_reg); in xhci_submit_root()
1052 reg = xhci_readl(status_reg); in xhci_submit_root()
[all …]
H A 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()
H A Dxhci-pci.c25 HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_pci_init()
28 hccr, hcor, (u32)HC_LENGTH(xhci_readl(&hccr->cr_capbase))); in xhci_pci_init()
H A Dxhci-omap.c78 + HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
82 (uint32_t)HC_LENGTH(xhci_readl(&(*hccr)->cr_capbase))); in xhci_hcd_init()
H A Dxhci-mem.c358 num_sp = HCS_MAX_SCRATCHPAD(xhci_readl(&hccr->cr_hcsparams2)); in xhci_scratchpad_alloc()
376 page_size = xhci_readl(&hcor->or_pagesize) & 0xffff; in xhci_scratchpad_alloc()
537 val = xhci_readl(&hccr->cr_dboff); in xhci_mem_init()
542 val = xhci_readl(&hccr->cr_rtsoff); in xhci_mem_init()
577 val = xhci_readl(&ctrl->ir_set->erst_size); in xhci_mem_init()
H A Dxhci-mvebu.c52 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_usb_probe()
H A Dxhci-zynqmp.c114 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe()
H A Dxhci-rcar.c106 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_rcar_probe()
H A Dxhci-dwc3.c129 HC_LENGTH(xhci_readl(&(hccr)->cr_capbase))); in xhci_dwc3_probe()
H A Dxhci-exynos5.c216 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe()
H A Dxhci-keystone.c140 (u32)HC_LENGTH(xhci_readl(&hcd->cr_capbase))); in xhci_hcd_init()
H A Dxhci-ring.c683 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) < 0x100) in xhci_bulk_tx()
831 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) >= 0x100) { in xhci_ctrl_tx()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dhost.c28 HC_LENGTH(xhci_readl(&(hccr)->cr_capbase))); in __cdns3_host_init()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c182 HC_LENGTH(xhci_readl(&(hccr)->cr_capbase))); in dwc3_generic_host_probe()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1095 static inline unsigned int xhci_readl(uint32_t volatile *regs) in xhci_readl() function