Lines Matching refs:devfn
31 struct pci_bus *bus, unsigned int devfn, int where, u32 * data)
36 if ((busnum == 0) && (devfn >= PCI_DEVFN(31, 0)))
46 (devfn << GT_PCI0_CFGADDR_FUNCTNUM_SHF) |
51 if (busnum == 0 && PCI_SLOT(devfn) == 0) {
60 if (busnum == 0 && PCI_SLOT(devfn) == 0) {
91 static int gt64xxx_pci0_pcibios_read(struct pci_bus *bus, unsigned int devfn,
96 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_READ, bus, devfn,
110 static int gt64xxx_pci0_pcibios_write(struct pci_bus *bus, unsigned int devfn,
119 devfn, where, &data))
130 if (gt64xxx_pci0_pcibios_config_access(PCI_ACCESS_WRITE, bus, devfn,