Lines Matching refs:ehci_dev
64 struct ehci_dev { struct
70 static struct ehci_dev ehci_dev; argument
687 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port()
691 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port()
700 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port()
724 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
725 ehci_dev.func, offset); in early_ehci_bios_handoff()
730 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
731 ehci_dev.func, offset + 3, 1); in early_ehci_bios_handoff()
739 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
740 ehci_dev.func, offset); in early_ehci_bios_handoff()
747 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
748 ehci_dev.func, offset + 2, 0); in early_ehci_bios_handoff()
752 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in early_ehci_bios_handoff()
895 ehci_dev.bus = bus; in early_dbgp_init()
896 ehci_dev.slot = slot; in early_dbgp_init()
897 ehci_dev.func = func; in early_dbgp_init()