Home
last modified time | relevance | path

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

/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";
/arch/mips/cavium-octeon/
Docteon-platform.c777 int cs, bootbus; in octeon_prune_device_tree() local
847 bootbus = fdt_parent_offset(initial_boot_params, cf); in octeon_prune_device_tree()
848 if (bootbus < 0) in octeon_prune_device_tree()
850 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()
877 int cs, bootbus; in octeon_prune_device_tree() local
908 bootbus = fdt_parent_offset(initial_boot_params, led); in octeon_prune_device_tree()
909 if (bootbus < 0) in octeon_prune_device_tree()
911 ranges = fdt_getprop_w(initial_boot_params, bootbus, "ranges", &len); in octeon_prune_device_tree()