/linux-6.14.4/drivers/dma/qcom/ |
D | qcom_adm.c | 48 #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 …]
|
/linux-6.14.4/Documentation/devicetree/bindings/mtd/ |
D | qcom,nandc.yaml | 34 qcom,cmd-crci: 37 Must contain the ADM command type CRCI block instance number specified for 40 qcom,data-crci: 43 Must contain the ADM data type CRCI block instance number specified for 122 qcom,cmd-crci: false 123 qcom,data-crci: false 151 qcom,cmd-crci = <15>; 152 qcom,data-crci = <3>;
|
/linux-6.14.4/drivers/soc/qcom/ |
D | qcom_gsbi.c | 113 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()
|
/linux-6.14.4/drivers/mmc/host/ |
D | mmci_qcom_dml.c | 60 /* 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()
|
/linux-6.14.4/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,gsbi.yaml | 42 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.
|
/linux-6.14.4/arch/powerpc/lib/ |
D | crc-t10dif-glue.c | 28 u16 crc_t10dif_arch(u16 crci, const u8 *p, size_t len) in crc_t10dif_arch() argument 32 u32 crc = crci; in crc_t10dif_arch()
|
/linux-6.14.4/Documentation/devicetree/bindings/serial/ |
D | qcom,msm-uartdm.yaml | 62 qcom,rx-crci: 69 qcom,tx-crci:
|
/linux-6.14.4/drivers/tty/serial/ |
D | msm_serial.c | 314 u32 crci = 0; in msm_request_tx_dma() local 324 of_property_read_u32(dev->of_node, "qcom,tx-crci", &crci); in msm_request_tx_dma() 331 if (crci) { in msm_request_tx_dma() 334 periph_conf.crci = crci; in msm_request_tx_dma() 362 u32 crci = 0; in msm_request_rx_dma() local 372 of_property_read_u32(dev->of_node, "qcom,rx-crci", &crci); in msm_request_rx_dma() 383 if (crci) { in msm_request_rx_dma() 386 periph_conf.crci = crci; in msm_request_rx_dma()
|
/linux-6.14.4/include/linux/dma/ |
D | qcom_adm.h | 8 u32 crci; member
|
/linux-6.14.4/include/linux/mtd/ |
D | nand-qpic-common.h | 355 * @cmd_crci: ADM DMA CRCI for command flow control 356 * @data_crci: ADM DMA CRCI for data flow control
|
/linux-6.14.4/drivers/mtd/nand/ |
D | qpic_common.c | 374 periph_conf.crci = nandc->data_crci; in qcom_prep_adm_dma_desc() 382 periph_conf.crci = nandc->cmd_crci; in qcom_prep_adm_dma_desc()
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 2232 ret = of_property_read_u32(np, "qcom,cmd-crci", in qcom_nandc_parse_dt() 2235 dev_err(nandc->dev, "command CRCI unspecified\n"); in qcom_nandc_parse_dt() 2239 ret = of_property_read_u32(np, "qcom,data-crci", in qcom_nandc_parse_dt() 2242 dev_err(nandc->dev, "data CRCI unspecified\n"); in qcom_nandc_parse_dt()
|
/linux-6.14.4/arch/arm/boot/dts/qcom/ |
D | qcom-ipq8064.dtsi | 1038 qcom,cmd-crci = <15>; 1039 qcom,data-crci = <3>;
|