Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dtsi112 bootbus: bootbus@1180000000000 { label
113 compatible = "cavium,octeon-3860-bootbus";
129 compatible = "cavium,octeon-3860-bootbus-config";
146 compatible = "cavium,octeon-3860-bootbus-config";
163 compatible = "cavium,octeon-3860-bootbus-config";
180 compatible = "cavium,octeon-3860-bootbus-config";
207 compatible = "cavium,octeon-5750-bootbus-dma";
213 compatible = "cavium,octeon-5750-bootbus-dma";
Docteon_68xx.dts448 bootbus: bootbus@1180000000000 { label
449 compatible = "cavium,octeon-3860-bootbus";
465 compatible = "cavium,octeon-3860-bootbus-config";
482 compatible = "cavium,octeon-3860-bootbus-config";
499 compatible = "cavium,octeon-3860-bootbus-config";
516 compatible = "cavium,octeon-3860-bootbus-config";
575 compatible = "cavium,octeon-5750-bootbus-dma";
580 compatible = "cavium,octeon-5750-bootbus-dma";
Docteon_3xxx.dts327 bootbus: bootbus@1180000000000 { label
/Linux-v4.19/Documentation/devicetree/bindings/mips/cavium/
Dbootbus.txt7 - compatible: "cavium,octeon-3860-bootbus"
14 within the bootbus. The second cell is the offset from the chip select.
27 - compatible: "cavium,octeon-3860-bootbus-config"
69 bootbus: bootbus@1180000000000 {
70 compatible = "cavium,octeon-3860-bootbus";
86 compatible = "cavium,octeon-3860-bootbus-config";
106 compatible = "cavium,octeon-3860-bootbus-config";
Ddma-engine.txt8 - compatible: "cavium,octeon-5750-bootbus-dma"
18 compatible = "cavium,octeon-5750-bootbus-dma";
/Linux-v4.19/arch/mips/cavium-octeon/
Docteon-platform.c864 int cs, bootbus; in octeon_prune_device_tree() local
936 bootbus = fdt_parent_offset(initial_boot_params, cf); in octeon_prune_device_tree()
937 if (bootbus < 0) in octeon_prune_device_tree()
939 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()
966 int cs, bootbus; in octeon_prune_device_tree() local
997 bootbus = fdt_parent_offset(initial_boot_params, led); in octeon_prune_device_tree()
998 if (bootbus < 0) in octeon_prune_device_tree()
1000 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()
/Linux-v4.19/drivers/sbus/char/
DKconfig32 tristate "UltraSPARC-III bootbus i2c controller driver"