Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_timings.c25 .tAR_min = 25000,
67 .tAR_min = 10000,
109 .tAR_min = 10000,
151 .tAR_min = 10000,
193 .tAR_min = 10000,
235 .tAR_min = 10000,
H A Dpxa3xx_nand.c461 u32 tAR_min = DIV_ROUND_UP(t->tAR_min, 1000); in pxa3xx_nand_set_sdr_timing() local
476 NDTR1_tAR(ns2cycle(tAR_min, nand_clk)); in pxa3xx_nand_set_sdr_timing()
H A Dstm32_fmc2_nand.c633 if (tar < sdrt->tAR_min) in stm32_fmc2_calc_timings()
634 tar = sdrt->tAR_min; in stm32_fmc2_calc_timings()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h689 u32 tAR_min; member