Searched refs:DMA_WR (Results 1 – 4 of 4) sorted by relevance
52 #ifndef DMA_WR53 #define DMA_WR 2 /* hw -> memory */ macro
59 #define DMA_WR (1) /* 0: write, 1: read */ macro474 dma_reg = DMA_ST | ((!rw) << DMA_WR) | DMA_EN | (2 << DMA_AHB_SIZE) | in rk_nfc_xfer_start()
1160 dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR); in process_receive()1498 dma_complete(smc,(union s_fp_descr volatile *)r,DMA_WR); in mac_drv_clear_rx_queue()
1463 if (flag & DMA_WR) { in dma_complete()