Searched refs:CHCR_IE (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/sh/drivers/dma/
H A Ddma-sh.c119 chcr &= ~(CHCR_IE | CHCR_DE); dma_tei()
145 chcr = RS_DUAL | CHCR_IE; sh_dmac_configure_channel()
147 if (chcr & CHCR_IE) { sh_dmac_configure_channel()
148 chcr &= ~CHCR_IE; sh_dmac_configure_channel()
169 chcr |= CHCR_IE; sh_dmac_enable_dma()
190 chcr &= ~(CHCR_DE | CHCR_TE | CHCR_IE); sh_dmac_disable_dma()
/linux-4.4.14/arch/sh/include/asm/
H A Ddma-register.h51 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro
/linux-4.4.14/include/linux/
H A Dsh_dma.h113 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro
/linux-4.4.14/drivers/dma/sh/
H A Dshdmac.c782 shdev->chcr_ie_bit = CHCR_IE; sh_dmae_probe()

Completed in 294 milliseconds