Searched refs:tWHR_min (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 53 .tWHR_min = 120000, 95 .tWHR_min = 80000, 137 .tWHR_min = 80000, 179 .tWHR_min = 80000, 221 .tWHR_min = 80000, 263 .tWHR_min = 80000,
|
| H A D | stm32_fmc2_nand.c | 768 if (sdrt->tWHR_min > tset_mem && in stm32_fmc2_calc_timings() 769 (thold_att < sdrt->tWHR_min - tset_mem)) in stm32_fmc2_calc_timings() 770 thold_att = sdrt->tWHR_min - tset_mem; in stm32_fmc2_calc_timings()
|
| H A D | pxa3xx_nand.c | 460 u32 tWHR_min = DIV_ROUND_UP(t->tWHR_min, 1000); in pxa3xx_nand_set_sdr_timing() local 475 NDTR1_tWHR(ns2cycle(tWHR_min, nand_clk)) | in pxa3xx_nand_set_sdr_timing()
|
| H A D | denali.c | 1008 we_2_re = DIV_ROUND_UP(max(timings->tCCS_min, timings->tWHR_min), t_x); in denali_setup_data_interface()
|
| H A D | sunxi_nand.c | 1304 tWHR = DIV_ROUND_UP(timings->tWHR_min, min_clk_period) >> 3; in sunxi_nand_chip_set_timings()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 717 u32 tWHR_min; member
|