Home
last modified time | relevance | path

Searched refs:min_tclk (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-pl022.c1748 u32 rate, max_tclk, min_tclk, best_freq = 0, best_cpsdvsr = 0, in calculate_effective_freq() local
1755 min_tclk = spi_rate(rate, CPSDVR_MAX, SCR_MAX); in calculate_effective_freq()
1762 if (freq < min_tclk) { in calculate_effective_freq()
1765 freq, min_tclk); in calculate_effective_freq()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-pl022.c1741 u32 rate, max_tclk, min_tclk, best_freq = 0, best_cpsdvsr = 0, in calculate_effective_freq() local
1748 min_tclk = spi_rate(rate, CPSDVR_MAX, SCR_MAX); in calculate_effective_freq()
1755 if (freq < min_tclk) { in calculate_effective_freq()
1758 freq, min_tclk); in calculate_effective_freq()

Completed in 6 milliseconds