Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h42 #define HCS_INDICATOR(p) ((p)&(1 << 16)) /* true: has port indicators */ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h26 #define HCS_INDICATOR(p) ((p) & (1 << 16)) /* true: has port indicators */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h27 #define HCS_INDICATOR(p) ((p) & (1 << 16)) /* Port indicators */ macro
H A Dxhci.c1222 if (HCS_INDICATOR(reg)) in xhci_lowlevel_init()
H A Dehci-hcd.c1048 if (HCS_INDICATOR(reg)) in ehci_common_init()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h137 #define HCS_INDICATOR(p) ((p) & (1 << 4)) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-dbg.c23 HCS_INDICATOR(params) ? " ind" : "", in dbg_hcs_params()
H A Dehci-hub.c723 if (HCS_INDICATOR (ehci->hcs_params)) in ehci_hub_descriptor()
H A Dxhci.h110 #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