Home
last modified time | relevance | path

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

/linux-4.1.27/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
/linux-4.1.27/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) | \
/linux-4.1.27/drivers/watchdog/
Dibmasr.c175 pdev = pci_get_bus_and_slot(0, DEVFN(0x1f, 0)); in asr_get_base_address()