Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-dbg.c170 char *names[NUM_PORT_REGS] = { in xhci_print_ports()
180 for (j = 0; j < NUM_PORT_REGS; ++j) { in xhci_print_ports()
Dxhci.h157 #define NUM_PORT_REGS 4 macro
206 __le32 reserved6[NUM_PORT_REGS*254];
Dxhci-mem.c2315 NUM_PORT_REGS*i; in xhci_setup_port_arrays()
2336 NUM_PORT_REGS*i; in xhci_setup_port_arrays()
Dxhci.c3995 raw_port = (addr - base_addr)/NUM_PORT_REGS + 1; in xhci_find_raw_port_number()