Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-orion.c81 unsigned int max_divisor; member
528 .max_divisor = 30,
535 .max_divisor = 1920,
543 .max_divisor = 1920,
550 .max_divisor = 1920,
557 .max_divisor = 1920,
677 master->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()