Searched refs:tRC_min (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 40 .tRC_min = 100000, 82 .tRC_min = 50000, 124 .tRC_min = 35000, 166 .tRC_min = 30000, 208 .tRC_min = 25000, 250 .tRC_min = 20000,
|
| H A D | stm32_fmc2_nand.c | 697 if ((sdrt->tRC_min > tset_mem + twait) && in stm32_fmc2_calc_timings() 698 (thold_mem < sdrt->tRC_min - (tset_mem + twait))) in stm32_fmc2_calc_timings() 699 thold_mem = sdrt->tRC_min - (tset_mem + twait); in stm32_fmc2_calc_timings() 771 if ((sdrt->tRC_min > tset_att + twait) && in stm32_fmc2_calc_timings() 772 (thold_att < sdrt->tRC_min - (tset_att + twait))) in stm32_fmc2_calc_timings() 773 thold_att = sdrt->tRC_min - (tset_att + twait); in stm32_fmc2_calc_timings()
|
| H A D | sunxi_nand.c | 1283 if (timings->tRC_min > (min_clk_period * 2)) in sunxi_nand_chip_set_timings() 1284 min_clk_period = DIV_ROUND_UP(timings->tRC_min, 2); in sunxi_nand_chip_set_timings() 1331 chip->timing_ctl = (timings->tRC_min < 30000) ? NFC_TIMING_CTL_EDO : 0; 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 | 458 u32 tRP_min = DIV_ROUND_UP(t->tRC_min - t->tREH_min, 1000); in pxa3xx_nand_set_sdr_timing()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 704 u32 tRC_min; member
|