Searched refs:dma_ctl (Results 1 – 2 of 2) sorted by relevance
217 void SDIOH_DMAConfig(SDIOH_DmaCtl *dma_ctl) in SDIOH_DMAConfig() argument223 if((dma_ctl->type) == SDIOH_DMA_NORMAL) { in SDIOH_DMAConfig()232 psdioh->SD_BLOCK_CNT_L = (dma_ctl->blk_cnt) & SDIOH_MASK_BLOCL_CNT_L; in SDIOH_DMAConfig()233 psdioh->SD_BLOCK_CNT_H = ((dma_ctl->blk_cnt) >> 8) & SDIOH_MASK_BLOCL_CNT_H; in SDIOH_DMAConfig()236 …psdioh->DMA_CRL1 = (dma_ctl->start_addr) & SDIOH_MASK_DRAM_SA; /* DMA start address (unit: 8 Bytes… in SDIOH_DMAConfig()237 …psdioh->DMA_CRL2 = (dma_ctl->blk_cnt) & SDIOH_MASK_DMA_LEN; /* DMA transfer length (unit: 512 Byt… in SDIOH_DMAConfig()239 if((dma_ctl->type) == SDIOH_DMA_64B) in SDIOH_DMAConfig()241 else if((dma_ctl->type) == SDIOH_DMA_R2) in SDIOH_DMAConfig()244 tmp |= (dma_ctl->op << SDIOH_SHIFT_DDR_WR); in SDIOH_DMAConfig()
185 _LONG_CALL_ void SDIOH_DMAConfig(SDIOH_DmaCtl *dma_ctl);
Completed in 4 milliseconds