Searched refs:vf610_nfc_ecc_mode (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 339 static inline void vf610_nfc_ecc_mode(struct mtd_info *mtd, int ecc_mode) in vf610_nfc_ecc_mode() function 374 vf610_nfc_ecc_mode(mtd, ECC_HW_MODE); in vf610_nfc_command() 392 vf610_nfc_ecc_mode(mtd, ECC_BYPASS); in vf610_nfc_command() 398 vf610_nfc_ecc_mode(mtd, ECC_HW_MODE); in vf610_nfc_command() 412 vf610_nfc_ecc_mode(mtd, ECC_BYPASS); in vf610_nfc_command()
|
/openbmc/linux/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()
|