Lines Matching refs:ehci_dev
64 struct ehci_dev { struct
70 static struct ehci_dev ehci_dev; argument
688 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port()
692 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port()
701 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port()
725 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
726 ehci_dev.func, offset); in early_ehci_bios_handoff()
731 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
732 ehci_dev.func, offset + 3, 1); in early_ehci_bios_handoff()
740 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
741 ehci_dev.func, offset); in early_ehci_bios_handoff()
748 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
749 ehci_dev.func, offset + 2, 0); in early_ehci_bios_handoff()
753 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in early_ehci_bios_handoff()
896 ehci_dev.bus = bus; in early_dbgp_init()
897 ehci_dev.slot = slot; in early_dbgp_init()
898 ehci_dev.func = func; in early_dbgp_init()