raw_pci_ops       109 arch/x86/include/asm/pci_x86.h extern const struct pci_raw_ops *raw_pci_ops;
raw_pci_ops       321 arch/x86/pci/ce4100.c 	raw_pci_ops = &ce4100_pci_conf;
raw_pci_ops        36 arch/x86/pci/common.c const struct pci_raw_ops *__read_mostly raw_pci_ops;
raw_pci_ops        42 arch/x86/pci/common.c 	if (domain == 0 && reg < 256 && raw_pci_ops)
raw_pci_ops        43 arch/x86/pci/common.c 		return raw_pci_ops->read(domain, bus, devfn, reg, len, val);
raw_pci_ops        52 arch/x86/pci/common.c 	if (domain == 0 && reg < 256 && raw_pci_ops)
raw_pci_ops        53 arch/x86/pci/common.c 		return raw_pci_ops->write(domain, bus, devfn, reg, len, val);
raw_pci_ops       502 arch/x86/pci/common.c 	if (!raw_pci_ops && !raw_pci_ext_ops) {
raw_pci_ops       270 arch/x86/pci/direct.c 		raw_pci_ops = &pci_direct_conf1;
raw_pci_ops       280 arch/x86/pci/direct.c 	raw_pci_ops = &pci_direct_conf2;
raw_pci_ops       291 arch/x86/pci/direct.c 		raw_pci_ops = &pci_direct_conf1;
raw_pci_ops       306 arch/x86/pci/direct.c 		raw_pci_ops = &pci_direct_conf2;
raw_pci_ops        35 arch/x86/pci/init.c 	if (!raw_pci_ops && !raw_pci_ext_ops)
raw_pci_ops      1126 arch/x86/pci/irq.c 	if (raw_pci_ops == NULL)
raw_pci_ops        29 arch/x86/pci/legacy.c 	if (!raw_pci_ops)
raw_pci_ops       133 arch/x86/pci/mmconfig-shared.c 	raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0xce, 2, &win);
raw_pci_ops       149 arch/x86/pci/mmconfig-shared.c 	raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0x48, 4, &pciexbar);
raw_pci_ops       273 arch/x86/pci/mmconfig-shared.c 		raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), 0, 4, &l);
raw_pci_ops       280 arch/x86/pci/mmconfig-shared.c 		raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), extcfg_regnum,
raw_pci_ops       351 arch/x86/pci/mmconfig-shared.c 	if (!raw_pci_ops)
raw_pci_ops       359 arch/x86/pci/mmconfig-shared.c 		raw_pci_ops->read(0, bus, devfn, 0, 4, &l);
raw_pci_ops       529 arch/x86/pci/mmconfig-shared.c 	if (raw_pci_ops)
raw_pci_ops       126 arch/x86/pci/numachip.c 	raw_pci_ops = raw_pci_ext_ops = &pci_mmcfg_numachip;
raw_pci_ops       308 arch/x86/pci/olpc.c 	raw_pci_ops = &pci_olpc_conf;
raw_pci_ops       425 arch/x86/pci/pcbios.c 		&& ((raw_pci_ops = pci_find_bios()))) {