Searched refs:tclk_freq_select (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/clk/mvebu/
H A Darmada-370.c49 u8 tclk_freq_select = 0; a370_get_tclk_freq() local
51 tclk_freq_select = ((readl(sar) >> SARL_A370_TCLK_FREQ_OPT) & a370_get_tclk_freq()
53 return a370_tclk_freqs[tclk_freq_select]; a370_get_tclk_freq()
H A Darmada-38x.c41 u8 tclk_freq_select; armada_38x_get_tclk_freq() local
43 tclk_freq_select = ((readl(sar) >> SAR_A380_TCLK_FREQ_OPT) & armada_38x_get_tclk_freq()
45 return armada_38x_tclk_frequencies[tclk_freq_select]; armada_38x_get_tclk_freq()
H A Darmada-39x.c49 u8 tclk_freq_select; armada_39x_get_tclk_freq() local
51 tclk_freq_select = ((readl(sar + SARL) >> SARL_A390_TCLK_FREQ_OPT) & armada_39x_get_tclk_freq()
53 return armada_39x_tclk_frequencies[tclk_freq_select]; armada_39x_get_tclk_freq()
H A Darmada-375.c54 u8 tclk_freq_select; armada_375_get_tclk_freq() local
56 tclk_freq_select = ((readl(sar) >> SAR1_A375_TCLK_FREQ_OPT) & armada_375_get_tclk_freq()
58 return armada_375_tclk_frequencies[tclk_freq_select]; armada_375_get_tclk_freq()

Completed in 102 milliseconds