Searched refs:CONFIG_CMD (Results 1 – 2 of 2) sorted by relevance
/linux/arch/sh/drivers/pci/ |
H A D | ops-sh4.c | 16 #define CONFIG_CMD(bus, devfn, where) \ macro 34 pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); in sh4_pci_read() 69 pci_write_reg(chan, CONFIG_CMD(bus, devfn, where), SH4_PCIPAR); in sh4_pci_write()
|
/linux/arch/sparc/kernel/ |
H A D | pcic.c | 174 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro 189 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_read_config_dword() 246 writel(CONFIG_CMD(busno, devfn, where), pcic->pcic_config_space_addr); in pcic_write_config_dword()
|