Searched refs:tAR_min (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 25 .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 D | pxa3xx_nand.c | 461 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 D | stm32_fmc2_nand.c | 633 if (tar < sdrt->tAR_min) in stm32_fmc2_calc_timings() 634 tar = sdrt->tAR_min; in stm32_fmc2_calc_timings()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 35 .tAR_min = 25000, 80 .tAR_min = 10000, 125 .tAR_min = 10000, 170 .tAR_min = 10000, 215 .tAR_min = 10000, 260 .tAR_min = 10000, 574 spec_timings->tAR_min <= onfi_timings->tAR_min && in onfi_find_closest_sdr_mode()
|
| H A D | fsmc_nand.c | 294 tims->tar = DIV_ROUND_UP(sdrt->tAR_min / 1000, hclkn) - 1; in fsmc_calc_timings()
|
| H A D | tegra_nand.c | 789 val = DIV_ROUND_UP(max3(timings->tAR_min, timings->tRR_min, in tegra_nand_setup_timing()
|
| H A D | stm32_fmc2_nand.c | 1400 tar = max_t(unsigned long, hclkp, sdrt->tAR_min); in stm32_fmc2_nfc_calc_timings()
|
| H A D | marvell_nand.c | 2392 nfc_tmg.tAR = TO_CYCLES(sdr->tAR_min, period_ns); in marvell_nfc_setup_interface()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 689 u32 tAR_min; member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | rawnand.h | 444 u32 tAR_min; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 1434 ncycles = DIV_ROUND_UP(conf->timings.sdr.tAR_min, mckperiodps); in atmel_smc_nand_prepare_smcconf()
|