Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c1031 unsigned long rate, rate_round; in mxc_nand_v2_setup_interface() local
1051 rate_round = clk_round_rate(host->clk, rate); in mxc_nand_v2_setup_interface()
1053 tRC_ps = 1000000000 / (rate_round / 1000); in mxc_nand_v2_setup_interface()
1056 rate_round = clk_round_rate(host->clk, rate); in mxc_nand_v2_setup_interface()
1058 tRC_ps = 1000000000 / (rate_round / 1000 / 2); in mxc_nand_v2_setup_interface()
1093 dev_dbg(host->dev, "Setting rate to %ldHz, %s mode\n", rate_round, in mxc_nand_v2_setup_interface()