Searched refs:CONFIG_CMD (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/sh/drivers/pci/ |
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()
|
D | ops-sh5.c | 25 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_read() 45 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_write()
|
D | pci-sh5.h | 100 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | pci.c | 21 #define CONFIG_CMD(bus, devfn, where) \ macro 28 writel(CONFIG_CMD(bus, devfn, where), PCICFG_ADDR); in puv3_read_config() 47 writel(CONFIG_CMD(bus, devfn, where), PCICFG_ADDR); in puv3_write_config()
|
/Linux-v5.4/arch/sparc/kernel/ |
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()
|