Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_timings.c22 .tADL_min = 400000,
64 .tADL_min = 400000,
106 .tADL_min = 400000,
148 .tADL_min = 400000,
190 .tADL_min = 400000,
232 .tADL_min = 400000,
H A Dstm32_fmc2_nand.c762 if (sdrt->tADL_min > tset_mem && in stm32_fmc2_calc_timings()
763 (thold_att < sdrt->tADL_min - tset_mem)) in stm32_fmc2_calc_timings()
764 thold_att = sdrt->tADL_min - tset_mem; in stm32_fmc2_calc_timings()
H A Ddenali.c1023 addr_2_data = DIV_ROUND_UP(timings->tADL_min, t_x); in denali_setup_data_interface()
H A Dsunxi_nand.c1298 tADL = DIV_ROUND_UP(timings->tADL_min, min_clk_period) >> 3; in sunxi_nand_chip_set_timings()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h687 u32 tADL_min; member