Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c427 CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
429 ctx->size += CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
632 (ctx->bytes + CTX_SIZE(readl(&ctrl->hccr->cr_hccparams))); in xhci_get_slot_ctx()
654 (ep_index * CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)))); in xhci_get_ep_ctx()
H A Dehci.h29 uint32_t cr_hccparams; member
H A Dxhci.h86 uint32_t cr_hccparams; member
H A Dxhci.c1219 reg = xhci_readl(&hccr->cr_hccparams); in xhci_lowlevel_init()
H A Dehci-hcd.c1000 if (ehci_readl(&ctrl->hccr->cr_hccparams) & 1) in ehci_common_init()