Searched +full:data +full:- +full:crci (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only51 void __iomem *base = host->base + DML_OFFSET; in qcom_dma_start()52 struct mmc_data *data = host->data; in qcom_dma_start() local58 if (data->flags & MMC_DATA_READ) { in qcom_dma_start()60 /* Set producer CRCI-x and disable consumer CRCI */ in qcom_dma_start()67 writel_relaxed(data->blksz, base + DML_PRODUCER_BAM_BLOCK_SIZE); in qcom_dma_start()70 writel_relaxed(data->blocks * data->blksz, in qcom_dma_start()80 /* Set consumer CRCI-x and disable producer CRCI*/ in qcom_dma_start()103 index = of_property_match_string(np, "dma-names", name); in of_get_dml_pipe_index()106 return -ENODEV; in of_get_dml_pipe_index()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only9 #include <linux/dma-mapping.h>18 #include <linux/mtd/nand-qpic-common.h>23 * @page_offset: offset of the partition where spare data is not protected25 * @page_offset: size of the partition where spare data is not protected36 * @data_instr: data instruction pointer37 * @data_instr_idx: data instruction index66 * @nr_boot_partitions: count of the boot partitions where spare data is not71 * of a page, consisting of all data, ecc, spare82 * ecc/non-ecc mode for the current nand flash[all …]