Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1195 u32 ncycles, totalcycles, timeps, mckperiodps; in atmel_smc_nand_prepare_smcconf() local
1223 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1244 ncycles = ncycles > totalcycles ? ncycles - totalcycles : 0; in atmel_smc_nand_prepare_smcconf()
1245 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1262 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1272 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()
1298 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1304 ncycles -= totalcycles; in atmel_smc_nand_prepare_smcconf()
1326 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1342 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()