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 D | vf610_nfc.c | 340 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 D | vf610_nfc.c | 319 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()
|