Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c340 static inline void vf610_nfc_ecc_mode(struct mtd_info *mtd, int ecc_mode) in vf610_nfc_ecc_mode() function
375 vf610_nfc_ecc_mode(mtd, ECC_HW_MODE); in vf610_nfc_command()
393 vf610_nfc_ecc_mode(mtd, ECC_BYPASS); in vf610_nfc_command()
399 vf610_nfc_ecc_mode(mtd, ECC_HW_MODE); in vf610_nfc_command()
413 vf610_nfc_ecc_mode(mtd, ECC_BYPASS); in vf610_nfc_command()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dvf610_nfc.c319 static inline void vf610_nfc_ecc_mode(struct vf610_nfc *nfc, int ecc_mode) in vf610_nfc_ecc_mode() function
569 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_read_page()
571 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_read_page()
626 vf610_nfc_ecc_mode(nfc, nfc->ecc_mode); in vf610_nfc_write_page()
628 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_write_page()
716 vf610_nfc_ecc_mode(nfc, ECC_BYPASS); in vf610_nfc_preinit_controller()