Searched +full:data +full:- +full:crci (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/mtd/ |
D | qcom,nandc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Manivannan Sadhasivam <[email protected]> 15 - qcom,ipq806x-nand 16 - qcom,ipq4019-nand 17 - qcom,ipq6018-nand 18 - qcom,ipq8074-nand 19 - qcom,sdx55-nand 26 - description: Core Clock [all …]
|
/linux-6.14.4/drivers/dma/qcom/ |
D | qcom_adm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. 10 #include <linux/dma-mapping.h> 27 #include "../virt-dma.h" 29 /* ADM registers - calculated from channel number and security domain */ 48 #define ADM_CRCI_CTL(crci, ee) (0x400 + (crci) * ADM_CRCI_MULTI + \ argument 71 /* CRCI CTL */ 99 #define ADM_MAX_XFER (SZ_64K - 1) 100 #define ADM_MAX_ROWS (SZ_64K - 1) 130 u32 crci; member [all …]
|
/linux-6.14.4/drivers/soc/qcom/ |
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-6.14.4/drivers/mmc/host/ |
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-6.14.4/drivers/tty/serial/ |
D | msm_serial.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/dma-mapping.h> 198 writel_relaxed(val, port->membase + off); in msm_write() 204 return readl_relaxed(port->membase + off); in msm_read() 216 port->uartclk = 1843200; in msm_serial_set_mnd_regs_tcxo() 228 port->uartclk = 1843200; in msm_serial_set_mnd_regs_tcxoby4() 239 if (msm_port->is_uartdm) in msm_serial_set_mnd_regs() 242 if (port->uartclk == 19200000) in msm_serial_set_mnd_regs() 244 else if (port->uartclk == 4800000) in msm_serial_set_mnd_regs() 253 struct device *dev = port->dev; in msm_stop_dma() [all …]
|
/linux-6.14.4/include/linux/mtd/ |
D | nand-qpic-common.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 196 #define dev_cmd_reg_addr(nandc, reg) ((nandc)->props->dev_cmd_reg_start + (reg)) 199 #define nandc_reg_phys(chip, offset) ((chip)->base_phys + (offset)) 203 ((chip)->reg_read_dma + \ 204 ((u8 *)(vaddr) - (u8 *)(chip)->reg_read_buf)) 231 * This data type corresponds to the BAM transaction which will be used for all 233 * @bam_ce - the array of BAM command elements 234 * @cmd_sgl - sgl for NAND BAM command pipe 235 * @data_sgl - sgl for NAND BAM consumer/producer pipe 236 * @last_data_desc - last DMA desc in data channel (tx/rx). [all …]
|
/linux-6.14.4/drivers/mtd/nand/ |
D | qpic_common.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 #include <linux/dma-mapping.h> 16 #include <linux/mtd/nand-qpic-common.h> 19 * qcom_free_bam_transaction() - Frees the BAM transaction memory 26 struct bam_transaction *bam_txn = nandc->bam_txn; in qcom_free_bam_transaction() 33 * qcom_alloc_bam_transaction() - allocate BAM transaction 43 unsigned int num_cw = nandc->max_cwperpage; in qcom_alloc_bam_transaction() 48 ((sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS) + in qcom_alloc_bam_transaction() 49 (sizeof(*bam_txn->cmd_sgl) * QPIC_PER_CW_CMD_SGL) + in qcom_alloc_bam_transaction() 50 (sizeof(*bam_txn->data_sgl) * QPIC_PER_CW_DATA_SGL)); in qcom_alloc_bam_transaction() [all …]
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
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 …]
|
/linux-6.14.4/arch/arm/boot/dts/qcom/ |
D | qcom-ipq8064.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/mfd/qcom-rpm.h> 6 #include <dt-bindings/clock/qcom,rpmcc.h> 7 #include <dt-bindings/clock/qcom,gcc-ipq806x.h> 8 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/reset/qcom,gcc-ipq806x.h> 11 #include <dt-bindings/soc/qcom,gsbi.h> [all …]
|