Home
last modified time | relevance | path

Searched refs:DCMD (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/tty/
Dsynclinkmp.c378 #define DCMD 0x95 macro
2211 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in isr_txeom()
2363 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in isr_txdmaok()
2968 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in tx_abort()
4114 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_stop()
4140 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ in rx_start()
4215 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in tx_start()
4259 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ in tx_stop()
/Linux-v4.19/drivers/dma/
Dpxa_dma.c36 #define DCMD(n) (0x020c + ((n) << 4)) macro
276 dcmd = _phy_readl_relaxed(phy, DCMD); in dbg_show_chan_state()
Dmmp_pdma.c34 #define DCMD 0x020c macro
/Linux-v4.19/Documentation/scsi/
DChangeLog.megaraid_sas337 1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper.