Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Drawnand.h588 PSEC_TO_MSEC(NAND_COMMON_TIMING_PS((conf), timing_name))
774 #define PSEC_TO_MSEC(x) __DIVIDE(x, 1000000000) macro
/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c737 meson_nfc_queue_rb(nand, PSEC_TO_MSEC(sdr->tR_max), true); in meson_nfc_rw_cmd_prepare_and_execute()
776 meson_nfc_queue_rb(nand, PSEC_TO_MSEC(sdr->tPROG_max), false); in meson_nfc_write_page_sub()
H A Dnand_base.c2116 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(timeout_ms), in nand_wait_rdy_op()