Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dprom.h34 #define OF_DT_END 0x9 macro
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dbootx_init.c396 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt84 June 1, 2005: Rev 0.4 - Correct confusion between OF_DT_END and
376 #define OF_DT_END 0x9
645 bit value. The tree has to be "finished" with a OF_DT_END token
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c2284 dt_push_token(OF_DT_END, &mem_start, &mem_end); in flatten_device_tree()