Lines Matching refs:amo_dest
94 union dma_amo_dest amo_dest; in mbcs_getdma_set() local
100 amo_dest.dma_amo_dest_reg = 0; in mbcs_getdma_set()
118 amo_dest.dma_amo_sys_addr = amoHostDest; in mbcs_getdma_set()
119 amo_dest.dma_amo_mod_type = amoModType; in mbcs_getdma_set()
120 MBCS_MMR_SET(mmr, MBCS_RD_DMA_AMO_DEST, amo_dest.dma_amo_dest_reg); in mbcs_getdma_set()
141 union dma_amo_dest amo_dest; in mbcs_putdma_set() local
147 amo_dest.dma_amo_dest_reg = 0; in mbcs_putdma_set()
165 amo_dest.dma_amo_sys_addr = amoHostDest; in mbcs_putdma_set()
166 amo_dest.dma_amo_mod_type = amoModType; in mbcs_putdma_set()
167 MBCS_MMR_SET(mmr, MBCS_WR_DMA_AMO_DEST, amo_dest.dma_amo_dest_reg); in mbcs_putdma_set()
181 union dma_amo_dest amo_dest; in mbcs_algo_set() local
187 amo_dest.dma_amo_dest_reg = 0; in mbcs_algo_set()
189 amo_dest.dma_amo_sys_addr = amoHostDest; in mbcs_algo_set()
190 amo_dest.dma_amo_mod_type = amoModType; in mbcs_algo_set()
191 MBCS_MMR_SET(mmr, MBCS_ALG_AMO_DEST, amo_dest.dma_amo_dest_reg); in mbcs_algo_set()