Searched refs:DEVFN (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | psycho_common.h | 15 #define PSYCHO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument 17 ((unsigned long)(DEVFN) << 8) | \
|
H A D | prom_irqtrans.c | 103 #define SABRE_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument 105 ((unsigned long)(DEVFN) << 8) | \
|
H A D | pci_schizo.c | 75 #define SCHIZO_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument 77 ((unsigned long)(DEVFN) << 8) | \
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | gpio-thunderx.txt | 22 reg = <0x3000 0 0 0 0>; /* DEVFN = 0x30 (6:0) */
|
/openbmc/qemu/docs/ |
H A D | qdev-device-use.txt | 95 As for all PCI devices, you can add bus=PCI-BUS,addr=DEVFN to 122 As for all PCI devices, you can add bus=PCI-BUS,addr=DEVFN to 260 For PCI devices, you can add bus=PCI-BUS,addr=DEVFN to control the PCI 293 As for all PCI devices, you can add bus=PCI-BUS,addr=DEVFN to control 330 For PCI devices, you can add bus=PCI-BUS,addr=DEVFN to control the PCI 360 bus=PCI-BUS,addr=DEVFN to control the PCI device address, as usual.
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | cavium-mmc.txt | 34 reg = <0x0c00 0 0 0 0>; /* DEVFN = 0x0c (1:4) */
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | cavium-mdio.txt | 58 reg = <0x0b00 0 0 0 0>; /* DEVFN = 0x0b (1:3) */
|
/openbmc/linux/drivers/watchdog/ |
H A D | ibmasr.c | 174 pdev = pci_get_bus_and_slot(0, DEVFN(0x1f, 0)); in asr_get_base_address()
|