Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci_def.h27 #define HCS_DEBUG_PORT(p) (((p)>>20)&0xf) /* bits 23:20, debug port? */ macro
/linux/drivers/usb/host/
H A Dehci-pci.c253 HCS_DEBUG_PORT(hcs_params), in ehci_pci_setup()
H A Dehci-hub.c1037 if (wIndex == HCS_DEBUG_PORT(ehci->hcs_params) && in ehci_hub_control()
H A Doxu210hp-hcd.c102 #define HCS_DEBUG_PORT(p) (((p)>>20)&0xf) /* bits 23:20, debug port? */ macro
/linux/drivers/usb/early/
H A Dehci-dbgp.c767 debug_port = HCS_DEBUG_PORT(hcs_params); in ehci_setup()