Home
last modified time | relevance | path

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

/arch/arm/common/
Dvia82c505.c14 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where &… macro
20 outl(CONFIG_CMD(bus,devfn,where),0xCF8); in via82c505_read_config()
39 outl(CONFIG_CMD(bus,devfn,where),0xCF8); in via82c505_write_config()
/arch/sh/drivers/pci/
Dops-sh4.c19 #define CONFIG_CMD(bus, devfn, where) \ macro
37 pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); in sh4_pci_read()
72 pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); in sh4_pci_write()
Dops-sh5.c28 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_read()
48 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_write()
Dpci-sh5.h102 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
/arch/frv/mb93090-mb00/
Dpci-vdk.c59 #define CONFIG_CMD(bus, dev, where) \ macro
107 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where)); in pci_frv_read_config()
140 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where)); in pci_frv_write_config()
150 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where)); in pci_frv_write_config()
160 __set_PciCfgAddr(CONFIG_CMD(bus, devfn, where)); in pci_frv_write_config()
/arch/mn10300/unit-asb2305/
Dpci.c55 #define CONFIG_CMD(bus, devfn, where) \ macro
91 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_read_config_byte()
111 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_read_config_word()
131 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_read_config_dword()
155 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_write_config_byte()
173 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_write_config_word()
191 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_write_config_dword()
/arch/unicore32/kernel/
Dpci.c25 #define CONFIG_CMD(bus, devfn, where) \ macro
32 writel(CONFIG_CMD(bus, devfn, where), PCICFG_ADDR); in puv3_read_config()
51 writel(CONFIG_CMD(bus, devfn, where), PCICFG_ADDR); in puv3_write_config()
/arch/sparc/kernel/
Dpcic.c172 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro
187 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_read_config_dword()
244 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_write_config_dword()