Searched refs:marvell_nfc_wait_op (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | marvell_nand.c | 613 static int marvell_nfc_wait_op(struct nand_chip *chip, unsigned int timeout_ms) in marvell_nfc_wait_op() function 1071 ret = marvell_nfc_wait_op(chip, in marvell_nfc_hw_ecc_hmg_do_write_page() 1499 ret = marvell_nfc_wait_op(chip, in marvell_nfc_hw_ecc_bch_write_page() 1679 ret = marvell_nfc_wait_op(chip, nfc_op.rdy_timeout_ms); in marvell_nfc_monolithic_access_exec() 1696 ret = marvell_nfc_wait_op(chip, nfc_op.rdy_timeout_ms); in marvell_nfc_monolithic_access_exec() 1799 ret = marvell_nfc_wait_op(chip, nfc_op.rdy_timeout_ms); in marvell_nfc_naked_waitrdy_exec() 1828 ret = marvell_nfc_wait_op(chip, nfc_op.rdy_timeout_ms); in marvell_nfc_read_id_type_exec() 1868 ret = marvell_nfc_wait_op(chip, nfc_op.rdy_timeout_ms); in marvell_nfc_read_status_exec() 1905 ret = marvell_nfc_wait_op(chip, nfc_op.rdy_timeout_ms); in marvell_nfc_reset_cmd_type_exec() 1934 ret = marvell_nfc_wait_op(chip, nfc_op.rdy_timeout_ms); in marvell_nfc_erase_cmd_type_exec()
|