Home
last modified time | relevance | path

Searched full:crci (Results 1 – 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/qcom/
Dqcom_adm.c48 #define ADM_CRCI_CTL(crci, ee) (0x400 + (crci) * ADM_CRCI_MULTI + \ argument
71 /* CRCI CTL */
130 u32 crci; member
144 u32 crci; member
225 * @crci: CRCI value
230 struct scatterlist *sg, u32 crci, in adm_process_fc_descriptors() argument
243 crci_cmd = ADM_CMD_SRC_CRCI(crci); in adm_process_fc_descriptors()
248 crci_cmd = ADM_CMD_DST_CRCI(crci); in adm_process_fc_descriptors()
359 u32 single_count = 0, box_count = 0, crci = 0; in adm_prep_slave_sg() local
376 /* if using flow control, validate burst and crci values */ in adm_prep_slave_sg()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
Dqcom_nandc.txt22 - qcom,cmd-crci: must contain the ADM command type CRCI block instance
25 - qcom,data-crci: must contain the ADM data type CRCI block instance
71 qcom,cmd-crci = <15>;
72 qcom,data-crci = <3>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt18 - qcom,crci : indicates CRCI MUX value for QUP CRCI ports. Please reference
19 dt-bindings/soc/qcom,gsbi.h for valid CRCI mux values.
53 qcom,crci = <GSBI_CRCI_QUP>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/
Dqcom,nandc.yaml86 qcom,cmd-crci:
89 Must contain the ADM command type CRCI block instance number
92 qcom,data-crci:
95 Must contain the ADM data type CRCI block instance number
161 qcom,cmd-crci = <15>;
162 qcom,data-crci = <3>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dqcom_adm.txt8 denotes CRCI (client rate control interface) flow control assignment.
44 3. CRCI assignment, if applicable. If no CRCI flow control is required, use 0.
45 The CRCI is used for flow control. It identifies the peripheral device that
/kernel/linux/linux-6.6/drivers/soc/qcom/
Dqcom_gsbi.c113 u32 crci; member
177 of_property_read_u32(node, "qcom,crci", &gsbi->crci); in gsbi_probe()
179 dev_info(&pdev->dev, "GSBI port protocol: %d crci: %d\n", in gsbi_probe()
180 gsbi->mode, gsbi->crci); in gsbi_probe()
185 writel_relaxed((gsbi->mode << GSBI_PROTOCOL_SHIFT) | gsbi->crci, in gsbi_probe()
189 * modify tcsr to reflect mode and ADM CRCI mux in gsbi_probe()
/kernel/linux/linux-5.10/drivers/soc/qcom/
Dqcom_gsbi.c113 u32 crci; member
179 of_property_read_u32(node, "qcom,crci", &gsbi->crci); in gsbi_probe()
181 dev_info(&pdev->dev, "GSBI port protocol: %d crci: %d\n", in gsbi_probe()
182 gsbi->mode, gsbi->crci); in gsbi_probe()
189 writel_relaxed((gsbi->mode << GSBI_PROTOCOL_SHIFT) | gsbi->crci, in gsbi_probe()
193 * modify tcsr to reflect mode and ADM CRCI mux in gsbi_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
Dmmci_qcom_dml.c60 /* Set producer CRCI-x and disable consumer CRCI */ in qcom_dma_start()
80 /* Set consumer CRCI-x and disable producer CRCI*/ in qcom_dma_start()
142 /* Disable the producer and consumer CRCI */ in qcom_dma_setup()
/kernel/linux/linux-5.10/drivers/mmc/host/
Dmmci_qcom_dml.c60 /* Set producer CRCI-x and disable consumer CRCI */ in qcom_dma_start()
80 /* Set consumer CRCI-x and disable producer CRCI*/ in qcom_dma_start()
142 /* Disable the producer and consumer CRCI */ in qcom_dma_setup()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.yaml42 qcom,crci:
45 CRCI MUX value for QUP CRCI ports. Please reference
46 include/dt-bindings/soc/qcom,gsbi.h for valid CRCI mux values.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.txt29 - qcom,tx-crci: Identificator <u32> for Client Rate Control Interface to be
32 - qcom,rx-crci: Identificator <u32> for Client Rate Control Interface to be
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.yaml54 qcom,rx-crci:
61 qcom,tx-crci:
/kernel/linux/linux-5.10/arch/powerpc/crypto/
Dcrct10dif-vpmsum_glue.c27 static u16 crct10dif_vpmsum(u16 crci, unsigned char const *p, size_t len) in crct10dif_vpmsum() argument
31 u32 crc = crci; in crct10dif_vpmsum()
/kernel/linux/linux-6.6/arch/powerpc/crypto/
Dcrct10dif-vpmsum_glue.c27 static u16 crct10dif_vpmsum(u16 crci, unsigned char const *p, size_t len) in crct10dif_vpmsum() argument
31 u32 crc = crci; in crct10dif_vpmsum()
/kernel/linux/linux-6.6/include/linux/dma/
Dqcom_adm.h8 u32 crci; member
/kernel/linux/linux-6.6/drivers/tty/serial/
Dmsm_serial.c299 u32 crci = 0; in msm_request_tx_dma() local
309 of_property_read_u32(dev->of_node, "qcom,tx-crci", &crci); in msm_request_tx_dma()
316 if (crci) { in msm_request_tx_dma()
319 periph_conf.crci = crci; in msm_request_tx_dma()
347 u32 crci = 0; in msm_request_rx_dma() local
357 of_property_read_u32(dev->of_node, "qcom,rx-crci", &crci); in msm_request_rx_dma()
368 if (crci) { in msm_request_rx_dma()
371 periph_conf.crci = crci; in msm_request_rx_dma()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dmsm_serial.c294 u32 crci = 0; in msm_request_tx_dma() local
304 of_property_read_u32(dev->of_node, "qcom,tx-crci", &crci); in msm_request_tx_dma()
311 conf.slave_id = crci; in msm_request_tx_dma()
337 u32 crci = 0; in msm_request_rx_dma() local
347 of_property_read_u32(dev->of_node, "qcom,rx-crci", &crci); in msm_request_rx_dma()
358 conf.slave_id = crci; in msm_request_rx_dma()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
Dqcom_nandc.c366 * @cmd_crci: ADM DMA CRCI for command flow control
367 * @data_crci: ADM DMA CRCI for data flow control
1066 periph_conf.crci = nandc->data_crci; in prep_adm_dma_desc()
1074 periph_conf.crci = nandc->cmd_crci; in prep_adm_dma_desc()
3361 ret = of_property_read_u32(np, "qcom,cmd-crci", in qcom_nandc_parse_dt()
3364 dev_err(nandc->dev, "command CRCI unspecified\n"); in qcom_nandc_parse_dt()
3368 ret = of_property_read_u32(np, "qcom,data-crci", in qcom_nandc_parse_dt()
3371 dev_err(nandc->dev, "data CRCI unspecified\n"); in qcom_nandc_parse_dt()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dqcom_nandc.c336 * @cmd_crci: ADM DMA CRCI for command flow control
337 * @data_crci: ADM DMA CRCI for data flow control
2905 ret = of_property_read_u32(np, "qcom,cmd-crci", in qcom_nandc_parse_dt()
2908 dev_err(nandc->dev, "command CRCI unspecified\n"); in qcom_nandc_parse_dt()
2912 ret = of_property_read_u32(np, "qcom,data-crci", in qcom_nandc_parse_dt()
2915 dev_err(nandc->dev, "data CRCI unspecified\n"); in qcom_nandc_parse_dt()
/kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/
Dqcom-ipq8064.dtsi1059 qcom,cmd-crci = <15>;
1060 qcom,data-crci = <3>;