Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/of/
Dfdt.c164 if (tag != OF_DT_BEGIN_NODE) { in unflatten_dt_node()
328 while (tag == OF_DT_BEGIN_NODE || tag == OF_DT_NOP) { in unflatten_dt_node()
481 if (tag != OF_DT_BEGIN_NODE) { in of_scan_flat_dt()
514 BUG_ON(be32_to_cpup((__be32 *)p) != OF_DT_BEGIN_NODE); in of_get_flat_dt_root()
/linux-2.6.39/include/linux/
Dof_fdt.h20 #define OF_DT_BEGIN_NODE 0x1 /* Start of node, full name */ macro
/linux-2.6.39/arch/powerpc/platforms/powermac/
Dbootx_init.c285 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Ddt.c174 dt_push_u32(dt, OF_DT_BEGIN_NODE); in dt_start_node()
/linux-2.6.39/Documentation/devicetree/
Dbooting-without-of.txt301 #define OF_DT_BEGIN_NODE 0x1 /* Start node: full name
571 "OF_DT_BEGIN_NODE" token starts a new node, and the "OF_DT_END_NODE"
578 * token OF_DT_BEGIN_NODE (that is 0x00000001)
/linux-2.6.39/arch/powerpc/kernel/
Dprom_init.c1901 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct()