Lines Matching refs:ehci_dev
65 struct ehci_dev { struct
71 static struct ehci_dev ehci_dev; variable
682 dword = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in nvidia_set_debug_port()
686 write_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, 0x74, in nvidia_set_debug_port()
695 vendorid = read_pci_config(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in detect_set_debug_port()
719 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
720 ehci_dev.func, offset); in early_ehci_bios_handoff()
725 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
726 ehci_dev.func, offset + 3, 1); in early_ehci_bios_handoff()
734 cap = read_pci_config(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
735 ehci_dev.func, offset); in early_ehci_bios_handoff()
742 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
743 ehci_dev.func, offset + 2, 0); in early_ehci_bios_handoff()
747 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in early_ehci_bios_handoff()
890 ehci_dev.bus = bus; in early_dbgp_init()
891 ehci_dev.slot = slot; in early_dbgp_init()
892 ehci_dev.func = func; in early_dbgp_init()