Searched refs:real_rate (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
H A Ds3cmci.h33 unsigned long real_rate; member in struct:s3cmci_host
H A Djz4740_mmc.c826 int real_rate; jz4740_mmc_set_clock_rate() local
831 real_rate = clk_get_rate(host->clk); jz4740_mmc_set_clock_rate()
833 while (real_rate > rate && div < 7) { jz4740_mmc_set_clock_rate()
835 real_rate >>= 1; jz4740_mmc_set_clock_rate()
839 return real_rate; jz4740_mmc_set_clock_rate()
H A Ds3cmci.c1216 host->real_rate = host->clk_rate / (host->clk_div*(mci_psc+1)); s3cmci_set_clk()
1218 if (host->real_rate <= ios->clock) s3cmci_set_clk()
1228 /* If requested clock is 0, real_rate will be 0, too */ s3cmci_set_clk()
1230 host->real_rate = 0; s3cmci_set_clk()
1283 host->real_rate/1000, ios->clock/1000); s3cmci_set_ios()
/linux-4.4.14/sound/pci/
H A Dcs4281.c710 static unsigned int snd_cs4281_rate(unsigned int rate, unsigned int *real_rate) snd_cs4281_rate() argument
714 if (real_rate) snd_cs4281_rate()
715 *real_rate = rate; snd_cs4281_rate()
729 if (real_rate) snd_cs4281_rate()
730 *real_rate = 1536000 / val; snd_cs4281_rate()

Completed in 215 milliseconds