Home
last modified time | relevance | path

Searched refs:max_mem_freq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-dw-bt1.c183 dws->max_mem_freq = 20000000U; in dw_spi_bt1_std_init()
245 dws->max_mem_freq = 10000000U; in dw_spi_bt1_sys_init()
247 dws->max_mem_freq = 20000000U; in dw_spi_bt1_sys_init()
H A Dspi-dw-core.c682 cfg.freq = clamp(mem->spi->max_speed_hz, 0U, dws->max_mem_freq); in dw_spi_exec_mem_op()
770 if (!dws->max_mem_freq) in dw_spi_init_mem_ops()
771 dws->max_mem_freq = dws->max_freq; in dw_spi_init_mem_ops()
H A Dspi-dw.h163 u32 max_mem_freq; /* max mem-ops bus freq */ member