Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds