Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci.h24 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
H A Dxhci-ring.c725 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()
H A Dxhci.c1251 reg = HC_VERSION(xhci_readl(&hccr->cr_capbase)); in xhci_lowlevel_init()
H A Dehci-hcd.c1078 reg = HC_VERSION(ehci_readl(&ctrl->hccr->cr_capbase)); in ehci_common_init()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h95 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro