Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dof_fdt.h21 #define OF_DT_END_NODE 0x2 /* End node */ macro
/linux-2.6.39/drivers/of/
Dfdt.c336 if (tag != OF_DT_END_NODE) { in unflatten_dt_node()
464 if (tag == OF_DT_END_NODE) { in of_scan_flat_dt()
/linux-2.6.39/arch/powerpc/platforms/powermac/
Dbootx_init.c347 dt_push_token(OF_DT_END_NODE, mem_end); in bootx_scan_dt_build_struct()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Ddt.c178 #define dt_end_node(dt) dt_push_u32(dt, OF_DT_END_NODE)
/linux-2.6.39/Documentation/devicetree/
Dbooting-without-of.txt81 OF_DT_END_NODE in structure definition.
303 #define OF_DT_END_NODE 0x2 /* End node */
571 "OF_DT_BEGIN_NODE" token starts a new node, and the "OF_DT_END_NODE"
573 "OF_DT_END_NODE" (that is nodes within the node). A 'token' is a 32
592 * token OF_DT_END_NODE (that is 0x00000002)
/linux-2.6.39/arch/powerpc/kernel/
Dprom_init.c2005 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct()