Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dehci-hub.c55 port = HCS_N_PORTS(ehci->hcs_params); in ehci_handover_companion_ports()
69 port = HCS_N_PORTS(ehci->hcs_params); in ehci_handover_companion_ports()
96 port = HCS_N_PORTS(ehci->hcs_params); in ehci_handover_companion_ports()
127 int i = HCS_N_PORTS(ehci->hcs_params); in ehci_port_change()
164 port = HCS_N_PORTS(ehci->hcs_params); in ehci_adjust_port_wakeup_flags()
176 port = HCS_N_PORTS(ehci->hcs_params); in ehci_adjust_port_wakeup_flags()
196 port = HCS_N_PORTS(ehci->hcs_params); in ehci_adjust_port_wakeup_flags()
255 port = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_suspend()
317 port = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_suspend()
427 i = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_resume()
[all …]
Dehci-sysfs.c20 nports = HCS_N_PORTS(ehci->hcs_params); in companion_show()
52 if (portnum <= 0 || portnum > HCS_N_PORTS(ehci->hcs_params)) in companion_store()
Dehci-pci.c290 if (temp && HCS_N_PORTS(ehci->hcs_params) > temp) { in ehci_pci_setup()
295 HCS_N_PORTS(ehci->hcs_params)); in ehci_pci_setup()
Dehci-brcm.c61 int ports = HCS_N_PORTS(ehci->hcs_params); in ehci_brcm_hub_control()
Doxu210hp-hcd.c108 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
869 int ports = HCS_N_PORTS(oxu->hcs_params); in ehci_hub_descriptor()
2771 int port = HCS_N_PORTS(oxu->hcs_params); in ehci_turn_off_all_ports()
2785 for (port = HCS_N_PORTS(oxu->hcs_params); port > 0; ) { in ehci_port_power()
2903 unsigned i = HCS_N_PORTS(oxu->hcs_params); in oxu210_hcd_irq()
3501 ports = HCS_N_PORTS(oxu->hcs_params); in oxu_hub_status_data()
3568 int ports = HCS_N_PORTS(oxu->hcs_params); in oxu_hub_control()
3868 port = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_suspend()
3969 i = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_resume()
3980 i = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_resume()
Dehci-dbg.c28 HCS_N_PORTS(params)); in dbg_hcs_params()
35 for (i = 0; i < HCS_N_PORTS(params); i++) { in dbg_hcs_params()
870 for (i = 1; i <= HCS_N_PORTS(ehci->hcs_params); i++) { in fill_registers_buffer()
Dehci-hcd.c321 int port = HCS_N_PORTS(ehci->hcs_params); in ehci_turn_off_all_ports()
795 unsigned i = HCS_N_PORTS (ehci->hcs_params); in ehci_irq()
/linux-6.6.21/drivers/usb/chipidea/
Dhost.c44 int port = HCS_N_PORTS(ehci->hcs_params); in ehci_ci_portpower()
250 unsigned int ports = HCS_N_PORTS(ehci->hcs_params); in ci_ehci_hub_control()
342 port = HCS_N_PORTS(ehci->hcs_params); in ci_ehci_bus_suspend()
/linux-6.6.21/include/linux/usb/
Dehci_def.h33 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
/linux-6.6.21/drivers/usb/isp1760/
Disp1760-regs.h73 HCS_PPC, HCS_N_PORTS, enumerator
Disp1760-core.c185 [HCS_N_PORTS] = REG_FIELD(ISP176x_HC_HCSPARAMS, 0, 3),
Disp1760-hcd.c303 return isp1760_hcd_read(hcd, HCS_N_PORTS); in isp1760_hcd_n_ports()
/linux-6.6.21/drivers/usb/fotg210/
Dfotg210-hcd.h218 #define HCS_N_PORTS(p) (((p)>>0)&0xf) /* bits 3:0, ports on HC */ macro
Dfotg210-hcd.c98 HCS_N_PORTS(params)); in dbg_hcs_params()
1436 int ports = HCS_N_PORTS(fotg210->hcs_params); in fotg210_hub_descriptor()
1460 int ports = HCS_N_PORTS(fotg210->hcs_params); in fotg210_hub_control()
/linux-6.6.21/drivers/usb/early/
Dehci-dbgp.c769 n_ports = HCS_N_PORTS(hcs_params); in ehci_setup()