Home
last modified time | relevance | path

Searched full:crci (Results 1 – 9 of 9) 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/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/lib/
H A Dcrc-t10dif-glue.c28 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/Documentation/devicetree/bindings/serial/
H A Dqcom,msm-uartdm.yaml62 qcom,rx-crci:
69 qcom,tx-crci:
/linux/drivers/tty/serial/
H A Dmsm_serial.c314 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/include/linux/dma/
H A Dqcom_adm.h8 u32 crci; member
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c2232 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/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064.dtsi1038 qcom,cmd-crci = <15>;
1039 qcom,data-crci = <3>;