Home
last modified time | relevance | path

Searched refs:CHCR_DE (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sh/drivers/dma/
H A Ddma-sh.c128 chcr &= ~(CHCR_IE | CHCR_DE); in dma_tei()
175 chcr |= CHCR_DE; in sh_dmac_enable_dma()
199 chcr &= ~(CHCR_DE | CHCR_TE | CHCR_IE); in sh_dmac_disable_dma()
246 if (!(__raw_readl(dma_base_addr(chan->chan) + CHCR) & CHCR_DE)) in sh_dmac_get_dma_residue()
/linux/arch/sh/include/asm/
H A Ddma-register.h46 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/linux/include/linux/
H A Dsh_dma.h108 #define CHCR_DE 0x00000001 /* DMA Enable */ macro