Searched refs:sama7g5_gck (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | sama7g5.c | 389 } sama7g5_gck[] = { variable 841 nck(sama7g5_gck), 8); in sama7g5_pmc_setup() 846 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)), in sama7g5_pmc_setup() 1016 for (i = 0; i < ARRAY_SIZE(sama7g5_gck); i++) { in sama7g5_pmc_setup() 1017 u8 num_parents = 4 + sama7g5_gck[i].pp_count; in sama7g5_pmc_setup() 1026 SAMA7G5_FILL_TABLE(&mux_table[4], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup() 1027 sama7g5_gck[i].pp_count); in sama7g5_pmc_setup() 1028 SAMA7G5_FILL_TABLE(&parent_names[4], sama7g5_gck[i].pp, in sama7g5_pmc_setup() 1029 sama7g5_gck[i].pp_count); in sama7g5_pmc_setup() 1033 sama7g5_gck[ in sama7g5_pmc_setup() [all...] |
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | sama7g5.c | 568 } sama7g5_gck[] = { variable 1008 nck(sama7g5_gck), 8); in sama7g5_pmc_setup() 1013 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)), in sama7g5_pmc_setup() 1201 for (i = 0; i < ARRAY_SIZE(sama7g5_gck); i++) { in sama7g5_pmc_setup() 1202 u8 num_parents = 3 + sama7g5_gck[i].pp_count; in sama7g5_pmc_setup() 1212 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_gck[i].pp_mux_table, in sama7g5_pmc_setup() 1213 sama7g5_gck[i].pp_count); in sama7g5_pmc_setup() 1214 for (j = 0; j < sama7g5_gck[i].pp_count; j++) { in sama7g5_pmc_setup() 1215 u8 pll_id = sama7g5_gck[i].pp[j].pll_id; in sama7g5_pmc_setup() 1216 u8 pll_compid = sama7g5_gck[ in sama7g5_pmc_setup() [all...] |
Completed in 3 milliseconds