Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sparc/kernel/
Dpsycho_common.h15 #define PSYCHO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
17 ((unsigned long)(DEVFN) << 8) | \
Dprom_irqtrans.c102 #define SABRE_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
104 ((unsigned long)(DEVFN) << 8) | \
Dpci_schizo.c75 #define SCHIZO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
77 ((unsigned long)(DEVFN) << 8) | \
/Linux-v5.10/Documentation/devicetree/bindings/gpio/
Dgpio-thunderx.txt22 reg = <0x3000 0 0 0 0>; /* DEVFN = 0x30 (6:0) */
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dcavium-mmc.txt34 reg = <0x0c00 0 0 0 0>; /* DEVFN = 0x0c (1:4) */
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dcavium-mdio.txt58 reg = <0x0b00 0 0 0 0>; /* DEVFN = 0x0b (1:3) */
/Linux-v5.10/drivers/watchdog/
Dibmasr.c175 pdev = pci_get_bus_and_slot(0, DEVFN(0x1f, 0)); in asr_get_base_address()