Searched refs:hcs_params (Results 1 – 12 of 12) sorted by relevance
| /drivers/usb/host/ |
| A D | ehci-pci.c | 246 u32 hcs_params = ehci_readl(ehci, in ehci_pci_setup() local 247 &ehci->caps->hcs_params); in ehci_pci_setup() 253 HCS_DEBUG_PORT(hcs_params), in ehci_pci_setup() 288 temp = HCS_N_CC(ehci->hcs_params) * HCS_N_PCC(ehci->hcs_params); in ehci_pci_setup() 290 if (temp && HCS_N_PORTS(ehci->hcs_params) > temp) { in ehci_pci_setup() 293 HCS_N_CC(ehci->hcs_params), in ehci_pci_setup() 294 HCS_N_PCC(ehci->hcs_params), in ehci_pci_setup() 295 HCS_N_PORTS(ehci->hcs_params)); in ehci_pci_setup() 300 temp |= (ehci->hcs_params & ~0xf); in ehci_pci_setup() 301 ehci->hcs_params = temp; in ehci_pci_setup()
|
| A D | ehci-hub.c | 55 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() 176 port = HCS_N_PORTS(ehci->hcs_params); in ehci_adjust_port_wakeup_flags() 427 i = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_resume() 445 i = HCS_N_PORTS(ehci->hcs_params); in ehci_bus_resume() 464 i = HCS_N_PORTS (ehci->hcs_params); in ehci_bus_resume() 488 i = HCS_N_PORTS (ehci->hcs_params); in ehci_bus_resume() 718 if (HCS_PPC (ehci->hcs_params)) in ehci_hub_descriptor() 837 if (HCS_PPC(ehci->hcs_params)) { in ehci_hub_control() [all …]
|
| A D | ehci-sysfs.c | 19 nports = HCS_N_PORTS(ehci->hcs_params); in companion_show() 48 if (portnum <= 0 || portnum > HCS_N_PORTS(ehci->hcs_params)) in companion_store()
|
| A D | oxu210hp-hcd.c | 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() 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() 3607 if (HCS_PPC(oxu->hcs_params)) in oxu_hub_control() 3778 if (HCS_PPC(oxu->hcs_params)) in oxu_hub_control() 3844 port = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_suspend() 3945 i = HCS_N_PORTS(oxu->hcs_params); in oxu_bus_resume() [all …]
|
| A D | ehci-hcd.c | 321 int port = HCS_N_PORTS(ehci->hcs_params); in ehci_turn_off_all_ports() 689 ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params); in ehci_setup() 794 unsigned i = HCS_N_PORTS (ehci->hcs_params); in ehci_irq()
|
| A D | ehci-dbg.c | 17 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()
|
| A D | ehci-brcm.c | 61 int ports = HCS_N_PORTS(ehci->hcs_params); in ehci_brcm_hub_control()
|
| A D | ehci.h | 127 __u32 hcs_params; /* cached register copy */ member
|
| /drivers/usb/early/ |
| A D | ehci-dbgp.c | 753 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()
|
| /drivers/usb/chipidea/ |
| A D | host.c | 45 int port = HCS_N_PORTS(ehci->hcs_params); in ehci_ci_portpower() 251 unsigned int ports = HCS_N_PORTS(ehci->hcs_params); in ci_ehci_hub_control() 349 port = HCS_N_PORTS(ehci->hcs_params); in ci_ehci_bus_suspend()
|
| /drivers/usb/fotg210/ |
| A D | fotg210-hcd.h | 92 __u32 hcs_params; /* cached register copy */ member 217 u32 hcs_params; /* HCSPARAMS - offset 0x4 */ member
|
| A D | fotg210-hcd.c | 95 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()
|
Completed in 42 milliseconds