Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/mtd/
H A Dqcom,nandc.yaml34 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/drivers/soc/qcom/
H A 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()
/linux/drivers/mmc/host/
H A 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()
/linux/Documentation/devicetree/bindings/soc/qcom/
H A 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.
/linux/arch/powerpc/crypto/
H A 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()
/linux/Documentation/devicetree/bindings/serial/
H A Dqcom,msm-uartdm.yaml62 qcom,rx-crci:
69 qcom,tx-crci:
/linux/include/linux/dma/
H A Dqcom_adm.h8 u32 crci; member
/linux/drivers/mtd/nand/raw/
H A 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()
3353 ret = of_property_read_u32(np, "qcom,cmd-crci", in qcom_nandc_parse_dt()
3356 dev_err(nandc->dev, "command CRCI unspecified\n"); in qcom_nandc_parse_dt()
3360 ret = of_property_read_u32(np, "qcom,data-crci", in qcom_nandc_parse_dt()
3363 dev_err(nandc->dev, "data CRCI unspecified\n"); in qcom_nandc_parse_dt()