Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-dbg.c153 char *names[NUM_PORT_REGS] = { in xhci_print_ports()
163 for (j = 0; j < NUM_PORT_REGS; ++j) { in xhci_print_ports()
Dxhci.h135 #define NUM_PORT_REGS 4 macro
184 __le32 reserved6[NUM_PORT_REGS*254];
Dxhci-mem.c2283 NUM_PORT_REGS*i; in xhci_setup_port_arrays()
2304 NUM_PORT_REGS*i; in xhci_setup_port_arrays()
Dxhci.c4007 raw_port = (addr - base_addr)/NUM_PORT_REGS + 1; in xhci_find_raw_port_number()