Home
last modified time | relevance | path

Searched defs:HCS_INDICATOR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h47 #define HCS_INDICATOR(p) ((p) & (1 << 4)) macro
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