Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h24 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
H A 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()
H A Dxhci.h94 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
H A Dxhci.c1238 reg = HC_VERSION(xhci_readl(&hccr->cr_capbase)); in xhci_lowlevel_init()
H A Dehci-hcd.c1094 reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); in ehci_common_init()