Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-orion.c84 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,
676 master->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()