Lines Matching refs:args
1094 void of_print_phandle_args(const char *msg, const struct of_phandle_args *args)
1097 printk("%s %pOF", msg, args->np);
1098 for (i = 0; i < args->args_count; i++) {
1101 pr_cont("%c%08x", delim, args->args[i]);
1225 uint32_t *args,
1236 args[i] = be32_to_cpup(it->cur++);
1270 out_args->args,
1337 * of_parse_phandle_with_args(node4, "list", "list", 1, &args);
1388 initial_match_array[i] = cpu_to_be32(out_args->args[i]);
1457 val |= cpu_to_be32(out_args->args[i]) & pass[i];
1460 out_args->args[i] = be32_to_cpu(val);