Searched defs:CONFIG_CMD (Results 1 – 6 of 6) sorted by relevance
/arch/arm/common/ |
D | via82c505.c | 15 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where &… macro
|
/arch/sh/drivers/pci/ |
D | ops-sh4.c | 18 #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
|
/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 37 #define CONFIG_CMD(bus, dev, where) \ macro
|
/arch/mn10300/unit-asb2305/ |
D | pci.c | 33 #define CONFIG_CMD(bus, devfn, where) \ macro
|
/arch/sparc/kernel/ |
D | pcic.c | 169 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro
|