Searched refs:h32mxclk (Results 1 – 1 of 1) sorted by relevance
42 struct clk_sama5d4_h32mx *h32mxclk = to_clk_sama5d4_h32mx(hw); in clk_sama5d4_h32mx_recalc_rate() local44 if (pmc_read(h32mxclk->pmc, AT91_PMC_MCKR) & AT91_PMC_H32MXDIV) in clk_sama5d4_h32mx_recalc_rate()72 struct clk_sama5d4_h32mx *h32mxclk = to_clk_sama5d4_h32mx(hw); in clk_sama5d4_h32mx_set_rate() local73 struct at91_pmc *pmc = h32mxclk->pmc; in clk_sama5d4_h32mx_set_rate()98 struct clk_sama5d4_h32mx *h32mxclk; in of_sama5d4_clk_h32mx_setup() local103 h32mxclk = kzalloc(sizeof(*h32mxclk), GFP_KERNEL); in of_sama5d4_clk_h32mx_setup()104 if (!h32mxclk) in of_sama5d4_clk_h32mx_setup()115 h32mxclk->hw.init = &init; in of_sama5d4_clk_h32mx_setup()116 h32mxclk->pmc = pmc; in of_sama5d4_clk_h32mx_setup()118 clk = clk_register(NULL, &h32mxclk->hw); in of_sama5d4_clk_h32mx_setup()[all …]