Searched refs:raw_pci_ext_ops (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/arch/x86/pci/ | 
| D | intel_mid_pci.c | 69 	if (!raw_pci_ext_ops)  in fixed_bar_cap()73 		if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,  in fixed_bar_cap()
 82 			raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,  in fixed_bar_cap()
 107 		raw_pci_ext_ops->read(domain, busnum, devfn,  in pci_device_update_fixed()
 130 		return raw_pci_ext_ops->write(domain, busnum, devfn, reg, 4,  in pci_device_update_fixed()
 135 	return raw_pci_ext_ops->write(domain, busnum, devfn, reg, len, val);  in pci_device_update_fixed()
 173 	return raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,  in pci_read()
 210 	return raw_pci_ext_ops->write(pci_domain_nr(bus), bus->number, devfn,  in pci_write()
 
 | 
| D | common.c | 37 const struct pci_raw_ops *__read_mostly raw_pci_ext_ops;  variable44 	if (raw_pci_ext_ops)  in raw_pci_read()
 45 		return raw_pci_ext_ops->read(domain, bus, devfn, reg, len, val);  in raw_pci_read()
 54 	if (raw_pci_ext_ops)  in raw_pci_write()
 55 		return raw_pci_ext_ops->write(domain, bus, devfn, reg, len, val);  in raw_pci_write()
 502 	if (!raw_pci_ops && !raw_pci_ext_ops) {  in pcibios_init()
 734 	if (raw_pci_ext_ops)  in pci_ext_cfg_avail()
 
 | 
| D | acpi.c | 203 	if (raw_pci_ext_ops && raw_pci_ext_ops != &pci_mmcfg)  in setup_mcfg_map()213 		if (raw_pci_ext_ops == NULL)  in setup_mcfg_map()
 214 			raw_pci_ext_ops = &pci_mmcfg;  in setup_mcfg_map()
 
 | 
| D | init.c | 35 	if (!raw_pci_ops && !raw_pci_ext_ops)  in pci_arch_init()
 | 
| 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()
 
 | 
| D | numachip.c | 126 	raw_pci_ops = raw_pci_ext_ops = &pci_mmcfg_numachip;  in pci_numachip_init()
 | 
| D | mmconfig_32.c | 135 	raw_pci_ext_ops = &pci_mmcfg;  in pci_mmcfg_arch_init()
 | 
| D | mmconfig_64.c | 124 	raw_pci_ext_ops = &pci_mmcfg;  in pci_mmcfg_arch_init()
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | pci_x86.h | 110 extern const struct pci_raw_ops *raw_pci_ext_ops;
 |