Home
last modified time | relevance | path

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

/linux/drivers/clk/mvebu/
A Darmada-39x.c47 u8 tclk_freq_select; in armada_39x_get_tclk_freq() local
49 tclk_freq_select = ((readl(sar + SARL) >> SARL_A390_TCLK_FREQ_OPT) & in armada_39x_get_tclk_freq()
51 return armada_39x_tclk_frequencies[tclk_freq_select]; in armada_39x_get_tclk_freq()
A Darmada-375.c52 u8 tclk_freq_select; in armada_375_get_tclk_freq() local
54 tclk_freq_select = ((readl(sar) >> SAR1_A375_TCLK_FREQ_OPT) & in armada_375_get_tclk_freq()
56 return armada_375_tclk_frequencies[tclk_freq_select]; in armada_375_get_tclk_freq()
A Darmada-38x.c39 u8 tclk_freq_select; in armada_38x_get_tclk_freq() local
41 tclk_freq_select = ((readl(sar) >> SAR_A380_TCLK_FREQ_OPT) & in armada_38x_get_tclk_freq()
43 return armada_38x_tclk_frequencies[tclk_freq_select]; in armada_38x_get_tclk_freq()
A Darmada-370.c47 u8 tclk_freq_select = 0; in a370_get_tclk_freq() local
49 tclk_freq_select = ((readl(sar) >> SARL_A370_TCLK_FREQ_OPT) & in a370_get_tclk_freq()
51 return a370_tclk_freqs[tclk_freq_select]; in a370_get_tclk_freq()

Completed in 5 milliseconds