Searched refs:dt_push_token (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 112 #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.1.27/arch/powerpc/kernel/ |
D | prom_init.c | 2011 #define dt_push_token(token, mem_start, mem_end) do { \ macro 2094 dt_push_token(OF_DT_BEGIN_NODE, mem_start, mem_end); in scan_dt_build_struct() 2161 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct() 2162 dt_push_token(l, mem_start, mem_end); in scan_dt_build_struct() 2163 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2183 dt_push_token(OF_DT_PROP, mem_start, mem_end); in scan_dt_build_struct() 2184 dt_push_token(4, mem_start, mem_end); in scan_dt_build_struct() 2185 dt_push_token(soff, mem_start, mem_end); in scan_dt_build_struct() 2198 dt_push_token(OF_DT_END_NODE, mem_start, mem_end); in scan_dt_build_struct() 2256 dt_push_token(OF_DT_END, &mem_start, &mem_end); in flatten_device_tree()
|