Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dvf610_nfc.c328 static inline void vf610_nfc_ecc_mode(struct vf610_nfc *nfc, int ecc_mode) in vf610_nfc_ecc_mode() function
578 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_read_page()
580 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_read_page()
632 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_write_page()
634 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_write_page()
724 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_preinit_controller()