Searched refs:DCMD (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/arm/plat-pxa/include/plat/ |
D | dma.h | 12 #define DCMD(n) DMAC_REG(0x020c + ((n) << 4)) macro
|
/linux-4.4.14/arch/arm/plat-pxa/ |
D | dma.c | 139 dcmd = DCMD(chan); in dbg_show_chan_state()
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.h | 264 DCMD(dma) = (DCMD_INCTRGADDR | DCMD_BURST32 | in smc_pxa_dma_insl() 292 DCMD(dma) = (DCMD_INCSRCADDR | DCMD_BURST32 | in smc_pxa_dma_outsl()
|
/linux-4.4.14/drivers/tty/ |
D | synclinkmp.c | 378 #define DCMD 0x95 macro 2230 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in isr_txeom() 2382 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in isr_txdmaok() 2994 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in tx_abort() 4128 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_stop() 4154 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_start() 4229 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in tx_start() 4273 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in tx_stop()
|
/linux-4.4.14/drivers/dma/ |
D | pxa_dma.c | 35 #define DCMD(n) (0x020c + ((n) << 4)) macro 270 dcmd = _phy_readl_relaxed(phy, DCMD); in dbg_show_chan_state()
|
D | mmp_pdma.c | 34 #define DCMD 0x020c macro
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 337 1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper.
|