Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dvf610_nfc.c320 static inline void vf610_nfc_ecc_mode(struct vf610_nfc *nfc, int ecc_mode) in vf610_nfc_ecc_mode() function
570 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_read_page()
572 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_read_page()
627 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_write_page()
629 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_write_page()
717 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_preinit_controller()