Searched refs:SPI_MAX_DIVIDER (Results 1 – 1 of 1) sorted by relevance
34 #define SPI_MAX_DIVIDER 0xff /* Max. value for SPCR1.SER */ macro189 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()