Searched refs:pcfgs (Results 1 – 1 of 1) sorted by relevance
140 } pcfgs[] = { variable190 for (idx = 0; idx < ARRAY_SIZE(pcfgs); idx++) in exynos5440_dt_node_to_map()191 if (of_find_property(np, pcfgs[idx].prop_cfg, NULL)) in exynos5440_dt_node_to_map()242 for (idx = 0, cfg_cnt = 0; idx < ARRAY_SIZE(pcfgs); idx++) { in exynos5440_dt_node_to_map()244 if (!of_property_read_u32(np, pcfgs[idx].prop_cfg, &value)) in exynos5440_dt_node_to_map()246 PINCFG_PACK(pcfgs[idx].cfg_type, value); in exynos5440_dt_node_to_map()