Searched refs:bootx_dt_add_prop (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dbootx_init.c133 static void __init bootx_dt_add_prop(char *name, void *data, int size, bootx_dt_add_prop() function
165 bootx_dt_add_prop("linux,bootx", NULL, 0, mem_end); bootx_add_chosen_props()
170 bootx_dt_add_prop("bootargs", args, strlen(args) + 1, mem_end); bootx_add_chosen_props()
174 bootx_dt_add_prop("linux,initrd-start", &val, 4, mem_end); bootx_add_chosen_props()
176 bootx_dt_add_prop("linux,initrd-end", &val, 4, mem_end); bootx_add_chosen_props()
179 bootx_dt_add_prop("linux,stdout-path", bootx_disp_path, bootx_add_chosen_props()
191 bootx_dt_add_prop("linux,boot-display", NULL, 0, mem_end); bootx_add_display_props()
192 bootx_dt_add_prop("linux,opened", NULL, 0, mem_end); bootx_add_display_props()
194 bootx_dt_add_prop("linux,bootx-noscreen", NULL, 0, mem_end); bootx_add_display_props()
197 bootx_dt_add_prop("linux,bootx-depth", &tmp, 4, mem_end); bootx_add_display_props()
199 bootx_dt_add_prop("linux,bootx-width", &tmp, 4, mem_end); bootx_add_display_props()
201 bootx_dt_add_prop("linux,bootx-height", &tmp, 4, mem_end); bootx_add_display_props()
203 bootx_dt_add_prop("linux,bootx-linebytes", &tmp, 4, mem_end); bootx_add_display_props()
209 bootx_dt_add_prop("linux,bootx-addr", &tmp, 4, mem_end); bootx_add_display_props()
325 bootx_dt_add_prop(namep, bootx_scan_dt_build_struct()

Completed in 37 milliseconds