Searched refs:crci (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/dma/qcom/ |
| D | qcom_adm.c | 47 #define ADM_CRCI_CTL(crci, ee) (0x400 + (crci) * ADM_CRCI_MULTI + \ argument 129 u32 crci; member 227 struct scatterlist *sg, u32 crci, in adm_process_fc_descriptors() argument 240 crci_cmd = ADM_CMD_SRC_CRCI(crci); in adm_process_fc_descriptors() 245 crci_cmd = ADM_CMD_DST_CRCI(crci); in adm_process_fc_descriptors() 356 u32 single_count = 0, box_count = 0, crci = 0; in adm_prep_slave_sg() local 382 crci = achan->slave.slave_id & 0xf; in adm_prep_slave_sg() 383 if (!crci || achan->slave.slave_id > 0x1f) { in adm_prep_slave_sg() 406 if (crci) in adm_prep_slave_sg() 409 async_desc->crci = crci; in adm_prep_slave_sg() [all …]
|
| /Linux-v5.15/drivers/soc/qcom/ |
| D | qcom_gsbi.c | 113 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()
|
| /Linux-v5.15/arch/powerpc/crypto/ |
| D | crct10dif-vpmsum_glue.c | 27 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-v5.15/Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom,gsbi.txt | 18 - qcom,crci : indicates CRCI MUX value for QUP CRCI ports. Please reference 53 qcom,crci = <GSBI_CRCI_QUP>;
|
| /Linux-v5.15/Documentation/devicetree/bindings/serial/ |
| D | qcom,msm-uartdm.txt | 29 - 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
|
| /Linux-v5.15/drivers/tty/serial/ |
| D | msm_serial.c | 294 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()
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | qcom-ipq8064.dtsi | 688 qcom,cmd-crci = <15>; 689 qcom,data-crci = <3>;
|