Searched +full:data +full:- +full:crci (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/soc/qcom/ |
| H A D | qcom_gsbi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 15 #include <dt-bindings/soc/qcom,gsbi.h> 83 { /* ADM 0 - B */ 88 { /* ADM 0 - B */ 93 { /* ADM 1 - A */ 98 { /* ADM 1 - B */ 113 u32 crci; member 118 { .compatible = "qcom,tcsr-ipq8064", .data = &config_ipq8064}, 119 { .compatible = "qcom,tcsr-apq8064", .data = &config_apq8064}, 120 { .compatible = "qcom,tcsr-msm8960", .data = &config_msm8960}, [all …]
|
| /linux/drivers/mmc/host/ |
| H A D | mmci_qcom_dml.c | 1 // 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 D | qcom_nandc.c | 1 // 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 …]
|