Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_timings.c299 timings->tPROG_max = 1000000ULL * onfi->tPROG; in onfi_fill_data_interface()
315 timings->tPROG_max = 1000000ULL * ONFI_DYN_TIMING_MAX; in onfi_fill_data_interface()
Dmarvell_nand.c1144 PSEC_TO_MSEC(chip->data_interface.timings.sdr.tPROG_max)); in marvell_nfc_hw_ecc_hmg_do_write_page()
1603 PSEC_TO_MSEC(chip->data_interface.timings.sdr.tPROG_max)); in marvell_nfc_hw_ecc_bch_write_page()
Dmeson_nand.c664 meson_nfc_queue_rb(nfc, PSEC_TO_MSEC(sdr->tPROG_max)); in meson_nfc_write_page_sub()
Dnand_base.c1297 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tPROG_max), 0), in nand_exec_prog_page_op()
1411 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tPROG_max), 0), in nand_prog_page_end_op()
/Linux-v5.4/include/linux/mtd/
Drawnand.h445 u64 tPROG_max; member