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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dpci-visws.c27 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (where & ~3)) macro
31 outl(CONFIG_CMD(dev,where), 0xCF8);
38 outl(CONFIG_CMD(dev,where), 0xCF8);
45 outl(CONFIG_CMD(dev,where), 0xCF8);
52 outl(CONFIG_CMD(dev,where), 0xCF8);
59 outl(CONFIG_CMD(dev,where), 0xCF8);
66 outl(CONFIG_CMD(dev,where), 0xCF8);
71 #undef CONFIG_CMD macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dvia82c505.c18 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (where & ~3)) macro
23 outl(CONFIG_CMD(dev,where),0xCF8);
31 outl(CONFIG_CMD(dev,where),0xCF8);
39 outl(CONFIG_CMD(dev,where),0xCF8);
47 outl(CONFIG_CMD(dev,where),0xCF8);
55 outl(CONFIG_CMD(dev,where),0xCF8);
63 outl(CONFIG_CMD(dev,where),0xCF8);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dpci-sh7751.c44 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (where & ~3)) macro
60 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR));
78 CONFIG_CMD(dev,where),*value);
91 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR));
110 CONFIG_CMD(dev,where),*value);
119 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR));
123 CONFIG_CMD(dev,where),*value);
138 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR));
146 CONFIG_CMD(dev,where),word);
164 outl(CONFIG_CMD(de
189 #undef CONFIG_CMD macro
[all...]
H A Dpci_st40.c271 #define CONFIG_CMD(dev, where) SET_CONFIG_BITS((dev)->bus->number,(dev)->devfn,where) macro
290 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where));
304 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where));
319 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where));
332 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where));
345 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where));
357 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dpci-pc.c44 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (where & ~3)) macro
48 outl(CONFIG_CMD(dev,where), 0xCF8);
55 outl(CONFIG_CMD(dev,where), 0xCF8);
62 outl(CONFIG_CMD(dev,where), 0xCF8);
69 outl(CONFIG_CMD(dev,where), 0xCF8);
76 outl(CONFIG_CMD(dev,where), 0xCF8);
83 outl(CONFIG_CMD(dev,where), 0xCF8);
88 #undef CONFIG_CMD macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dpcic.c197 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned int)device_fn) << 8) | (where & ~3)) macro
235 writel(CONFIG_CMD(bus,device_fn,where), pcic->pcic_config_space_addr);
284 writel(CONFIG_CMD(bus,devfn,where), pcic->pcic_config_space_addr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D3c507.c195 #define CONFIG_CMD 0x0018 macro
261 CONFIG_CMD, /* Command list pointer, points to Configure. */

Completed in 56 milliseconds