Searched refs:CONFIG_CMD (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dops-sh4.c18 #define CONFIG_CMD(bus, devfn, where) \ macro
38 pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR);
73 pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR);
H A Dops-sh5.c28 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where));
48 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where));
H A Dpci-sh5.h102 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dvia82c505.c15 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) macro
21 outl(CONFIG_CMD(bus,devfn,where),0xCF8);
40 outl(CONFIG_CMD(bus,devfn,where),0xCF8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mb93090-mb00/
H A Dpci-vdk.c59 #define CONFIG_CMD(bus, dev, where) \ macro
107 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where));
140 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where));
150 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where));
160 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2305/
H A Dpci.c56 #define CONFIG_CMD(bus, devfn, where) \ macro
124 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where);
144 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where);
164 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where);
188 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where);
206 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where);
224 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpcic.c167 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3)) macro
178 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr);
227 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c507.c185 #define CONFIG_CMD 0x0018 macro
251 CONFIG_CMD, /* Command list pointer, points to Configure. */

Completed in 190 milliseconds