Searched refs:pci_conf1_mq_read (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/i386/kernel/ |
D | pci-pc.c | 61 static int pci_conf1_mq_read (int seg, int bus, int dev, int fn, int reg, int len, u32 *value) /* C… in pci_conf1_mq_read() function 122 result = pci_conf1_mq_read(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf1_read_mq_config_byte() 135 result = pci_conf1_mq_read(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf1_read_mq_config_word() 148 return pci_conf1_mq_read(0, dev->bus->number, PCI_SLOT(dev->devfn), in pci_conf1_read_mq_config_dword()
|