Home
last modified time | relevance | path

Searched +full:data +full:- +full:crci (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mmc/host/
H A Dmmci_qcom_dml.c1 // SPDX-License-Identifier: GPL-2.0-only
51 void __iomem *base = host->base + DML_OFFSET; in qcom_dma_start()
52 struct mmc_data *data = host->data; in qcom_dma_start() local
58 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 …]
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1 // SPDX-License-Identifier: GPL-2.0-only
9 #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 protected
25 * @page_offset: size of the partition where spare data is not protected
36 * @data_instr: data instruction pointer
37 * @data_instr_idx: data instruction index
66 * @nr_boot_partitions: count of the boot partitions where spare data is not
71 * of a page, consisting of all data, ecc, spare
82 * ecc/non-ecc mode for the current nand flash
[all …]