Home
last modified time | relevance | path

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

/linux-6.6.21/arch/sh/drivers/dma/
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-6.6.21/arch/sh/include/asm/
Ddma-register.h46 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/linux-6.6.21/include/linux/
Dsh_dma.h108 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/linux-6.6.21/drivers/dma/sh/
Dshdmac.c178 if ((chcr & (CHCR_DE | CHCR_TE)) == CHCR_DE) in dmae_is_busy()
229 chcr |= CHCR_DE | shdev->chcr_ie_bit; in dmae_start()
372 chcr &= ~(CHCR_DE | CHCR_TE | shdev->chcr_ie_bit); in dmae_halt()