Searched refs:raw_pci_ext_ops (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/x86/pci/ |
H A D | intel_mid_pci.c | 72 if (!raw_pci_ext_ops) in fixed_bar_cap() 76 if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, in fixed_bar_cap() 85 raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, in fixed_bar_cap() 110 raw_pci_ext_ops->read(domain, busnum, devfn, in pci_device_update_fixed() 133 return raw_pci_ext_ops->write(domain, busnum, devfn, reg, 4, in pci_device_update_fixed() 138 return raw_pci_ext_ops->write(domain, busnum, devfn, reg, len, val); in pci_device_update_fixed() 177 return raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, in pci_read() 214 return raw_pci_ext_ops->write(pci_domain_nr(bus), bus->number, devfn, in pci_write()
|
H A D | common.c | 38 const struct pci_raw_ops *__read_mostly raw_pci_ext_ops; variable 45 if (raw_pci_ext_ops) in raw_pci_read() 46 return raw_pci_ext_ops->read(domain, bus, devfn, reg, len, val); in raw_pci_read() 55 if (raw_pci_ext_ops) in raw_pci_write() 56 return raw_pci_ext_ops->write(domain, bus, devfn, reg, len, val); in raw_pci_write() 503 if (!raw_pci_ops && !raw_pci_ext_ops) { in pcibios_init() 720 if (raw_pci_ext_ops) in pci_ext_cfg_avail()
|
H A D | acpi.c | 287 if (raw_pci_ext_ops && raw_pci_ext_ops != &pci_mmcfg) in setup_mcfg_map() 297 if (raw_pci_ext_ops == NULL) in setup_mcfg_map() 298 raw_pci_ext_ops = &pci_mmcfg; in setup_mcfg_map()
|
H A D | init.c | 41 if (!raw_pci_ops && !raw_pci_ext_ops) in pci_arch_init()
|
H A D | direct.c | 271 if (raw_pci_ext_ops) in pci_direct_init() 277 raw_pci_ext_ops = &pci_direct_conf1; in pci_direct_init()
|
H A D | numachip.c | 124 raw_pci_ops = raw_pci_ext_ops = &pci_mmcfg_numachip; in pci_numachip_init()
|
H A D | mmconfig_32.c | 135 raw_pci_ext_ops = &pci_mmcfg; in pci_mmcfg_arch_init()
|
H A D | mmconfig_64.c | 124 raw_pci_ext_ops = &pci_mmcfg; in pci_mmcfg_arch_init()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pci_x86.h | 126 extern const struct pci_raw_ops *raw_pci_ext_ops;
|