Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c528 int ecc_bytes_hw; member
1493 oob_size2 = (ecc->steps * 4) + host->ecc_bytes_hw + in qcom_nandc_read_cw_raw()
1497 oob_size2 = host->ecc_bytes_hw + host->spare_bytes; in qcom_nandc_read_cw_raw()
1572 oob_size = (ecc->steps * 4) + host->ecc_bytes_hw; in check_for_erased_page()
1575 oob_size = host->ecc_bytes_hw; in check_for_erased_page()
2397 host->ecc_bytes_hw = 14; in qcom_nand_attach_chip()
2401 host->ecc_bytes_hw = 13; in qcom_nand_attach_chip()
2417 host->ecc_bytes_hw = 8; in qcom_nand_attach_chip()
2421 host->ecc_bytes_hw = 7; in qcom_nand_attach_chip()
2427 host->ecc_bytes_hw = 10; in qcom_nand_attach_chip()
[all …]