Searched refs:raw_pci_ext_ops (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/pci/
H A Dinit.c34 if (!raw_pci_ops && !raw_pci_ext_ops)
H A Dmrst.c61 if (!raw_pci_ext_ops)
65 if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,
74 raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,
99 raw_pci_ext_ops->read(domain, busnum, devfn,
122 return raw_pci_ext_ops->write(domain, busnum, devfn, reg, 4,
127 return raw_pci_ext_ops->write(domain, busnum, devfn, reg, len, val);
155 return raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number,
191 return raw_pci_ext_ops->write(pci_domain_nr(bus), bus->number, devfn,
H A Dcommon.c36 struct pci_raw_ops *raw_pci_ext_ops; variable in typeref:struct:pci_raw_ops
43 if (raw_pci_ext_ops)
44 return raw_pci_ext_ops->read(domain, bus, devfn, reg, len, val);
53 if (raw_pci_ext_ops)
54 return raw_pci_ext_ops->write(domain, bus, devfn, reg, len, val);
590 if (raw_pci_ext_ops)
H A Dmmconfig_32.c128 raw_pci_ext_ops = &pci_mmcfg;
H A Dmmconfig_64.c117 raw_pci_ext_ops = &pci_mmcfg;
H A Ddirect.c269 if (raw_pci_ext_ops)
275 raw_pci_ext_ops = &pci_direct_conf1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpci_x86.h102 extern struct pci_raw_ops *raw_pci_ext_ops;

Completed in 113 milliseconds