Searched refs:CONFIG_CMD (Results 1 – 8 of 8) sorted by relevance
/arch/arm/common/ |
D | via82c505.c | 14 #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/ |
D | ops-sh4.c | 19 #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()
|
D | ops-sh5.c | 28 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_read() 48 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_write()
|
D | pci-sh5.h | 102 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
|
/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 59 #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/ |
D | pci.c | 55 #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/ |
D | pci.c | 25 #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/ |
D | pcic.c | 172 #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()
|