Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
Dspi-orion.c79 unsigned int max_divisor; member
527 .max_divisor = 30,
534 .max_divisor = 1920,
542 .max_divisor = 1920,
549 .max_divisor = 1920,
556 .max_divisor = 1920,
675 master->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()