Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dprom.h29 #define OF_DT_BEGIN_NODE 0x1 /* Start of node, full name */ macro
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbootx_init.c287 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct()
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt384 #define OF_DT_BEGIN_NODE 0x1 /* Start node: full name
655 "OF_DT_BEGIN_NODE" token starts a new node, and the "OF_DT_END_NODE"
662 * token OF_DT_BEGIN_NODE (that is 0x00000001)
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c2404 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct()