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