Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h47 #define HCS_INDICATOR(p) ((p) & (1 << 4)) macro
H A Dehci-hub.c724 if (HCS_INDICATOR (ehci->hcs_params)) in ehci_hub_descriptor()
H A Dehci-dbg.c23 HCS_INDICATOR(params) ? " ind" : "", in dbg_hcs_params()
H A Doxu210hp-hcd.c103 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro
/openbmc/linux/include/linux/usb/
H A Dehci_def.h28 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci.h27 #define HCS_INDICATOR(p) ((p) & (1 << 16)) /* Port indicators */ macro
H A Dxhci.h136 #define HCS_INDICATOR(p) ((p) & (1 << 4)) macro
H A Dxhci.c1220 if (HCS_INDICATOR(reg)) in xhci_lowlevel_init()
H A Dehci-hcd.c1066 if (HCS_INDICATOR(reg)) in ehci_common_init()