Home
last modified time | relevance | path

Searched refs:PSEC_TO_MSEC (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/mtd/
Drawnand.h584 PSEC_TO_MSEC(NAND_COMMON_TIMING_PS((conf), timing_name))
770 #define PSEC_TO_MSEC(x) __DIVIDE(x, 1000000000) macro
/linux-6.1.9/drivers/mtd/nand/raw/
Dmeson_nand.c622 meson_nfc_queue_rb(nfc, PSEC_TO_MSEC(sdr->tR_max)); in meson_nfc_rw_cmd_prepare_and_execute()
668 meson_nfc_queue_rb(nfc, PSEC_TO_MSEC(sdr->tPROG_max)); in meson_nfc_write_page_sub()
Dmarvell_nand.c1189 PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_hmg_do_write_page()
1648 ret = marvell_nfc_wait_op(chip, PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_bch_write_page()
Dnand_base.c1986 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(timeout_ms), in nand_wait_rdy_op()