Searched refs:tCLR_min (Results 1 – 8 of 8) sorted by relevance
/openbmc/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,
|
/openbmc/linux/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 | pl35x-nand-controller.c | 839 val = TO_CYCLES(sdr->tCLR_min, period_ns); in pl35x_nfc_setup_interface()
|
H A D | stm32_fmc2_nand.c | 1410 tclr = max_t(unsigned long, hclkp, sdrt->tCLR_min); in stm32_fmc2_nfc_calc_timings()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | rawnand.h | 717 u32 tCLR_min; member
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 452 u32 tCLR_min; member
|
/openbmc/linux/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()
|