Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_timings.c28 .tCH_min = 20000,
70 .tCH_min = 10000,
112 .tCH_min = 10000,
154 .tCH_min = 5000,
196 .tCH_min = 5000,
238 .tCH_min = 5000,
H A Dstm32_fmc2_nand.c692 if (thold_mem < sdrt->tCH_min) in stm32_fmc2_calc_timings()
693 thold_mem = sdrt->tCH_min; in stm32_fmc2_calc_timings()
751 if (thold_att < sdrt->tCH_min) in stm32_fmc2_calc_timings()
752 thold_att = sdrt->tCH_min; in stm32_fmc2_calc_timings()
H A Dpxa3xx_nand.c453 u32 tCH_min = DIV_ROUND_UP(t->tCH_min, 1000); in pxa3xx_nand_set_sdr_timing() local
467 ndtr0 = NDTR0_tCH(ns2cycle(tCH_min, nand_clk)) | in pxa3xx_nand_set_sdr_timing()
H A Dsunxi_nand.c1243 if (timings->tCH_min > min_clk_period) in sunxi_nand_chip_set_timings()
1244 min_clk_period = timings->tCH_min; in sunxi_nand_chip_set_timings()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h692 u32 tCH_min; member