Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/mtd/
Drawnand.h588 PSEC_TO_MSEC(NAND_COMMON_TIMING_PS((conf), timing_name))
774 #define PSEC_TO_MSEC(x) __DIVIDE(x, 1000000000) macro
/linux-6.6.21/drivers/mtd/nand/raw/
Dmeson_nand.c709 meson_nfc_queue_rb(nand, PSEC_TO_MSEC(sdr->tR_max), true); in meson_nfc_rw_cmd_prepare_and_execute()
755 meson_nfc_queue_rb(nand, PSEC_TO_MSEC(sdr->tPROG_max), false); in meson_nfc_write_page_sub()
Dmarvell_nand.c1198 PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_hmg_do_write_page()
1669 ret = marvell_nfc_wait_op(chip, PSEC_TO_MSEC(sdr->tPROG_max)); in marvell_nfc_hw_ecc_bch_write_page()
Dnand_base.c2090 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(timeout_ms), in nand_wait_rdy_op()