Home
last modified time | relevance | path

Searched defs:CONFIG_CMD (Results 1 – 8 of 8) sorted by relevance

/linux-3.3/arch/arm/common/
Dvia82c505.c15 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where &… macro
/linux-3.3/arch/sh/drivers/pci/
Dops-sh4.c19 #define CONFIG_CMD(bus, devfn, where) \ macro
Dpci-sh5.h102 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
/linux-3.3/arch/unicore32/kernel/
Dpci.c26 #define CONFIG_CMD(bus, devfn, where) \ macro
/linux-3.3/arch/frv/mb93090-mb00/
Dpci-vdk.c59 #define CONFIG_CMD(bus, dev, where) \ macro
/linux-3.3/arch/mn10300/unit-asb2305/
Dpci.c56 #define CONFIG_CMD(bus, devfn, where) \ macro
/linux-3.3/drivers/net/ethernet/i825xx/
D3c507.c185 #define CONFIG_CMD 0x0018 macro
/linux-3.3/arch/sparc/kernel/
Dpcic.c172 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro