Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-hub.c69 port = HCS_N_PORTS(ehci->hcs_params); in ehci_handover_companion_ports()
83 port = HCS_N_PORTS(ehci->hcs_params); in ehci_handover_companion_ports()
110 port = HCS_N_PORTS(ehci->hcs_params); in ehci_handover_companion_ports()
141 int i = HCS_N_PORTS(ehci->hcs_params); in ehci_port_change()
178 port = HCS_N_PORTS(ehci->hcs_params); in ehci_adjust_port_wakeup_flags()
190 port = HCS_N_PORTS(ehci->hcs_params); in ehci_adjust_port_wakeup_flags()
210 port = HCS_N_PORTS(ehci->hcs_params); in ehci_adjust_port_wakeup_flags()
269 port = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_suspend()
331 port = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_suspend()
438 i = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_resume()
[all …]
Dehci-sysfs.c33 nports = HCS_N_PORTS(ehci->hcs_params); in show_companion()
65 if (portnum <= 0 || portnum > HCS_N_PORTS(ehci->hcs_params)) in store_companion()
Dehci-pci.c284 if (temp && HCS_N_PORTS(ehci->hcs_params) > temp) { in ehci_pci_setup()
289 HCS_N_PORTS(ehci->hcs_params)); in ehci_pci_setup()
Doxu210hp-hcd.c444 int ports = HCS_N_PORTS(oxu->hcs_params); in ehci_hub_descriptor()
2350 int port = HCS_N_PORTS(oxu->hcs_params); in ehci_turn_off_all_ports()
2364 for (port = HCS_N_PORTS(oxu->hcs_params); port > 0; ) in ehci_port_power()
2478 unsigned i = HCS_N_PORTS(oxu->hcs_params); in oxu210_hcd_irq()
3081 ports = HCS_N_PORTS(oxu->hcs_params); in oxu_hub_status_data()
3148 int ports = HCS_N_PORTS(oxu->hcs_params); in oxu_hub_control()
3448 port = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_suspend()
3547 i = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_resume()
3558 i = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_resume()
Dehci-dbg.c38 HCS_N_PORTS(params)); in dbg_hcs_params()
45 for (i = 0; i < HCS_N_PORTS(params); i++) { in dbg_hcs_params()
880 for (i = 1; i <= HCS_N_PORTS(ehci->hcs_params); i++) { in fill_registers_buffer()
Doxu210hp.h77 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
Dfotg210.h217 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
Dehci-hcd.c332 int port = HCS_N_PORTS(ehci->hcs_params); in ehci_turn_off_all_ports()
778 unsigned i = HCS_N_PORTS (ehci->hcs_params); in ehci_irq()
Dfotg210-hcd.c109 HCS_N_PORTS(params)); in dbg_hcs_params()
1464 int ports = HCS_N_PORTS(fotg210->hcs_params); in fotg210_hub_descriptor()
1488 int ports = HCS_N_PORTS(fotg210->hcs_params); in fotg210_hub_control()
/drivers/usb/chipidea/
Dhost.c50 int port = HCS_N_PORTS(ehci->hcs_params); in ehci_ci_portpower()
233 port = HCS_N_PORTS(ehci->hcs_params); in ci_ehci_bus_suspend()
/drivers/usb/isp1760/
Disp1760-regs.h31 #define HCS_N_PORTS(p) (((p) >> 0) & 0xf) /* bits 3:0, ports on HC */ macro
Disp1760-hcd.c1757 int ports = HCS_N_PORTS(priv->hcs_params); in isp1760_hub_descriptor()
1814 int ports = HCS_N_PORTS(priv->hcs_params); in isp1760_hub_control()
/drivers/usb/early/
Dehci-dbgp.c773 n_ports = HCS_N_PORTS(hcs_params); in ehci_setup()