Home
last modified time | relevance | path

Searched refs:pci_conf2_write (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-pc.c230 static int pci_conf2_write (int seg, int bus, int dev, int fn, int reg, int len, u32 value) in pci_conf2_write() function
304 return pci_conf2_write(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf2_write_config_byte()
310 return pci_conf2_write(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf2_write_config_word()
316 return pci_conf2_write(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf2_write_config_dword()
586 pci_config_write = pci_conf2_write; in pcibios_config_init()
/linux-2.4.37.9/arch/i386/kernel/
Dpci-pc.c342 static int pci_conf2_write (int seg, int bus, int dev, int fn, int reg, int len, u32 value) in pci_conf2_write() function
406 return pci_conf2_write(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf2_write_config_byte()
412 return pci_conf2_write(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf2_write_config_word()
418 return pci_conf2_write(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf2_write_config_dword()
1447 pci_config_write = pci_conf2_write; in pcibios_config_init()