Searched refs:cw_size (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 494 * @cw_size: the number of bytes in a single step/codeword 526 int cw_size; member 852 host->cw_data : host->cw_size, 1); in update_rw_regs() 1483 set_address(host, host->cw_size * cw, page); in qcom_nandc_read_cw_raw() 1487 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_read_cw_raw() 1802 size = host->use_ecc ? host->cw_data : host->cw_size; in copy_last_cw() 1807 set_address(host, host->cw_size * (ecc->steps - 1), page); in copy_last_cw() 1872 host->spare_bytes = host->cw_size - host->ecc_bytes_hw - in qcom_nandc_codeword_fixup() 2060 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_write_page_raw() 2135 set_address(host, host->cw_size * (ec in qcom_nandc_write_oob() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 414 * @cw_size: the number of bytes in a single step/codeword 438 int cw_size; member 720 host->cw_data : host->cw_size, 1); in update_rw_regs() 1599 set_address(host, host->cw_size * cw, page); in qcom_nandc_read_cw_raw() 1603 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_read_cw_raw() 1922 size = host->use_ecc ? host->cw_data : host->cw_size; in copy_last_cw() 1927 set_address(host, host->cw_size * (ecc->steps - 1), page); in copy_last_cw() 2097 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_write_page_raw() 2172 set_address(host, host->cw_size * (ecc->steps - 1), page); in qcom_nandc_write_oob() 2220 bbpos = mtd->writesize - host->cw_size * (ec in qcom_nandc_block_bad() [all...] |
Completed in 9 milliseconds