/linux-4.1.27/arch/arm/plat-pxa/include/plat/ |
H A D | dma.h | 12 #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 D | spi-pxa2xx-pxadma.c | 186 (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 D | megaraid_ioctl.h | 97 * @xferlen : xferlen for DCMD and non mailbox commands 104 * @user_pthru : user passthru address is saves in this (null if DCMD)
|
H A D | megaraid_sas_base.c | 1948 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 D | megaraid_sas_fusion.c | 750 * 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 D | megaraid_mm.c | 458 if (mbox->cmd != MBOXCMD_PASSTHRU) { // regular DCMD mimd_to_kioc()
|
H A D | megaraid_sas.h | 292 * Number of mailbox bytes in DCMD message frame
|
/linux-4.1.27/arch/arm/plat-pxa/ |
H A D | dma.c | 139 dcmd = DCMD(chan); dbg_show_chan_state()
|
/linux-4.1.27/sound/arm/ |
H A D | pxa2xx-pcm-lib.c | 182 DCMD(prtd->dma_ch) = 0; __pxa2xx_pcm_prepare()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | pxaficp_ir.c | 159 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 D | smc911x.h | 264 DCMD(dma) = (DCMD_INCTRGADDR | DCMD_BURST32 | smc_pxa_dma_insl() 292 DCMD(dma) = (DCMD_INCSRCADDR | DCMD_BURST32 | smc_pxa_dma_outsl()
|
H A D | smc91x.h | 299 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 D | megaraid.h | 571 #define MBOX_CMD 0x00000 /* DCMD or passthru command */ 598 u32 xferlen; /* xferlen for DCMD and non-mbox
|
H A D | script_asm.pl | 114 'DBC0', 36, 'DBC1', 37, 'DBC2', 38, 'DCMD', 39, 134 'DBC0', 36, 'DBC1', 37, 'DBC2', 38, 'DCMD', 39,
|
H A D | megaraid.c | 3194 /* Is it a passthru command or a DCMD */ megadev_ioctl() 3317 /* DCMD commands */ megadev_ioctl()
|
/linux-4.1.27/drivers/dma/ |
H A D | mmp_pdma.c | 34 #define DCMD 0x020c macro 82 u32 dcmd; /* DCMD value for the current transfer */
|
/linux-4.1.27/drivers/tty/ |
H A D | synclinkmp.c | 378 #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 D | ixgbe_main.c | 618 * 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 D | igb_main.c | 424 * 8 | PAYLEN | PORTS |CC|IDX | STA | DCMD |DTYP|MAC|RSV| DTALEN | igb_dump()
|