Home
last modified time | relevance | path

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

/arch/arm/common/
Dvia82c505.c15 #define CONFIG_CMD(bus, devfn, where) (0x80000000 | (bus->number << 16) | (devfn << 8) | (where &… macro
/arch/sh/drivers/pci/
Dops-sh4.c18 #define CONFIG_CMD(bus, devfn, where) \ macro
Dpci-sh5.h102 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
/arch/frv/mb93090-mb00/
Dpci-vdk.c37 #define CONFIG_CMD(bus, dev, where) \ macro
/arch/mn10300/unit-asb2305/
Dpci.c33 #define CONFIG_CMD(bus, devfn, where) \ macro
/arch/sparc/kernel/
Dpcic.c169 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro