Searched refs:pcfgs (Results 1 – 1 of 1) sorted by relevance
138 } pcfgs[] = { variable188 for (idx = 0; idx < ARRAY_SIZE(pcfgs); idx++) in exynos5440_dt_node_to_map()189 if (of_find_property(np, pcfgs[idx].prop_cfg, NULL)) in exynos5440_dt_node_to_map()233 for (idx = 0, cfg_cnt = 0; idx < ARRAY_SIZE(pcfgs); idx++) { in exynos5440_dt_node_to_map()235 if (!of_property_read_u32(np, pcfgs[idx].prop_cfg, &value)) in exynos5440_dt_node_to_map()237 PINCFG_PACK(pcfgs[idx].cfg_type, value); in exynos5440_dt_node_to_map()