Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dprom.h30 #define OF_DT_END_NODE 0x2 /* End node */ macro
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbootx_init.c349 dt_push_token(OF_DT_END_NODE, mem_end); in bootx_scan_dt_build_struct()
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt86 OF_DT_END_NODE in structure definition.
386 #define OF_DT_END_NODE 0x2 /* End node */
655 "OF_DT_BEGIN_NODE" token starts a new node, and the "OF_DT_END_NODE"
657 "OF_DT_END_NODE" (that is nodes within the node). A 'token' is a 32
676 * token OF_DT_END_NODE (that is 0x00000002)
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c2508 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct()