Searched refs:pci_conf1_write (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/pci/
H A Dpci.h86 extern int pci_conf1_write(unsigned int seg, unsigned int bus,
H A Dmmconfig.c111 return pci_conf1_write(seg,bus,devfn,reg,len,value);
H A Ddirect.c48 int pci_conf1_write(unsigned int seg, unsigned int bus, function
81 .write = pci_conf1_write,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/boards/mpc1211/
H A Dpci.c123 static int pci_conf1_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) function
141 PCIDBG(4,"pci_conf1_write@0x%08x=0x%x\n", CONFIG_CMD(bus,devfn,where),value);
149 PCIDBG(4,"pci_conf1_write@0x%08x=0x%x\n", CONFIG_CMD(bus,devfn,where),word);
157 .write = pci_conf1_write,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/pci/
H A Dmmconfig.c93 return pci_conf1_write(seg,bus,devfn,reg,len,value);

Completed in 109 milliseconds