Searched refs:reg_node (Results 1 – 1 of 1) sorted by relevance
234 } reg_node; in add_coreboot_node() local256 reg_node.addr = cpu_to_fdt64(coreboot_table_addr); in add_coreboot_node()257 reg_node.size = cpu_to_fdt32(coreboot_table_size); in add_coreboot_node()258 ret = fdt_property(fdt, "reg", ®_node, in add_coreboot_node()