Home
last modified time | relevance | path

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

/linux-2.6.39/sound/drivers/pcsp/
Dpcsp.c47 int div, min_div, order; in snd_pcsp_create() local
62 min_div = MIN_DIV; in snd_pcsp_create()
64 min_div = MAX_DIV; in snd_pcsp_create()
67 loops_per_jiffy, min_div, tp.tv_nsec); in snd_pcsp_create()
70 div = MAX_DIV / min_div; in snd_pcsp_create()
/linux-2.6.39/drivers/spi/
Dau1550_spi.c919 int min_div = (2 << 0) * (2 * (4 + 1)); in au1550_spi_probe() local
921 hw->freq_max = hw->pdata->mainclk_hz / min_div; in au1550_spi_probe()