Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dqcom_nandc.c447 int cw_size; member
727 host->cw_data : host->cw_size, 1); in update_rw_regs()
1605 set_address(host, host->cw_size * cw, page); in qcom_nandc_read_cw_raw()
1609 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_read_cw_raw()
1930 size = host->use_ecc ? host->cw_data : host->cw_size; in copy_last_cw()
1935 set_address(host, host->cw_size * (ecc->steps - 1), page); in copy_last_cw()
2105 data_size1 = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_write_page_raw()
2180 set_address(host, host->cw_size * (ecc->steps - 1), page); in qcom_nandc_write_oob()
2228 bbpos = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_block_bad()
2254 memset(nandc->data_buffer, 0x00, host->cw_size); in qcom_nandc_block_markbad()
[all …]