Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c1243 u32 ncycles, totalcycles, timeps, mckperiodps; in atmel_smc_nand_prepare_smcconf() local
1271 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1292 ncycles = ncycles > totalcycles ? ncycles - totalcycles : 0; in atmel_smc_nand_prepare_smcconf()
1293 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1310 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1320 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()
1346 totalcycles = ncycles; in atmel_smc_nand_prepare_smcconf()
1352 ncycles -= totalcycles; in atmel_smc_nand_prepare_smcconf()
1374 totalcycles += ncycles; in atmel_smc_nand_prepare_smcconf()
1390 ncycles = max(totalcycles, ncycles); in atmel_smc_nand_prepare_smcconf()