Home
last modified time | relevance | path

Searched refs:dt_push_token (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/powermac/
Dbootx_init.c113 #define dt_push_token(token, mem) \ macro
150 dt_push_token(OF_DT_PROP, mem_end); in bootx_dt_add_prop()
151 dt_push_token(size, mem_end); in bootx_dt_add_prop()
152 dt_push_token(soff, mem_end); in bootx_dt_add_prop()
287 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct()
349 dt_push_token(OF_DT_END_NODE, mem_end); in bootx_scan_dt_build_struct()
397 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
/Linux-v4.19/arch/powerpc/kernel/
Dprom_init.c2321 #define dt_push_token(token, mem_start, mem_end) do { \ macro
2404 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct()
2471 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct()
2472 dt_push_token(l, mem_start, mem_end); in scan_dt_build_struct()
2473 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2493 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct()
2494 dt_push_token(4, mem_start, mem_end); in scan_dt_build_struct()
2495 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2508 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct()
2566 dt_push_token(OF_DT_END, &mem_start, &mem_end); in flatten_device_tree()