Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-orion.c78 unsigned int max_divisor; member
580 .max_divisor = 30,
587 .max_divisor = 1920,
595 .max_divisor = 1920,
602 .max_divisor = 1920,
609 .max_divisor = 1920,
728 host->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()