Searched refs:max_tclk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-pl022.c | 1748 u32 rate, max_tclk, min_tclk, best_freq = 0, best_cpsdvsr = 0, in calculate_effective_freq() local 1753 max_tclk = spi_rate(rate, CPSDVR_MIN, SCR_MIN); in calculate_effective_freq() 1757 if (freq > max_tclk) in calculate_effective_freq() 1760 max_tclk, freq); in calculate_effective_freq()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-pl022.c | 1741 u32 rate, max_tclk, min_tclk, best_freq = 0, best_cpsdvsr = 0, in calculate_effective_freq() local 1746 max_tclk = spi_rate(rate, CPSDVR_MIN, SCR_MIN); in calculate_effective_freq() 1750 if (freq > max_tclk) in calculate_effective_freq() 1753 max_tclk, freq); in calculate_effective_freq()
|
Completed in 7 milliseconds