Searched refs:DCMD (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/arch/arm/plat-pxa/include/plat/
H A Ddma.h12 #define DCMD(n) DMAC_REG(0x020c + ((n) << 4)) macro
63 volatile u32 dcmd; /* DCMD value for the current transfer */
/linux-4.1.27/drivers/spi/
H A Dspi-pxa2xx-pxadma.c186 (DCMD(drv_data->rx_channel) & DCMD_LENGTH); pxa2xx_spi_dma_transfer_complete()
296 DCMD(drv_data->rx_channel) = DCMD_FLOWSRC pxa2xx_spi_dma_prepare()
301 DCMD(drv_data->rx_channel) = DCMD_INCTRGADDR pxa2xx_spi_dma_prepare()
313 DCMD(drv_data->tx_channel) = DCMD_FLOWTRG pxa2xx_spi_dma_prepare()
318 DCMD(drv_data->tx_channel) = DCMD_INCSRCADDR pxa2xx_spi_dma_prepare()
326 DCMD(drv_data->tx_channel) |= DCMD_ENDIRQEN; pxa2xx_spi_dma_prepare()
/linux-4.1.27/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h97 * @xferlen : xferlen for DCMD and non mailbox commands
104 * @user_pthru : user passthru address is saves in this (null if DCMD)
H A Dmegaraid_sas_base.c1948 printk(KERN_WARNING "megasas: SR-IOV: LD/VF affiliation DCMD" megasas_get_ld_vf_affiliation_111()
2063 printk(KERN_WARNING "megasas: SR-IOV: LD/VF affiliation DCMD" megasas_get_ld_vf_affiliation_12()
2226 "_MEM_ALLOC DCMD timed out for scsi%d\n", megasas_sriov_start_heartbeat()
2235 "_MEM_ALLOC DCMD failed with status 0x%x for scsi%d\n", megasas_sriov_start_heartbeat()
3792 * Issues an internal command (DCMD) to get the FW's controller PD
3891 * Issues an internal command (DCMD) to get the FW's controller PD
3981 * Issues an internal command (DCMD) to get the FW's controller PD
4123 * Issues an internal command (DCMD) to get the FW's controller structure.
4206 * Issues an internal command (DCMD) to set parameters for crash dump feature.
4208 * that driver supports crash dump feature. This DCMD will be sent only if
4690 * and 5 commands for drivers's internal DCMD. megasas_init_fw()
4775 * by issuing a direct fw cmd (DCMD). For the future events (beyond latest seq
4930 * Prepare DCMD for aen registration megasas_register_aen()
5998 * Send CRASH_DUMP_MODE DCMD to all controllers
H A Dmegaraid_sas_fusion.c750 * Issues an internal command (DCMD) to get the FW's controller PD
851 * Issues an internal command (DCMD) to get the FW's controller PD
1051 /* Used for pass thru MFI frame (DCMD) */ megasas_init_adapter_fusion()
H A Dmegaraid_mm.c458 if (mbox->cmd != MBOXCMD_PASSTHRU) { // regular DCMD mimd_to_kioc()
H A Dmegaraid_sas.h292 * Number of mailbox bytes in DCMD message frame
/linux-4.1.27/arch/arm/plat-pxa/
H A Ddma.c139 dcmd = DCMD(chan); dbg_show_chan_state()
/linux-4.1.27/sound/arm/
H A Dpxa2xx-pcm-lib.c182 DCMD(prtd->dma_ch) = 0; __pxa2xx_pcm_prepare()
/linux-4.1.27/drivers/net/irda/
H A Dpxaficp_ir.c159 DCMD(si->rxdma) = DCMD_INCTRGADDR | DCMD_FLOWSRC | DCMD_WIDTH1 | DCMD_BURST32 | IRDA_FRAME_SIZE_LIMIT; pxa_irda_fir_dma_rx_start()
168 DCMD(si->txdma) = DCMD_INCSRCADDR | DCMD_FLOWTRG | DCMD_ENDIRQEN | DCMD_WIDTH1 | DCMD_BURST32 | si->dma_tx_buff_len; pxa_irda_fir_dma_tx_start()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmc911x.h264 DCMD(dma) = (DCMD_INCTRGADDR | DCMD_BURST32 | smc_pxa_dma_insl()
292 DCMD(dma) = (DCMD_INCSRCADDR | DCMD_BURST32 | smc_pxa_dma_outsl()
H A Dsmc91x.h299 DCMD(dma) = (DCMD_INCTRGADDR | DCMD_BURST32 | smc_pxa_dma_insl()
338 DCMD(dma) = (DCMD_INCTRGADDR | DCMD_BURST32 | smc_pxa_dma_insw()
/linux-4.1.27/drivers/scsi/
H A Dmegaraid.h571 #define MBOX_CMD 0x00000 /* DCMD or passthru command */
598 u32 xferlen; /* xferlen for DCMD and non-mbox
H A Dscript_asm.pl114 'DBC0', 36, 'DBC1', 37, 'DBC2', 38, 'DCMD', 39,
134 'DBC0', 36, 'DBC1', 37, 'DBC2', 38, 'DCMD', 39,
H A Dmegaraid.c3194 /* Is it a passthru command or a DCMD */ megadev_ioctl()
3317 /* DCMD commands */ megadev_ioctl()
/linux-4.1.27/drivers/dma/
H A Dmmp_pdma.c34 #define DCMD 0x020c macro
82 u32 dcmd; /* DCMD value for the current transfer */
/linux-4.1.27/drivers/tty/
H A Dsynclinkmp.c378 #define DCMD 0x95 macro
2236 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ isr_txeom()
2388 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ isr_txdmaok()
3000 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ tx_abort()
4134 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ rx_stop()
4160 write_reg(info, RXDMA + DCMD, SWABORT); /* reset/init Rx DMA */ rx_start()
4235 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ tx_start()
4279 write_reg(info, TXDMA + DCMD, SWABORT); /* reset/init DMA channel */ tx_stop()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c618 * 8 | PAYLEN | POPTS | IDX | STA | DCMD |DTYP | RSV | DTALEN | ixgbe_dump()
634 * 8 |PAYLEN |POPTS|CC|IDX |STA |DCMD |DTYP |MAC |RSV |DTALEN | ixgbe_dump()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_main.c424 * 8 | PAYLEN | PORTS |CC|IDX | STA | DCMD |DTYP|MAC|RSV| DTALEN | igb_dump()

Completed in 759 milliseconds