Home
last modified time | relevance | path

Searched refs:HCS_INDICATOR (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci.h27 #define HCS_INDICATOR(p) ((p) & (1 << 16)) /* Port indicators */ macro
H A Dxhci.c1231 if (HCS_INDICATOR(reg)) in xhci_lowlevel_init()
H A Dehci-hcd.c1048 if (HCS_INDICATOR(reg)) in ehci_common_init()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h137 #define HCS_INDICATOR(p) ((p) & (1 << 4)) macro