Home
last modified time | relevance | path

Searched refs:crci (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dqcom_gsbi.c113 u32 crci; member
179 of_property_read_u32(node, "qcom,crci", &gsbi->crci); in gsbi_probe()
182 gsbi->mode, gsbi->crci); in gsbi_probe()
189 writel_relaxed((gsbi->mode << GSBI_PROTOCOL_SHIFT) | gsbi->crci, in gsbi_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A 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>;
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,gsbi.txt18 - qcom,crci : indicates CRCI MUX value for QUP CRCI ports. Please reference
53 qcom,crci = <GSBI_CRCI_QUP>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A 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
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A 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()