Searched refs:raw_pci_ops (Results 1 – 9 of 9) sorted by relevance
/linux/arch/x86/pci/ |
H A D | direct.c | 270 raw_pci_ops = &pci_direct_conf1; in pci_direct_init() 280 raw_pci_ops = &pci_direct_conf2; in pci_direct_init() 291 raw_pci_ops = &pci_direct_conf1; in pci_direct_probe() 306 raw_pci_ops = &pci_direct_conf2; in pci_direct_probe()
|
H A D | common.c | 37 const struct pci_raw_ops *__read_mostly raw_pci_ops; variable 43 if (domain == 0 && reg < 256 && raw_pci_ops) in raw_pci_read() 44 return raw_pci_ops->read(domain, bus, devfn, reg, len, val); in raw_pci_read() 53 if (domain == 0 && reg < 256 && raw_pci_ops) in raw_pci_write() 54 return raw_pci_ops->write(domain, bus, devfn, reg, len, val); in raw_pci_write() 503 if (!raw_pci_ops && !raw_pci_ext_ops) { in pcibios_init()
|
H A D | init.c | 41 if (!raw_pci_ops && !raw_pci_ext_ops) in pci_arch_init()
|
H A D | legacy.c | 29 if (!raw_pci_ops) in pci_legacy_init()
|
H A D | numachip.c | 124 raw_pci_ops = raw_pci_ext_ops = &pci_mmcfg_numachip; in pci_numachip_init()
|
H A D | pcbios.c | 439 && ((raw_pci_ops = pci_find_bios()))) { in pci_pcbios_init()
|
H A D | ce4100.c | 315 raw_pci_ops = &ce4100_pci_conf; in ce4100_pci_init()
|
H A D | irq.c | 1648 if (raw_pci_ops == NULL) in pcibios_irq_init()
|
/linux/arch/x86/include/asm/ |
H A D | pci_x86.h | 125 extern const struct pci_raw_ops *raw_pci_ops;
|