Searched refs:tWC_min (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 51 .tWC_min = 100000, 93 .tWC_min = 45000, 135 .tWC_min = 35000, 177 .tWC_min = 30000, 219 .tWC_min = 25000, 261 .tWC_min = 20000,
|
| H A D | stm32_fmc2_nand.c | 700 if ((sdrt->tWC_min > tset_mem + twait) && in stm32_fmc2_calc_timings() 701 (thold_mem < sdrt->tWC_min - (tset_mem + twait))) in stm32_fmc2_calc_timings() 702 thold_mem = sdrt->tWC_min - (tset_mem + twait); in stm32_fmc2_calc_timings() 774 if ((sdrt->tWC_min > tset_att + twait) && in stm32_fmc2_calc_timings() 775 (thold_att < sdrt->tWC_min - (tset_att + twait))) in stm32_fmc2_calc_timings() 776 thold_att = sdrt->tWC_min - (tset_att + twait); in stm32_fmc2_calc_timings()
|
| H A D | sunxi_nand.c | 1287 if (timings->tWC_min > (min_clk_period * 2)) in sunxi_nand_chip_set_timings() 1288 min_clk_period = DIV_ROUND_UP(timings->tWC_min, 2); in sunxi_nand_chip_set_timings()
|
| H A D | denali.c | 1043 rdwr_en_lo_hi = DIV_ROUND_UP(max(timings->tRC_min, timings->tWC_min), in denali_setup_data_interface()
|
| H A D | pxa3xx_nand.c | 456 u32 tWP_min = DIV_ROUND_UP(t->tWC_min - t->tWH_min, 1000); in pxa3xx_nand_set_sdr_timing()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 715 u32 tWC_min; member
|