Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c105 int spare_bytes; member
503 host->spare_bytes; in qcom_nandc_read_cw_raw()
506 oob_size2 = host->ecc_bytes_hw + host->spare_bytes; in qcom_nandc_read_cw_raw()
740 host->spare_bytes; in read_page_ecc()
743 oob_size = host->ecc_bytes_hw + host->spare_bytes; in read_page_ecc()
881 host->spare_bytes = host->cw_size - host->ecc_bytes_hw - in qcom_nandc_codeword_fixup()
885 host->cfg0 |= FIELD_PREP(SPARE_SIZE_BYTES_MASK, host->spare_bytes) | in qcom_nandc_codeword_fixup()
1001 host->spare_bytes; in qcom_nandc_write_page()
1076 host->spare_bytes; in qcom_nandc_write_page_raw()
1079 oob_size2 = host->ecc_bytes_hw + host->spare_bytes; in qcom_nandc_write_page_raw()
[all …]