Lines Matching refs:amo_dest
95 union dma_amo_dest amo_dest; in mbcs_getdma_set() local
101 amo_dest.dma_amo_dest_reg = 0; in mbcs_getdma_set()
119 amo_dest.dma_amo_sys_addr = amoHostDest; in mbcs_getdma_set()
120 amo_dest.dma_amo_mod_type = amoModType; in mbcs_getdma_set()
121 MBCS_MMR_SET(mmr, MBCS_RD_DMA_AMO_DEST, amo_dest.dma_amo_dest_reg); in mbcs_getdma_set()
142 union dma_amo_dest amo_dest; in mbcs_putdma_set() local
148 amo_dest.dma_amo_dest_reg = 0; in mbcs_putdma_set()
166 amo_dest.dma_amo_sys_addr = amoHostDest; in mbcs_putdma_set()
167 amo_dest.dma_amo_mod_type = amoModType; in mbcs_putdma_set()
168 MBCS_MMR_SET(mmr, MBCS_WR_DMA_AMO_DEST, amo_dest.dma_amo_dest_reg); in mbcs_putdma_set()
182 union dma_amo_dest amo_dest; in mbcs_algo_set() local
188 amo_dest.dma_amo_dest_reg = 0; in mbcs_algo_set()
190 amo_dest.dma_amo_sys_addr = amoHostDest; in mbcs_algo_set()
191 amo_dest.dma_amo_mod_type = amoModType; in mbcs_algo_set()
192 MBCS_MMR_SET(mmr, MBCS_ALG_AMO_DEST, amo_dest.dma_amo_dest_reg); in mbcs_algo_set()