fdt_setprop_u32    88 arch/mips/generic/board-sead3.c 		err = fdt_setprop_u32(fdt, uart_off, "interrupt-parent",
fdt_setprop_u32    96 arch/mips/generic/board-sead3.c 		err = fdt_setprop_u32(fdt, uart_off, "interrupts",
fdt_setprop_u32   118 arch/mips/generic/board-sead3.c 	err = fdt_setprop_u32(fdt, eth_off, "interrupt-parent", cpu_phandle);
fdt_setprop_u32   124 arch/mips/generic/board-sead3.c 	err = fdt_setprop_u32(fdt, eth_off, "interrupts", cpu_eth_int);
fdt_setprop_u32   136 arch/mips/generic/board-sead3.c 	err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle);
fdt_setprop_u32   142 arch/mips/generic/board-sead3.c 	err = fdt_setprop_u32(fdt, ehci_off, "interrupts", cpu_ehci_int);
fdt_setprop_u32   286 arch/mips/mti-malta/malta-dtshim.c 	err = fdt_setprop_u32(fdt, i8259_off, "interrupt-parent", cpu_phandle);
fdt_setprop_u32   293 arch/mips/mti-malta/malta-dtshim.c 	err = fdt_setprop_u32(fdt, i8259_off, "interrupts", 2);
fdt_setprop_u32    26 drivers/firmware/efi/libstub/fdt.c 	fdt_setprop_u32(fdt, offset, "#address-cells", EFI_DT_ADDR_CELLS_DEFAULT);
fdt_setprop_u32    27 drivers/firmware/efi/libstub/fdt.c 	fdt_setprop_u32(fdt, offset, "#size-cells",    EFI_DT_SIZE_CELLS_DEFAULT);
fdt_setprop_u32  1695 scripts/dtc/libfdt/libfdt.h 	return fdt_setprop_u32(fdt, nodeoffset, name, val);