Searched refs:raw_pci_ops (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/x86/pci/ |
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()
|
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()
|
D | mmconfig-shared.c | 133 raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0xce, 2, &win); in pci_mmcfg_e7520() 149 raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0x48, 4, &pciexbar); in pci_mmcfg_intel_945() 273 raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), 0, 4, &l); in pci_mmcfg_nvidia_mcp55() 280 raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), extcfg_regnum, in pci_mmcfg_nvidia_mcp55() 351 if (!raw_pci_ops) in pci_mmcfg_check_hostbridge() 359 raw_pci_ops->read(0, bus, devfn, 0, 4, &l); in pci_mmcfg_check_hostbridge() 529 if (raw_pci_ops) in pci_mmcfg_check_reserved()
|
D | init.c | 41 if (!raw_pci_ops && !raw_pci_ext_ops) in pci_arch_init()
|
D | legacy.c | 29 if (!raw_pci_ops) in pci_legacy_init()
|
D | numachip.c | 124 raw_pci_ops = raw_pci_ext_ops = &pci_mmcfg_numachip; in pci_numachip_init()
|
D | olpc.c | 308 raw_pci_ops = &pci_olpc_conf; in pci_olpc_init()
|
D | pcbios.c | 425 && ((raw_pci_ops = pci_find_bios()))) { in pci_pcbios_init()
|
D | ce4100.c | 321 raw_pci_ops = &ce4100_pci_conf; in ce4100_pci_init()
|
D | irq.c | 1648 if (raw_pci_ops == NULL) in pcibios_irq_init()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pci_x86.h | 125 extern const struct pci_raw_ops *raw_pci_ops;
|