Home
last modified time | relevance | path

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

/openbmc/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 Dmmconfig-shared.c134 raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0xce, 2, &win); in pci_mmcfg_e7520()
150 raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0x48, 4, &pciexbar); in pci_mmcfg_intel_945()
274 raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), 0, 4, &l); in pci_mmcfg_nvidia_mcp55()
281 raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), extcfg_regnum, in pci_mmcfg_nvidia_mcp55()
352 if (!raw_pci_ops) in pci_mmcfg_check_hostbridge()
360 raw_pci_ops->read(0, bus, devfn, 0, 4, &l); in pci_mmcfg_check_hostbridge()
550 if (dmi_get_bios_year() < 2016 && raw_pci_ops) in pci_mmcfg_check_reserved()
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 Dolpc.c308 raw_pci_ops = &pci_olpc_conf; in pci_olpc_init()
H A Dpcbios.c425 && ((raw_pci_ops = pci_find_bios()))) { in pci_pcbios_init()
H A Dce4100.c321 raw_pci_ops = &ce4100_pci_conf; in ce4100_pci_init()
H A Dirq.c1648 if (raw_pci_ops == NULL) in pcibios_irq_init()
/openbmc/linux/arch/x86/include/asm/
H A Dpci_x86.h125 extern const struct pci_raw_ops *raw_pci_ops;