Home
last modified time | relevance | path

Searched refs:CONFIG_CMD (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/i386/kernel/
Dpci-visws.c27 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (wher… macro
31 outl(CONFIG_CMD(dev,where), 0xCF8); in pci_conf1_read_config_byte()
38 outl(CONFIG_CMD(dev,where), 0xCF8); in pci_conf1_read_config_word()
45 outl(CONFIG_CMD(dev,where), 0xCF8); in pci_conf1_read_config_dword()
52 outl(CONFIG_CMD(dev,where), 0xCF8); in pci_conf1_write_config_byte()
59 outl(CONFIG_CMD(dev,where), 0xCF8); in pci_conf1_write_config_word()
66 outl(CONFIG_CMD(dev,where), 0xCF8); in pci_conf1_write_config_dword()
71 #undef CONFIG_CMD
/linux-2.4.37.9/arch/arm/kernel/
Dvia82c505.c18 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (wher… macro
23 outl(CONFIG_CMD(dev,where),0xCF8); in via82c505_read_config_byte()
31 outl(CONFIG_CMD(dev,where),0xCF8); in via82c505_read_config_word()
39 outl(CONFIG_CMD(dev,where),0xCF8); in via82c505_read_config_dword()
47 outl(CONFIG_CMD(dev,where),0xCF8); in via82c505_write_config_byte()
55 outl(CONFIG_CMD(dev,where),0xCF8); in via82c505_write_config_word()
63 outl(CONFIG_CMD(dev,where),0xCF8); in via82c505_write_config_dword()
/linux-2.4.37.9/arch/sh/kernel/
Dpci-sh7751.c42 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (where … macro
58 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_read_config_byte()
76 CONFIG_CMD(dev,where),*value); in pci_conf1_read_config_byte()
89 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_read_config_word()
108 CONFIG_CMD(dev,where),*value); in pci_conf1_read_config_word()
117 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_read_config_dword()
121 CONFIG_CMD(dev,where),*value); in pci_conf1_read_config_dword()
136 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_write_config_byte()
144 CONFIG_CMD(dev,where),word); in pci_conf1_write_config_byte()
162 outl(CONFIG_CMD(dev,where), PCI_REG(SH7751_PCIPAR)); in pci_conf1_write_config_word()
[all …]
Dpci_st40.c369 #define CONFIG_CMD(dev, where) SET_CONFIG_BITS((dev)->bus->number,(dev)->devfn,where) macro
390 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in st40pci_read_config_byte()
406 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in st40pci_read_config_word()
422 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in st40pci_read_config_dword()
436 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in st40pci_write_config_byte()
449 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in st40pci_write_config_word()
461 ST40PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in st40pci_write_config_dword()
/linux-2.4.37.9/arch/sh/overdrive/
Dgalileo.c289 #define CONFIG_CMD(dev, where) SET_CONFIG_BITS((dev)->bus->number,(dev)->devfn,where) macro
320 GT_WRITE(PCI_CFG_ADR, CONFIG_CMD(dev, where)); in galileo_read_config_byte()
337 GT_WRITE(PCI_CFG_ADR, CONFIG_CMD(dev, where)); in galileo_read_config_word()
352 GT_WRITE(PCI_CFG_ADR, CONFIG_CMD(dev, where)); in galileo_read_config_dword()
361 GT_WRITE(PCI_CFG_ADR, CONFIG_CMD(dev, where)); in galileo_write_config_byte()
372 GT_WRITE(PCI_CFG_ADR, CONFIG_CMD(dev, where)); in galileo_write_config_word()
382 GT_WRITE(PCI_CFG_ADR, CONFIG_CMD(dev, where)); in galileo_write_config_dword()
/linux-2.4.37.9/arch/sh64/kernel/
Dpci_sh5.c214 SH5PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in sh5pci_read_config_byte()
224 SH5PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in sh5pci_read_config_word()
235 SH5PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in sh5pci_read_config_dword()
245 SH5PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in sh5pci_write_config_byte()
257 SH5PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in sh5pci_write_config_word()
267 SH5PCI_WRITE(PAR, CONFIG_CMD(dev, where)); in sh5pci_write_config_dword()
Dpci_sh5.h101 #define CONFIG_CMD(dev, where) SET_CONFIG_BITS((dev)->bus->number,(dev)->devfn,where) macro
/linux-2.4.37.9/arch/sparc/kernel/
Dpcic.c198 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro
240 writel(CONFIG_CMD(bus,device_fn,where), pcic->pcic_config_space_addr); in pcic_read_config_dword()
297 writel(CONFIG_CMD(bus,devfn,where), pcic->pcic_config_space_addr); in pcic_write_config_dword()
/linux-2.4.37.9/arch/x86_64/kernel/
Dpci-pc.c54 #define CONFIG_CMD(dev, where) (0x80000000 | (dev->bus->number << 16) | (dev->devfn << 8) | (wher… macro
173 #undef CONFIG_CMD
/linux-2.4.37.9/drivers/net/
D3c507.c195 #define CONFIG_CMD 0x0018 macro
261 CONFIG_CMD, /* Command list pointer, points to Configure. */