Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_timings.c41 .tREA_max = 40000,
83 .tREA_max = 30000,
125 .tREA_max = 25000,
167 .tREA_max = 20000,
209 .tREA_max = 20000,
251 .tREA_max = 16000,
H A Dstm32_fmc2_nand.c659 if (twait < sdrt->tREA_max + FMC2_TIO) in stm32_fmc2_calc_timings()
660 twait = sdrt->tREA_max + FMC2_TIO; in stm32_fmc2_calc_timings()
H A Ddenali.c976 acc_clks = DIV_ROUND_UP(timings->tREA_max, t_x); in denali_setup_data_interface()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h705 u32 tREA_max; member