Searched refs:HC_VERSION (Results 1 – 5 of 5) sorted by relevance
24 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
725 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) < 0x100) in xhci_bulk_tx()873 if (HC_VERSION(xhci_readl(&ctrl->hccr->cr_capbase)) >= 0x100) { in xhci_ctrl_tx()
1251 reg = HC_VERSION(xhci_readl(&hccr->cr_capbase)); in xhci_lowlevel_init()
1078 reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); in ehci_common_init()
95 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro