Home
last modified time | relevance | path

Searched refs:CHCR_DE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Ddma-register.h46 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Ddma-register.h46 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/kernel/linux/linux-5.10/include/linux/
H A Dsh_dma.h108 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dsh_dma.h108 #define CHCR_DE 0x00000001 /* DMA Enable */ macro
/kernel/linux/linux-5.10/drivers/dma/sh/
H 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()
/kernel/linux/linux-6.6/drivers/dma/sh/
H A 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()

Completed in 7 milliseconds