Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsmc_nand.c83 #define FSMC_TWAIT_MASK 0xFF macro
272 twait = (tims->twait & FSMC_TWAIT_MASK) << FSMC_TWAIT_SHIFT; in fsmc_nand_setup()
341 else if (tims->twait > FSMC_TWAIT_MASK) in fsmc_calc_timings()
342 tims->twait = FSMC_TWAIT_MASK; in fsmc_calc_timings()