Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
Dspi-txx9.c34 #define SPI_MAX_DIVIDER 0xff /* Max. value for SPCR1.SER */ macro
189 n = clamp(n, SPI_MIN_DIVIDER, SPI_MAX_DIVIDER); in txx9spi_work_one()
392 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); in txx9spi_probe()