Home
last modified time | relevance | path

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

/linux-6.15/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.c104 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro
/linux-6.15/include/linux/usb/
H A Dehci_def.h28 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro