Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powermac/
Dbootx_init.c112 #define dt_push_token(token, mem) \ macro
149 dt_push_token(OF_DT_PROP, mem_end); in bootx_dt_add_prop()
150 dt_push_token(size, mem_end); in bootx_dt_add_prop()
151 dt_push_token(soff, mem_end); in bootx_dt_add_prop()
286 dt_push_token(OF_DT_BEGIN_NODE, mem_end); in bootx_scan_dt_build_struct()
348 dt_push_token(OF_DT_END_NODE, mem_end); in bootx_scan_dt_build_struct()
396 dt_push_token(OF_DT_END, &mem_end); in bootx_flatten_dt()
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c2039 #define dt_push_token(token, mem_start, mem_end) do { \ macro
2122 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct()
2189 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct()
2190 dt_push_token(l, mem_start, mem_end); in scan_dt_build_struct()
2191 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2211 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct()
2212 dt_push_token(4, mem_start, mem_end); in scan_dt_build_struct()
2213 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct()
2226 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct()
2284 dt_push_token(OF_DT_END, &mem_start, &mem_end); in flatten_device_tree()