Lines Matching defs:sama7g5_mckx
381 } sama7g5_mckx[] = {
440 * Peripheral clock parent hw identifier (used to index in sama7g5_mckx[])
1013 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)),
1100 sama7g5_mckx[PCK_PARENT_HW_MCK0].hw = sama7g5_pmc->chws[PMC_MCK] = hw;
1105 for (i = PCK_PARENT_HW_MCK1; i < ARRAY_SIZE(sama7g5_mckx); i++) {
1106 u8 num_parents = 3 + sama7g5_mckx[i].ep_count;
1116 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table,
1117 sama7g5_mckx[i].ep_count);
1118 for (j = 0; j < sama7g5_mckx[i].ep_count; j++) {
1119 u8 pll_id = sama7g5_mckx[i].ep[j].pll_id;
1120 u8 pll_compid = sama7g5_mckx[i].ep[j].pll_compid;
1125 sama7g5_mckx[i].ep_count);
1127 hw = at91_clk_sama7g5_register_master(regmap, sama7g5_mckx[i].n,
1129 &pmc_mckX_lock, sama7g5_mckx[i].id,
1130 sama7g5_mckx[i].c,
1131 sama7g5_mckx[i].ep_chg_id);
1137 sama7g5_mckx[i].hw = hw;
1138 if (sama7g5_mckx[i].eid)
1139 sama7g5_pmc->chws[sama7g5_mckx[i].eid] = hw;
1187 sama7g5_mckx[sama7g5_periphck[i].p].hw,