Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A 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 …]
H A Dehci-sysfs.c19 nports = HCS_N_PORTS(ehci->hcs_params); in companion_show()
48 if (portnum <= 0 || portnum > HCS_N_PORTS(ehci->hcs_params)) in companion_store()
H A Doxu210hp-hcd.c102 u32 hcs_params; /* HCSPARAMS - offset 0x4 */ member
395 u32 hcs_params; /* cached register copy */ member
845 int ports = HCS_N_PORTS(oxu->hcs_params); in ehci_hub_descriptor()
861 if (HCS_PPC(oxu->hcs_params)) in ehci_hub_descriptor()
2747 int port = HCS_N_PORTS(oxu->hcs_params); in ehci_turn_off_all_ports()
2757 if (!HCS_PPC(oxu->hcs_params)) in ehci_port_power()
2761 for (port = HCS_N_PORTS(oxu->hcs_params); port > 0; ) { in ehci_port_power()
2879 unsigned i = HCS_N_PORTS(oxu->hcs_params); in oxu210_hcd_irq()
3084 oxu->hcs_params = readl(&oxu->caps->hcs_params); in oxu_reset()
3477 ports = HCS_N_PORTS(oxu->hcs_params); in oxu_hub_status_data()
[all …]
H A Dehci-dbg.c17 u32 params = ehci_readl(ehci, &ehci->caps->hcs_params); in dbg_hcs_params()
836 i = ehci_readl(ehci, &ehci->caps->hcs_params); in fill_registers_buffer()
870 for (i = 1; i <= HCS_N_PORTS(ehci->hcs_params); i++) { in fill_registers_buffer()
877 if (i == HCS_DEBUG_PORT(ehci->hcs_params) && ehci->debug) { in fill_registers_buffer()
/linux/drivers/usb/early/
H A Dehci-dbgp.c753 u32 ctrl, portsc, hcs_params; in ehci_setup() local
766 hcs_params = readl(&ehci_caps->hcs_params); in ehci_setup()
767 debug_port = HCS_DEBUG_PORT(hcs_params); in ehci_setup()
769 n_ports = HCS_N_PORTS(hcs_params); in ehci_setup()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h92 __u32 hcs_params; /* cached register copy */ member
217 u32 hcs_params; /* HCSPARAMS - offset 0x4 */ member
H A Dfotg210-hcd.c95 u32 params = fotg210_readl(fotg210, &fotg210->caps->hcs_params); in dbg_hcs_params()
675 i = fotg210_readl(fotg210, &fotg210->caps->hcs_params); in fill_registers_buffer()
1432 int ports = HCS_N_PORTS(fotg210->hcs_params); in fotg210_hub_descriptor()
1456 int ports = HCS_N_PORTS(fotg210->hcs_params); in fotg210_hub_control()
5086 fotg210->hcs_params = fotg210_readl(fotg210, in fotg210_setup()
5087 &fotg210->caps->hcs_params); in fotg210_setup()
/linux/include/linux/usb/
H A Dehci_def.h26 u32 hcs_params; /* HCSPARAMS - offset 0x4 */ member