Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/drivers/pci/
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()
Dops-sh5.c25 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_read()
45 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where)); in sh5pci_write()
Dpci-sh5.h100 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
/Linux-v5.4/arch/unicore32/kernel/
Dpci.c21 #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/
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()