Searched refs:NAND_OP_WAIT_RDY (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | nand_base.c | 1019 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tR_max), in nand_sp_exec_read_page_op() 1062 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tR_max), in nand_lp_exec_read_page_op() 1157 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tR_max), in nand_read_param_page_op() 1297 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() 1684 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tBERS_max), 0), in nand_erase_op() 1742 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tFEAT_max), 0), in nand_set_features_op() 1787 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tFEAT_max), in nand_get_features_op() 1809 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(timeout_ms), in nand_wait_rdy_op() 1843 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tRST_max), 0), in nand_reset_op()
|
| /Linux-v5.4/include/linux/mtd/ |
| D | rawnand.h | 688 #define NAND_OP_WAIT_RDY(tout_ms, ns) \ macro
|