Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/nand/raw/
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 …]
Dnand_toshiba.c240 sdr->tPROG_max = 700000000; in th58nvg2s3hbai4_choose_interface_config()
Dmarvell_nand.c1201 PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_hmg_do_write_page()
1672 ret = marvell_nfc_wait_op(chip, PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_bch_write_page()
Dmeson_nand.c755 meson_nfc_queue_rb(nand, PSEC_TO_MSEC(sdr->tPROG_max), false); in meson_nfc_write_page_sub()
Dnand_base.c1495 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), 0), in nand_exec_prog_page_op()
1599 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), in nand_prog_page_end_op()
/Linux-v6.6/include/linux/mtd/
Drawnand.h441 u64 tPROG_max; member
530 u64 tPROG_max; member
/Linux-v6.6/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c887 busy_timeout_ps = max(sdr->tBERS_max, sdr->tPROG_max); in gpmi_nfc_compute_timings()