Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dnand_timings.c25 .tCH_min = 20000,
62 .tCH_min = 10000,
99 .tCH_min = 10000,
136 .tCH_min = 5000,
173 .tCH_min = 5000,
210 .tCH_min = 5000,
Dsunxi_nand.c820 if (timings->tCH_min > min_clk_period) in sunxi_nand_chip_set_timings()
821 min_clk_period = timings->tCH_min; in sunxi_nand_chip_set_timings()
/linux-4.1.27/include/linux/mtd/
Dnand.h997 u32 tCH_min; member