Searched full:crci (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/dma/qcom/ |
H A 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/Documentation/devicetree/bindings/mtd/ |
H A 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/drivers/soc/qcom/ |
H A 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/drivers/mmc/host/ |
H A 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/Documentation/devicetree/bindings/soc/qcom/ |
H A 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/arch/powerpc/crypto/ |
H A 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/Documentation/devicetree/bindings/serial/ |
H A D | qcom,msm-uartdm.yaml | 62 qcom,rx-crci: 69 qcom,tx-crci:
|
/linux/include/linux/dma/ |
H A D | qcom_adm.h | 8 u32 crci; member
|
/linux/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 366 * @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()
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-ipq8064.dtsi | 1038 qcom,cmd-crci = <15>; 1039 qcom,data-crci = <3>;
|