Lines Matching refs:list
468 const __be32 *list = *list_p;
472 mux_reg = be32_to_cpu(*list++);
480 conf_reg = be32_to_cpu(*list++);
490 pin_mmio->input_reg = be32_to_cpu(*list++);
491 pin_mmio->mux_mode = be32_to_cpu(*list++);
492 pin_mmio->input_val = be32_to_cpu(*list++);
494 config = be32_to_cpu(*list++);
501 *list_p = list;
515 const __be32 *list;
540 list = of_get_property(np, "fsl,pins", &size);
541 if (!list) {
542 list = of_get_property(np, "pinmux", &size);
543 if (!list) {
570 pin, &list);
573 pin, &list, np);