Searched refs:sama7g5_mckx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/at91/ |
H A D | sama7g5.c | 381 } sama7g5_mckx[] = { variable 440 * Peripheral clock parent hw identifier (used to index in sama7g5_mckx[]) 1013 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)), in sama7g5_pmc_setup() 1100 sama7g5_mckx[PCK_PARENT_HW_MCK0].hw = sama7g5_pmc->chws[PMC_MCK] = hw; in sama7g5_pmc_setup() 1105 for (i = PCK_PARENT_HW_MCK1; i < ARRAY_SIZE(sama7g5_mckx); i++) { in sama7g5_pmc_setup() 1106 u8 num_parents = 3 + sama7g5_mckx[i].ep_count; in sama7g5_pmc_setup() 1116 SAMA7G5_FILL_TABLE(&mux_table[3], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup() 1117 sama7g5_mckx[i].ep_count); in sama7g5_pmc_setup() 1118 for (j = 0; j < sama7g5_mckx[i].ep_count; j++) { in sama7g5_pmc_setup() 1119 u8 pll_id = sama7g5_mckx[ in sama7g5_pmc_setup() [all...] |
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | sama7g5.c | 226 } sama7g5_mckx[] = { variable 846 (ARRAY_SIZE(sama7g5_mckx) + ARRAY_SIZE(sama7g5_gck)), in sama7g5_pmc_setup() 930 for (i = 0; i < ARRAY_SIZE(sama7g5_mckx); i++) { in sama7g5_pmc_setup() 931 u8 num_parents = 4 + sama7g5_mckx[i].ep_count; in sama7g5_pmc_setup() 940 SAMA7G5_FILL_TABLE(&mux_table[4], sama7g5_mckx[i].ep_mux_table, in sama7g5_pmc_setup() 941 sama7g5_mckx[i].ep_count); in sama7g5_pmc_setup() 942 SAMA7G5_FILL_TABLE(&parent_names[4], sama7g5_mckx[i].ep, in sama7g5_pmc_setup() 943 sama7g5_mckx[i].ep_count); in sama7g5_pmc_setup() 945 hw = at91_clk_sama7g5_register_master(regmap, sama7g5_mckx[i].n, in sama7g5_pmc_setup() 947 &pmc_mckX_lock, sama7g5_mckx[ in sama7g5_pmc_setup() [all...] |
Completed in 5 milliseconds