Home
last modified time | relevance | path

Searched refs:cr_hccparams (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-mem.c424 CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
426 ctx->size += CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
629 (ctx->bytes + CTX_SIZE(readl(&ctrl->hccr->cr_hccparams))); in xhci_get_slot_ctx()
651 (ep_index * CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)))); in xhci_get_ep_ctx()
Dehci.h27 uint32_t cr_hccparams; member
Dxhci.h86 uint32_t cr_hccparams; member
Dxhci.c1219 reg = xhci_readl(&hccr->cr_hccparams); in xhci_lowlevel_init()
Dehci-hcd.c990 if (ehci_readl(&ctrl->hccr->cr_hccparams) & 1) in ehci_common_init()