Home
last modified time | relevance | path

Searched refs:DEVFN (Results 1 – 4 of 4) sorted by relevance

/arch/mn10300/include/asm/
Dpci.h22 #define __pcidebug(FMT, BUS, DEVFN, WHERE,...) \
26 PCI_SLOT(DEVFN), \
27 PCI_FUNC(DEVFN), \
33 #define __pcidebug(FMT, BUS, DEVFN, WHERE, ...) do {} while (0) argument
/arch/sparc/kernel/
Dpsycho_common.h14 #define PSYCHO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
16 ((unsigned long)(DEVFN) << 8) | \
Dprom_irqtrans.c101 #define SABRE_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
103 ((unsigned long)(DEVFN) << 8) | \
Dpci_schizo.c73 #define SCHIZO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
75 ((unsigned long)(DEVFN) << 8) | \