Lines Matching refs:setprop_inplace
186 .setprop_inplace(cstr!("reg"), [addr.to_be(), size.to_be()].as_bytes()) in patch_memory_range()
360 subnode.setprop_inplace(cstr!("opp-hz"), &entry.to_be_bytes())?;
396 cur.setprop_inplace(cstr!("capacity-dmips-mhz"), &cpu_capacity.to_be_bytes())?; in patch_cpus()
416 core_node.setprop_inplace(cstr!("cpu"), &value)?; in patch_cpus()
732 node.setprop_inplace( in patch_pci_info()
825 node.setprop_inplace(cstr!("size"), &swiotlb_info.size.to_be_bytes())?; in patch_swiotlb_info()
826 node.setprop_inplace(cstr!("alignment"), &swiotlb_info.align.unwrap().to_be_bytes())?; in patch_swiotlb_info()
853 node.setprop_inplace(cstr!("reg"), flatten(&value)) in patch_gic()
877 node.setprop_inplace(cstr!("interrupts"), value.as_bytes()) in patch_timer()
1211 chosen.setprop_inplace(cstr!("kaslr-seed"), &kaslr_seed.to_be_bytes())?; in modify_for_next_stage()
1234 node.setprop_inplace(cstr!("reg"), flatten(&[addr.to_be_bytes(), size.to_be_bytes()])) in patch_dice_node()