Lines Matching refs:IN_DMA_INST
40 #define IN_DMA_INST regi_dma9 macro
46 #define IN_DMA_INST regi_dma3 macro
1906 REG_WR(dma, IN_DMA_INST, rw_ack_intr, ack_intr); in dma_done_interrupt()
1980 REG_WR(dma, IN_DMA_INST, rw_cfg, dma_cfg); /* input DMA */ in init_cryptocop()
1985 DMA_WR_CMD(IN_DMA_INST, regk_dma_set_w_size4); in init_cryptocop()
1988 REG_WR(dma, IN_DMA_INST, rw_intr_mask, intr_mask_in); in init_cryptocop()
1991 REG_WR(dma, IN_DMA_INST, rw_ack_intr, ack_intr); in init_cryptocop()
2009 REG_WR(dma, IN_DMA_INST, rw_ack_intr, ack_intr); in release_cryptocop()
2012 REG_WR(dma, IN_DMA_INST, rw_cfg, dma_cfg); /* input DMA */ in release_cryptocop()
2016 REG_WR(dma, IN_DMA_INST, rw_intr_mask, intr_mask_in); in release_cryptocop()
2085 dma_in_cfg = REG_RD(dma, IN_DMA_INST, rw_cfg); in cryptocop_job_queue_close()
2087 REG_WR(dma, IN_DMA_INST, rw_cfg, dma_in_cfg); in cryptocop_job_queue_close()
2232 DMA_START_CONTEXT(IN_DMA_INST, virt_to_phys(&pj->iop->ctx_in)); in cryptocop_start_job()