Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/
Dnand-controller.c1242 u32 ncycles, totalcycles, timeps, mckperiodps; in atmel_smc_nand_prepare_smcconf() local
1270 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1291 ncycles = ncycles > totalcycles ? ncycles - totalcycles : 0; in atmel_smc_nand_prepare_smcconf()
1292 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1309 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1319 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()
1345 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1351 ncycles -= totalcycles; in atmel_smc_nand_prepare_smcconf()
1373 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1389 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()