Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H A Dqcom_nandc.c104 int ecc_bytes_hw; member
502 oob_size2 = (ecc->steps * 4) + host->ecc_bytes_hw + in qcom_nandc_read_cw_raw()
506 oob_size2 = host->ecc_bytes_hw + host->spare_bytes; in qcom_nandc_read_cw_raw()
581 oob_size = (ecc->steps * 4) + host->ecc_bytes_hw; in check_for_erased_page()
584 oob_size = host->ecc_bytes_hw; in check_for_erased_page()
743 oob_size = host->ecc_bytes_hw + host->spare_bytes; in read_page_ecc()
1406 host->ecc_bytes_hw = 14; in qcom_nand_attach_chip()
1410 host->ecc_bytes_hw = 13; in qcom_nand_attach_chip()
1426 host->ecc_bytes_hw = 8; in qcom_nand_attach_chip()
1430 host->ecc_bytes_hw = 7; in qcom_nand_attach_chip()
[all …]
/linux-6.15/drivers/spi/
H A Dspi-qpic-snand.c88 int ecc_bytes_hw; member
223 oobregion->length = qecc->ecc_bytes_hw + qecc->spare_bytes; in qcom_spi_ooblayout_ecc()
276 ecc_cfg->ecc_bytes_hw = 7; in qcom_spi_ecc_init_ctx_pipelined()
694 oob_size2 = (num_cw * 4) + ecc_cfg->ecc_bytes_hw + in qcom_spi_read_cw_raw()
698 oob_size2 = ecc_cfg->ecc_bytes_hw + ecc_cfg->spare_bytes; in qcom_spi_read_cw_raw()
812 oob_size = (num_cw << 2) + ecc_cfg->ecc_bytes_hw + in qcom_spi_read_page_ecc()
816 oob_size = ecc_cfg->ecc_bytes_hw + ecc_cfg->spare_bytes; in qcom_spi_read_page_ecc()
906 oob_size = (num_cw << 2) + ecc_cfg->ecc_bytes_hw + in qcom_spi_read_page_oob()
910 oob_size = ecc_cfg->ecc_bytes_hw + ecc_cfg->spare_bytes; in qcom_spi_read_page_oob()
1024 oob_size2 = (num_cw << 2) + ecc_cfg->ecc_bytes_hw + in qcom_spi_program_raw()
[all …]