Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/drivers/pci/
Dops-sh4.c16 #define CONFIG_CMD(bus, devfn, where) \ macro
Dpci-sh5.h100 #define CONFIG_CMD(bus, devfn, where) SET_CONFIG_BITS(bus->number,devfn,where) macro
/Linux-v5.4/arch/unicore32/kernel/
Dpci.c21 #define CONFIG_CMD(bus, devfn, where) \ macro
/Linux-v5.4/arch/sparc/kernel/
Dpcic.c174 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (((unsigned int)bus) << 16) | (((unsigned i… macro