Searched defs:CONFIG_CMD (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/sh/drivers/pci/ |
D | ops-sh4.c | 16 #define CONFIG_CMD(bus, devfn, where) \ macro
|
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
|
/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
|