Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/isp1760/
Disp1760-regs.h26 #define HCS_INDICATOR(p) ((p) & (1 << 16)) /* true: has port indicators */ macro
/Linux-v4.19/include/linux/usb/
Dehci_def.h42 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro
/Linux-v4.19/drivers/usb/host/
Doxu210hp.h72 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro
Dehci-hub.c721 if (HCS_INDICATOR (ehci->hcs_params)) in ehci_hub_descriptor()
Dehci-dbg.c23 HCS_INDICATOR(params) ? " ind" : "", in dbg_hcs_params()
Dxhci.h106 #define HCS_INDICATOR(p) ((p) & (1 << 4)) macro