Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Datmel_nand.c132 bool has_pmecc; member
1535 host->has_pmecc = of_property_read_bool(np, "atmel,has-pmecc"); in atmel_of_init_port()
1540 if (!(board->ecc_mode == NAND_ECC_HW) || !host->has_pmecc) in atmel_of_init_port()
1908 if (chip->ecc.mode == NAND_ECC_HW && host->has_pmecc) in nfc_nand_command()
1995 if (chip->ecc.mode == NAND_ECC_HW && host->has_pmecc) in nfc_sram_write_page()
2074 if ((chip->ecc.mode == NAND_ECC_HW && host->has_pmecc) || in nfc_sram_init()
2237 if (host->has_pmecc) in atmel_nand_probe()
2269 if (host->has_pmecc && host->nand_chip.ecc.mode == NAND_ECC_HW) in atmel_nand_probe()
2293 if (host->has_pmecc && host->nand_chip.ecc.mode == NAND_ECC_HW) { in atmel_nand_remove()