Searched defs:CONFIG_CMD (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/sh/drivers/pci/ |
D | ops-sh4.c | 19 #define CONFIG_CMD(bus, devfn, where) \ macro
|
D | pci-sh5.h | 102 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | pci.c | 25 #define CONFIG_CMD(bus, devfn, where) \ macro
|
/linux-4.1.27/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 57 #define CONFIG_CMD(bus, dev, where) \ macro
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | pci.c | 55 #define CONFIG_CMD(bus, devfn, where) \ macro
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pcic.c | 173 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro
|