Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c103 int cw_data; member
301 host->cw_data : host->cw_size, 1); in update_rw_regs()
505 data_size2 = host->cw_data - data_size1; in qcom_nandc_read_cw_raw()
583 data_size = host->cw_data; in check_for_erased_page()
588 cw_data_buf = data_buf + (cw * host->cw_data); in check_for_erased_page()
643 data_len = host->cw_data; in parse_read_errors()
742 data_size = host->cw_data; in read_page_ecc()
811 size = host->use_ecc ? host->cw_data : host->cw_size; in copy_last_cw()
880 host->cw_data = codeword_fixup ? 512 : 516; in qcom_nandc_codeword_fixup()
882 host->bbm_size - host->cw_data; in qcom_nandc_codeword_fixup()
[all …]
/linux/drivers/spi/
H A Dspi-qpic-snand.c90 int cw_data; member
322 ecc_cfg->cw_data = 516; in qcom_spi_ecc_init_ctx_pipelined()
323 ecc_cfg->cw_size = ecc_cfg->cw_data + ecc_cfg->bytes; in qcom_spi_ecc_init_ctx_pipelined()
345 FIELD_PREP(UD_SIZE_BYTES_MASK, ecc_cfg->cw_data) | in qcom_spi_ecc_init_ctx_pipelined()
376 FIELD_PREP(ECC_NUM_DATA_BYTES_MASK, ecc_cfg->cw_data) | in qcom_spi_ecc_init_ctx_pipelined()
760 data_size2 = ecc_cfg->cw_data - data_size1; in qcom_spi_read_cw_raw()
817 data_buf += ecc_cfg->cw_data; in qcom_spi_read_page_raw()
871 data_size = ecc_cfg->cw_data; in qcom_spi_read_page_ecc()
958 data_size = ecc_cfg->cw_data; in qcom_spi_read_page_oob()
1074 data_size2 = ecc_cfg->cw_data - data_size1; in qcom_spi_program_raw()
[all …]