Searched refs:tCLR_min (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 31 .tCLR_min = 20000, 73 .tCLR_min = 10000, 115 .tCLR_min = 10000, 157 .tCLR_min = 10000, 199 .tCLR_min = 10000, 241 .tCLR_min = 10000,
|
| H A D | stm32_fmc2_nand.c | 640 if (tclr < sdrt->tCLR_min) in stm32_fmc2_calc_timings() 641 tclr = sdrt->tCLR_min; in stm32_fmc2_calc_timings()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 41 .tCLR_min = 20000, 86 .tCLR_min = 10000, 131 .tCLR_min = 10000, 176 .tCLR_min = 10000, 221 .tCLR_min = 10000, 266 .tCLR_min = 10000, 578 spec_timings->tCLR_min <= onfi_timings->tCLR_min && in onfi_find_closest_sdr_mode()
|
| H A D | fsmc_nand.c | 297 tims->tclr = DIV_ROUND_UP(sdrt->tCLR_min / 1000, hclkn) - 1; in fsmc_calc_timings()
|
| H A D | stm32_fmc2_nand.c | 1404 tclr = max_t(unsigned long, hclkp, sdrt->tCLR_min); in stm32_fmc2_nfc_calc_timings()
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | rawnand.h | 695 u32 tCLR_min; member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | rawnand.h | 450 u32 tCLR_min; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/atmel/ |
| H A D | nand-controller.c | 1409 ncycles = DIV_ROUND_UP(conf->timings.sdr.tCLR_min, mckperiodps); in atmel_smc_nand_prepare_smcconf()
|