Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-qpic-snand.c88 int spare_bytes; member
309 ecc_cfg->spare_bytes = 4; in qcom_spi_ecc_init_ctx_pipelined()
315 ecc_cfg->spare_bytes = 2; in qcom_spi_ecc_init_ctx_pipelined()
339 ecc_cfg->bytes = ecc_cfg->ecc_bytes_hw + ecc_cfg->spare_bytes + ecc_cfg->bbm_size; in qcom_spi_ecc_init_ctx_pipelined()
371 FIELD_PREP(SPARE_SIZE_BYTES_MASK, ecc_cfg->spare_bytes); in qcom_spi_ecc_init_ctx_pipelined()
783 ecc_cfg->spare_bytes; in qcom_spi_read_cw_raw()
786 oob_size2 = ecc_cfg->ecc_bytes_hw + ecc_cfg->spare_bytes; in qcom_spi_read_cw_raw()
894 ecc_cfg->spare_bytes; in qcom_spi_read_page_ecc()
897 oob_size = ecc_cfg->ecc_bytes_hw + ecc_cfg->spare_bytes; in qcom_spi_read_page_ecc()
981 ecc_cfg->spare_bytes; in qcom_spi_read_page_oob()
[all …]