Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/mips/boot/dts/cavium-octeon/
Docteon_68xx.dts447 bootbus: bootbus@1180000000000 { label
448 compatible = "cavium,octeon-3860-bootbus";
464 compatible = "cavium,octeon-3860-bootbus-config";
481 compatible = "cavium,octeon-3860-bootbus-config";
498 compatible = "cavium,octeon-3860-bootbus-config";
515 compatible = "cavium,octeon-3860-bootbus-config";
574 compatible = "cavium,octeon-5750-bootbus-dma";
579 compatible = "cavium,octeon-5750-bootbus-dma";
Docteon_3xxx.dts411 bootbus: bootbus@1180000000000 { label
412 compatible = "cavium,octeon-3860-bootbus";
428 compatible = "cavium,octeon-3860-bootbus-config";
445 compatible = "cavium,octeon-3860-bootbus-config";
462 compatible = "cavium,octeon-3860-bootbus-config";
479 compatible = "cavium,octeon-3860-bootbus-config";
519 compatible = "cavium,octeon-5750-bootbus-dma";
524 compatible = "cavium,octeon-5750-bootbus-dma";
/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-platform.c775 int cs, bootbus; in octeon_prune_device_tree() local
845 bootbus = fdt_parent_offset(initial_boot_params, cf); in octeon_prune_device_tree()
846 if (bootbus < 0) in octeon_prune_device_tree()
848 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()
875 int cs, bootbus; in octeon_prune_device_tree() local
906 bootbus = fdt_parent_offset(initial_boot_params, led); in octeon_prune_device_tree()
907 if (bootbus < 0) in octeon_prune_device_tree()
909 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()
/linux-4.4.14/drivers/sbus/char/
DKconfig39 tristate "UltraSPARC-III bootbus i2c controller driver"