Searched defs:CONFIG_CMD (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/arch/arm/common/ |
D | via82c505.c | 15 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where &… macro
|
/linux-3.3/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-3.3/arch/unicore32/kernel/ |
D | pci.c | 26 #define CONFIG_CMD(bus, devfn, where) \ macro
|
/linux-3.3/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 59 #define CONFIG_CMD(bus, dev, where) \ macro
|
/linux-3.3/arch/mn10300/unit-asb2305/ |
D | pci.c | 56 #define CONFIG_CMD(bus, devfn, where) \ macro
|
/linux-3.3/drivers/net/ethernet/i825xx/ |
D | 3c507.c | 185 #define CONFIG_CMD 0x0018 macro
|
/linux-3.3/arch/sparc/kernel/ |
D | pcic.c | 172 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro
|