Home
last modified time | relevance | path

Searched refs:OF_DT_END (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/linux/
Dof_fdt.h25 #define OF_DT_END 0x9 macro
/linux-2.6.39/drivers/of/
Dfdt.c400 if (be32_to_cpup((__be32 *)start) != OF_DT_END) in __unflatten_device_tree()
470 if (tag == OF_DT_END) in of_scan_flat_dt()
/linux-2.6.39/arch/powerpc/platforms/powermac/
Dbootx_init.c395 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Ddt.c601 dt_push_u32(dt, OF_DT_END); in dt_finish()
/linux-2.6.39/Documentation/devicetree/
Dbooting-without-of.txt80 June 1, 2005: Rev 0.4 - Correct confusion between OF_DT_END and
306 #define OF_DT_END 0x9
574 bit value. The tree has to be "finished" with a OF_DT_END token
/linux-2.6.39/arch/powerpc/kernel/
Dprom_init.c2064 dt_push_token(OF_DT_END, &mem_start, &mem_end); in flatten_device_tree()