Home
last modified time | relevance | path

Searched refs:tPROG_max (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_timings.c30 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
75 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
120 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
165 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
210 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
255 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
303 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
345 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
387 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
429 .tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX,
[all …]
H A Dnand_toshiba.c240 sdr->tPROG_max = 700000000; in th58nvg2s3hbai4_choose_interface_config()
H A Dmarvell_nand.c1183 PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_hmg_do_write_page()
1642 ret = marvell_nfc_wait_op(chip, PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_bch_write_page()
H A Dmeson_nand.c664 meson_nfc_queue_rb(nfc, PSEC_TO_MSEC(sdr->tPROG_max)); in meson_nfc_write_page_sub()
H A Dnand_base.c1294 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tPROG_max), 0), in nand_exec_prog_page_op()
1408 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tPROG_max), 0), in nand_prog_page_end_op()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_timings.c313 timings->tPROG_max = 1000000ULL * le16_to_cpu(params->t_prog); in onfi_init_data_interface()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h439 u64 tPROG_max; member
528 u64 tPROG_max; member
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h684 u64 tPROG_max; member
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c682 busy_timeout_ps = max(sdr->tBERS_max, sdr->tPROG_max); in gpmi_nfc_compute_timings()