Home
last modified time | relevance | path

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

/drivers/usb/early/
Dehci-dbgp.c760 u32 debug_port, new_debug_port = 0, n_ports; in ehci_setup() local
773 debug_port = HCS_DEBUG_PORT(hcs_params); in ehci_setup()
774 dbgp_phys_port = debug_port; in ehci_setup()
777 dbgp_printk("debug_port: %d\n", debug_port); in ehci_setup()
786 if (port_map_tried && (new_debug_port != debug_port)) { in ehci_setup()
817 port_map_tried |= (1<<(debug_port - 1)); in ehci_setup()
818 new_debug_port = ((debug_port-1+1)%n_ports) + 1; in ehci_setup()
833 u32 debug_port, bar, offset; in early_dbgp_init() local
857 debug_port = read_pci_config(bus, slot, func, cap); in early_dbgp_init()
858 bar = (debug_port >> 29) & 0x7; in early_dbgp_init()
[all …]