Lines Matching refs:list
523 const __be32 *list = *list_p;
527 mux_reg = be32_to_cpu(*list++);
535 conf_reg = be32_to_cpu(*list++);
545 pin_mmio->input_reg = be32_to_cpu(*list++);
546 pin_mmio->mux_mode = be32_to_cpu(*list++);
547 pin_mmio->input_val = be32_to_cpu(*list++);
554 config = be32_to_cpu(*list++);
562 *list_p = list;
576 const __be32 *list;
604 list = of_get_property(np, "fsl,pins", &size);
605 if (!list) {
606 list = of_get_property(np, "pinmux", &size);
607 if (!list) {
634 pin, &list);
637 pin, &list, np);