Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dprom.h34 #define OF_DT_END 0x9 macro
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbootx_init.c397 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt85 June 1, 2005: Rev 0.4 - Correct confusion between OF_DT_END and
389 #define OF_DT_END 0x9
658 bit value. The tree has to be "finished" with a OF_DT_END token
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c2566 dt_push_token(OF_DT_END, &mem_start, &mem_end); in flatten_device_tree()