Searched refs:best_cpsdvsr (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 1789 best_cpsdvsr = cpsdvsr; in calculate_effective_freq() 1808 clk_freq->cpsdvsr = (u8) (best_cpsdvsr & 0xFF); 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 1782 best_cpsdvsr = cpsdvsr; in calculate_effective_freq() 1801 clk_freq->cpsdvsr = (u8) (best_cpsdvsr & 0xFF); in calculate_effective_freq()
|
Completed in 6 milliseconds