Searched refs:tclk_freq_select (Results 1 – 4 of 4) sorted by relevance
47 u8 tclk_freq_select; in armada_39x_get_tclk_freq() local49 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()
52 u8 tclk_freq_select; in armada_375_get_tclk_freq() local54 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()
39 u8 tclk_freq_select; in armada_38x_get_tclk_freq() local41 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()
47 u8 tclk_freq_select = 0; in a370_get_tclk_freq() local49 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()