Searched refs:cint (Results 1 – 4 of 4) sorted by relevance
1948 int vec, cpu, irq, cint; in otx2_set_cints_affinity() local1954 for (cint = 0; cint < pfvf->hw.cint_cnt; cint++, vec++) { in otx2_set_cints_affinity()
1886 int cint; in otx2_set_irq_coalesce() local1888 for (cint = 0; cint < pfvf->hw.cint_cnt; cint++) in otx2_set_irq_coalesce()1889 otx2_config_irq_coalescing(pfvf, cint); in otx2_set_irq_coalesce()
148 void __iomem *cint; member
944 edma->regs.cint = edma->membase + (is64 ? EDMA64_CINT : EDMA_CINT); in fsl_edma_setup_regs()