Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_timings.c30 .tCLH_min = 20000,
72 .tCLH_min = 10000,
114 .tCLH_min = 10000,
156 .tCLH_min = 5000,
198 .tCLH_min = 5000,
240 .tCLH_min = 5000,
H A Dstm32_fmc2_nand.c753 if (thold_att < sdrt->tCLH_min) in stm32_fmc2_calc_timings()
754 thold_att = sdrt->tCLH_min; in stm32_fmc2_calc_timings()
H A Dsunxi_nand.c1235 if (timings->tCLH_min > min_clk_period) in sunxi_nand_chip_set_timings()
1236 min_clk_period = timings->tCLH_min; in sunxi_nand_chip_set_timings()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Drawnand.h694 u32 tCLH_min; member