Searched refs:raw_pci_ops (Results 1 - 11 of 11) 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.c26 * don't check for raw_pci_ops here because we want pcbios as last
34 if (!raw_pci_ops && !raw_pci_ext_ops)
H A Dlegacy.c26 if (!raw_pci_ops) {
H A Ddirect.c268 raw_pci_ops = &pci_direct_conf1;
278 raw_pci_ops = &pci_direct_conf2;
292 raw_pci_ops = &pci_direct_conf1;
309 raw_pci_ops = &pci_direct_conf2;
H A Dvisws.c85 raw_pci_ops = &pci_direct_conf1;
H A Dcommon.c35 struct pci_raw_ops *raw_pci_ops; variable in typeref:struct:pci_raw_ops
41 if (domain == 0 && reg < 256 && raw_pci_ops)
42 return raw_pci_ops->read(domain, bus, devfn, reg, len, val);
51 if (domain == 0 && reg < 256 && raw_pci_ops)
52 return raw_pci_ops->write(domain, bus, devfn, reg, len, val);
429 if (!raw_pci_ops) {
H A Dmmconfig-shared.c116 raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0xce, 2, &win);
132 raw_pci_ops->read(0, 0, PCI_DEVFN(0, 0), 0x48, 4, &pciexbar);
252 raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), 0, 4, &l);
259 raw_pci_ops->read(0, bus, PCI_DEVFN(0, 0), extcfg_regnum,
330 if (!raw_pci_ops)
338 raw_pci_ops->read(0, bus, devfn, 0, 4, &l);
500 if (raw_pci_ops)
H A Dnumaq_32.c151 raw_pci_ops = &pci_direct_conf1_mq;
H A Dpcbios.c426 && ((raw_pci_ops = pci_find_bios()))) {
H A Dolpc.c304 raw_pci_ops = &pci_olpc_conf;
H A Dirq.c1102 if (raw_pci_ops == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpci_x86.h101 extern struct pci_raw_ops *raw_pci_ops;

Completed in 192 milliseconds