Searched refs:DTADR (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/arch/arm/plat-pxa/include/plat/
H A Ddma.h11 #define DTADR(n) DMAC_REG(0x0208 + ((n) << 4)) macro
62 volatile u32 dtadr; /* DTADR value for the current transfer */
/linux-4.1.27/drivers/net/irda/
H A Dpxaficp_ir.c158 DTADR(si->rxdma) = si->dma_rx_buff_phy; pxa_irda_fir_dma_rx_start()
167 DTADR(si->txdma) = __PREG(ICDR); pxa_irda_fir_dma_tx_start()
408 len = DTADR(si->rxdma) - si->dma_rx_buff_phy; pxa_irda_fir_irq_eif()
/linux-4.1.27/drivers/spi/
H A Dspi-pxa2xx-pxadma.c293 DTADR(drv_data->rx_channel) = drv_data->rx_dma; pxa2xx_spi_dma_prepare()
310 DTADR(drv_data->tx_channel) = drv_data->ssdr_physical; pxa2xx_spi_dma_prepare()
/linux-4.1.27/arch/arm/plat-pxa/
H A Ddma.c163 seq_printf(s, "\tDTADR = %08x\n", DTADR(chan)); dbg_show_chan_state()
/linux-4.1.27/sound/arm/
H A Dpxa2xx-pcm-lib.c160 DSADR(prtd->dma_ch) : DTADR(prtd->dma_ch); pxa2xx_pcm_pointer()
/linux-4.1.27/drivers/dma/
H A Dmmp_pdma.c33 #define DTADR(n) (0x0208 + ((n) << 4)) macro
81 u32 dtadr; /* DTADR value for the current transfer */
772 curr = readl(chan->phy->base + DTADR(chan->phy->idx)); mmp_pdma_residue()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmc911x.h262 DTADR(dma) = rx_dmabuf; smc_pxa_dma_insl()
291 DTADR(dma) = physaddr + reg; smc_pxa_dma_outsl()
H A Dsmc91x.h297 DTADR(dma) = dmabuf; smc_pxa_dma_insl()
336 DTADR(dma) = dmabuf; smc_pxa_dma_insw()

Completed in 140 milliseconds