Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-dw-core.c695 cfg.freq = clamp(op->max_freq, 0U, dws->max_mem_freq); in dw_spi_exec_mem_op()
783 if (!dws->max_mem_freq) in dw_spi_init_mem_ops()
784 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