Searched refs:rate_round (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 1148 unsigned long rate, rate_round; in mxc_nand_v2_setup_interface() local 1168 rate_round = clk_round_rate(host->clk, rate); in mxc_nand_v2_setup_interface() 1170 tRC_ps = 1000000000 / (rate_round / 1000); in mxc_nand_v2_setup_interface() 1173 rate_round = clk_round_rate(host->clk, rate); in mxc_nand_v2_setup_interface() 1175 tRC_ps = 1000000000 / (rate_round / 1000 / 2); in mxc_nand_v2_setup_interface() 1210 dev_dbg(host->dev, "Setting rate to %ldHz, %s mode\n", rate_round, in mxc_nand_v2_setup_interface()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 1145 unsigned long rate, rate_round; in mxc_nand_v2_setup_interface() local 1165 rate_round = clk_round_rate(host->clk, rate); in mxc_nand_v2_setup_interface() 1167 tRC_ps = 1000000000 / (rate_round / 1000); in mxc_nand_v2_setup_interface() 1170 rate_round = clk_round_rate(host->clk, rate); in mxc_nand_v2_setup_interface() 1172 tRC_ps = 1000000000 / (rate_round / 1000 / 2); in mxc_nand_v2_setup_interface() 1207 dev_dbg(host->dev, "Setting rate to %ldHz, %s mode\n", rate_round, in mxc_nand_v2_setup_interface()
|
Completed in 6 milliseconds