Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_timings.c23 .tALH_min = 20000,
65 .tALH_min = 10000,
107 .tALH_min = 10000,
149 .tALH_min = 5000,
191 .tALH_min = 5000,
233 .tALH_min = 5000,
H A Dstm32_fmc2_nand.c749 if (thold_att < sdrt->tALH_min) in stm32_fmc2_calc_timings()
750 thold_att = sdrt->tALH_min; in stm32_fmc2_calc_timings()
H A Dsunxi_nand.c1271 if (timings->tALH_min > min_clk_period) in sunxi_nand_chip_set_timings()
1272 min_clk_period = timings->tALH_min; in sunxi_nand_chip_set_timings()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h686 u32 tALH_min; member