Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dprom.h29 #define OF_DT_BEGIN_NODE 0x1 /* Start of node, full name */ macro
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dbootx_init.c286 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct()
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt371 #define OF_DT_BEGIN_NODE 0x1 /* Start node: full name
642 "OF_DT_BEGIN_NODE" token starts a new node, and the "OF_DT_END_NODE"
649 * token OF_DT_BEGIN_NODE (that is 0x00000001)
/linux-4.1.27/arch/powerpc/kernel/
Dprom_init.c2094 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct()