Searched refs:DMAEN (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_dma.c | 220 if (dma_ch[i].regs->cfg & DMAEN) { in blackfin_dma_suspend() 325 DMA_MMR_WRITE(&src_ch->cfg, DMAEN | WDSIZE_32); in early_dma_memcpy() 326 DMA_MMR_WRITE(&dst_ch->cfg, WNR | DI_EN_X | DMAEN | WDSIZE_32); in early_dma_memcpy() 454 bfin_write_MDMA_S_CONFIG(DMAEN | conf); in __dma_memcpy() 456 bfin_write_MDMA_D_CONFIG(WNR | DI_EN_Y | DMAEN | conf); in __dma_memcpy() 458 bfin_write_MDMA_D_CONFIG(WNR | DI_EN_X | DMAEN | conf); in __dma_memcpy()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | dma.h | 314 dma_ch[channel].regs->cfg &= ~DMAEN; in disable_dma() 321 dma_ch[channel].regs->cfg |= DMAEN; in enable_dma()
|
D | bfin_dma.h | 15 #define DMAEN 0x0001 /* DMA Channel Enable */ macro
|
/linux-4.1.27/sound/soc/blackfin/ |
D | bf6xx-sport.c | 169 cfg|DMAEN, count, sport->wdsize); in sport_config_tx_dma() 201 cfg|DMAEN, count, sport->wdsize); in sport_config_rx_dma()
|
D | bf5xx-sport.c | 452 cfg|DMAEN, x_count, y_count, sport->wdsize); in sport_config_rx_dma() 516 cfg|DMAEN, x_count, y_count, sport->wdsize); in sport_config_tx_dma() 544 | WNR | DMAEN; in sport_config_rx_dummy() 578 compute_wdsize(sport->wdsize) | DMAEN; in sport_config_tx_dummy()
|
/linux-4.1.27/drivers/crypto/ |
D | bfin_crc.c | 218 DMAEN | PSIZE_32 | WDSIZE_32; in bfin_crypto_crc_config_dma() 233 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32; in bfin_crypto_crc_config_dma() 270 dma_config = DMAFLOW_ARRAY | RESTART | NDSIZE_3 | DMAEN | PSIZE_32 | WDSIZE_32; in bfin_crypto_crc_config_dma()
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
D | bfin_mac.c | 168 b->config = DMAEN | WNR | WDSIZE_32 | NDSIZE_6 | DMAFLOW_LARGE; in desc_list_init() 210 a->config = DMAEN | WNR | WDSIZE_32 | NDSIZE_6 | DMAFLOW_LARGE; in desc_list_init() 224 b->config = DMAEN | WNR | WDSIZE_32 | DI_EN | in desc_list_init() 1080 tx_list_head->desc_a.config &= ~DMAEN; in _tx_reclaim_skb() 1190 current_tx_ptr->desc_a.config |= DMAEN; in bfin_mac_hard_start_xmit() 1432 tx_list_head->desc_a.config &= ~DMAEN; in bfin_mac_timeout()
|
/linux-4.1.27/drivers/scsi/ |
D | aha152x.h | 75 #define DMAEN 0x40 macro
|
D | aha152x.c | 1963 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datai_init() 2098 SETPORT(SXFRCTL0, CH1|SCSIEN|DMAEN); in datao_init() 2667 if (s & DMAEN) in get_ports()
|
/linux-4.1.27/drivers/mmc/host/ |
D | bfin_sdh.c | 160 dma_cfg |= DMAFLOW_ARRAY | RESTART | WDSIZE_32 | DMAEN; in sdh_setup_data() 195 dma_cfg |= WDSIZE_32 | DMAEN; in sdh_setup_data()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | bfin_adv7393fb.c | 225 bfin_write_DMA0_CONFIG(bfin_read_DMA0_CONFIG() & ~DMAEN); in bfin_disable_dma()
|
/linux-4.1.27/drivers/ata/ |
D | pata_bf54x.c | 837 unsigned short config = DMAFLOW_ARRAY | NDSIZE_5 | RESTART | WDSIZE_16 | DMAEN; in bfin_bmdma_setup()
|