Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1174 u32 ncycles, totalcycles, timeps, mckperiodps; in atmel_smc_nand_prepare_smcconf() local
1202 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1223 ncycles = ncycles > totalcycles ? ncycles - totalcycles : 0; in atmel_smc_nand_prepare_smcconf()
1224 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1241 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1251 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()
1277 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1283 ncycles -= totalcycles; in atmel_smc_nand_prepare_smcconf()
1305 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1321 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()