Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c102 int cw_size; member
301 host->cw_data : host->cw_size, 1); in update_rw_regs()
492 set_address(host, host->cw_size * cw, page); in qcom_nandc_read_cw_raw()
496 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_read_cw_raw()
811 size = host->use_ecc ? host->cw_data : host->cw_size; in copy_last_cw()
816 set_address(host, host->cw_size * (ecc->steps - 1), page); in copy_last_cw()
881 host->spare_bytes = host->cw_size - host->ecc_bytes_hw - in qcom_nandc_codeword_fixup()
1069 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_write_page_raw()
1144 set_address(host, host->cw_size * (ecc->steps - 1), page); in qcom_nandc_write_oob()
1189 bbpos = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_block_bad()
[all …]