Lines Matching defs:sama7g5_mckx
226 } sama7g5_mckx[] = {
846 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)),
930 for (i = 0; i < ARRAY_SIZE(sama7g5_mckx); i++) {
931 u8 num_parents = 4 + sama7g5_mckx[i].ep_count;
940 SAMA7G5_FILL_TABLE(&mux_table[4], sama7g5_mckx[i].ep_mux_table,
941 sama7g5_mckx[i].ep_count);
942 SAMA7G5_FILL_TABLE(&parent_names[4], sama7g5_mckx[i].ep,
943 sama7g5_mckx[i].ep_count);
945 hw = at91_clk_sama7g5_register_master(regmap, sama7g5_mckx[i].n,
947 &pmc_mckX_lock, sama7g5_mckx[i].id,
948 sama7g5_mckx[i].c,
949 sama7g5_mckx[i].ep_chg_id);