Home
last modified time | relevance | path

Searched refs:raw_pci_ops (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/pci/
H A Ddirect.c270 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 Dcommon.c37 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 Dinit.c41 if (!raw_pci_ops && !raw_pci_ext_ops) in pci_arch_init()
H A Dlegacy.c29 if (!raw_pci_ops) in pci_legacy_init()
H A Dnumachip.c124 raw_pci_ops = raw_pci_ext_ops = &pci_mmcfg_numachip; in pci_numachip_init()
H A Dpcbios.c439 && ((raw_pci_ops = pci_find_bios()))) { in pci_pcbios_init()
H A Dce4100.c315 raw_pci_ops = &ce4100_pci_conf; in ce4100_pci_init()
H A Dirq.c1648 if (raw_pci_ops == NULL) in pcibios_irq_init()
/linux/arch/x86/include/asm/
H A Dpci_x86.h125 extern const struct pci_raw_ops *raw_pci_ops;