Searched refs:tPROG_max (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | nand_timings.c | 30 .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, 380 timings->tPROG_max = 1000000ULL * onfi->tPROG; in onfi_fill_interface_config()
|
D | nand_toshiba.c | 240 sdr->tPROG_max = 700000000; in th58nvg2s3hbai4_choose_interface_config()
|
D | marvell_nand.c | 1183 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()
|
D | meson_nand.c | 664 meson_nfc_queue_rb(nfc, PSEC_TO_MSEC(sdr->tPROG_max)); in meson_nfc_write_page_sub()
|
D | nand_base.c | 1293 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tPROG_max), 0), in nand_exec_prog_page_op() 1407 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tPROG_max), 0), in nand_prog_page_end_op()
|
/Linux-v5.10/include/linux/mtd/ |
D | rawnand.h | 439 u64 tPROG_max; member
|