Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/powermac/
Dbootx_init.c110 #define dt_push_token(token, mem) \ macro
147 dt_push_token(OF_DT_PROP, mem_end); in bootx_dt_add_prop()
148 dt_push_token(size, mem_end); in bootx_dt_add_prop()
149 dt_push_token(soff, mem_end); in bootx_dt_add_prop()
284 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct()
346 dt_push_token(OF_DT_END_NODE, mem_end); in bootx_scan_dt_build_struct()
394 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
/linux-5.19.10/arch/powerpc/kernel/
Dprom_init.c2512 #define dt_push_token(token, mem_start, mem_end) do { \ macro
2595 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct()
2662 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct()
2663 dt_push_token(l, mem_start, mem_end); in scan_dt_build_struct()
2664 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2681 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct()
2682 dt_push_token(4, mem_start, mem_end); in scan_dt_build_struct()
2683 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2696 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct()
2754 dt_push_token(OF_DT_END, &mem_start, &mem_end); in flatten_device_tree()