Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/drivers/dma/
A Ddma-sh.c116 chcr &= ~(CHCR_IE | CHCR_DE); in dma_tei()
163 chcr |= CHCR_DE; in sh_dmac_enable_dma()
187 chcr &= ~(CHCR_DE | CHCR_TE | CHCR_IE); in sh_dmac_disable_dma()
234 if (!(__raw_readl(dma_base_addr(chan->chan) + CHCR) & CHCR_DE)) in sh_dmac_get_dma_residue()
/linux-6.3-rc2/arch/sh/include/asm/
A Ddma-register.h46 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/linux-6.3-rc2/include/linux/
A Dsh_dma.h108 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/linux-6.3-rc2/drivers/dma/sh/
A Dshdmac.c179 if ((chcr & (CHCR_DE | CHCR_TE)) == CHCR_DE) in dmae_is_busy()
230 chcr |= CHCR_DE | shdev->chcr_ie_bit; in dmae_start()
373 chcr &= ~(CHCR_DE | CHCR_TE | shdev->chcr_ie_bit); in dmae_halt()

Completed in 8 milliseconds