Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dehci_def.h40 #define HCS_DEBUG_PORT(p) (((p)>>20)&0xf) /* bits 23:20, debug port? */ macro
/linux-4.4.14/drivers/usb/host/
Dehci-pci.c247 HCS_DEBUG_PORT(hcs_params), in ehci_pci_setup()
Doxu210hp.h70 #define HCS_DEBUG_PORT(p) (((p)>>20)&0xf) /* bits 23:20, debug port? */ macro
Dehci-dbg.c34 HCS_DEBUG_PORT (params), in dbg_hcs_params()
901 if (i == HCS_DEBUG_PORT(ehci->hcs_params) && ehci->debug) { in fill_registers_buffer()
Dehci-hub.c1150 if (wIndex == HCS_DEBUG_PORT(ehci->hcs_params) && in ehci_hub_control()
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c773 debug_port = HCS_DEBUG_PORT(hcs_params); in ehci_setup()