Searched refs:usbn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 449 { .compatible = "cavium,octeon-5750-usbn", }, 1103 "usbn", NULL); in octeon_prune_device_tree() 1105 int usbn = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() local 1107 if (usbn >= 0 && (current_cpu_type() == CPU_CAVIUM_OCTEON2 || in octeon_prune_device_tree() 1109 pr_debug("Deleting usbn\n"); in octeon_prune_device_tree() 1110 fdt_nop_node(initial_boot_params, usbn); in octeon_prune_device_tree() 1111 fdt_nop_property(initial_boot_params, aliases, "usbn"); in octeon_prune_device_tree() 1120 fdt_setprop_inplace(initial_boot_params, usbn, in octeon_prune_device_tree() 1125 fdt_nop_property(initial_boot_params, usbn, "refclk-type"); in octeon_prune_device_tree()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 451 { .compatible = "cavium,octeon-5750-usbn", }, 1104 "usbn", NULL); in octeon_prune_device_tree() 1106 int usbn = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() local 1108 if (usbn >= 0 && (current_cpu_type() == CPU_CAVIUM_OCTEON2 || in octeon_prune_device_tree() 1110 pr_debug("Deleting usbn\n"); in octeon_prune_device_tree() 1111 fdt_nop_node(initial_boot_params, usbn); in octeon_prune_device_tree() 1112 fdt_nop_property(initial_boot_params, aliases, "usbn"); in octeon_prune_device_tree() 1121 fdt_setprop_inplace(initial_boot_params, usbn, in octeon_prune_device_tree() 1126 fdt_nop_property(initial_boot_params, usbn, "refclk-type"); in octeon_prune_device_tree()
|
Completed in 4 milliseconds