Lines Matching defs:list
1148 const __be32 *list;
1150 list = of_get_property(np, "atmel,mux-mask", &size);
1151 if (!list) {
1156 size /= sizeof(*list);
1181 const __be32 *list;
1193 list = of_get_property(np, "atmel,pins", &size);
1195 size /= sizeof(*list);
1212 pin->bank = be32_to_cpu(*list++);
1213 pin->pin = be32_to_cpu(*list++);
1215 pin->mux = be32_to_cpu(*list++);
1216 pin->conf = be32_to_cpu(*list++);
1763 * We only set up the handler for the first of the list.