ofw_args           50 arch/x86/platform/olpc/olpc_ofw.c 	int ofw_args[MAXARGS + 3];
ofw_args           59 arch/x86/platform/olpc/olpc_ofw.c 	ofw_args[0] = (int)name;
ofw_args           60 arch/x86/platform/olpc/olpc_ofw.c 	ofw_args[1] = nr_args;
ofw_args           61 arch/x86/platform/olpc/olpc_ofw.c 	ofw_args[2] = nr_res;
ofw_args           63 arch/x86/platform/olpc/olpc_ofw.c 	p = &ofw_args[3];
ofw_args           69 arch/x86/platform/olpc/olpc_ofw.c 	ret = olpc_ofw_cif(ofw_args);