Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dhisi504_nand.c547 int max_bitflips = 0, stat = 0, stat_max = 0, status_ecc; in hisi_nand_read_page_hwecc() local
560 status_ecc = hinfc_read(host, HINFC504_ECC_STATUS) >> in hisi_nand_read_page_hwecc()
562 stat_2 = status_ecc & 0x3f; in hisi_nand_read_page_hwecc()
563 stat_1 = status_ecc >> 6 & 0x3f; in hisi_nand_read_page_hwecc()