Home
last modified time | relevance | path

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

/linux/arch/sh/drivers/pci/
A Dops-sh4.c16 #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/
A Dpcic.c174 #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()

Completed in 7 milliseconds