Home
last modified time | relevance | path

Searched refs:CHCR_IE (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()
154 chcr = RS_DUAL | CHCR_IE; in sh_dmac_configure_channel()
156 if (chcr & CHCR_IE) { in sh_dmac_configure_channel()
157 chcr &= ~CHCR_IE; in sh_dmac_configure_channel()
178 chcr |= CHCR_IE; in sh_dmac_enable_dma()
199 chcr &= ~(CHCR_DE | CHCR_TE | CHCR_IE); in sh_dmac_disable_dma()
/linux/arch/sh/include/asm/
H A Ddma-register.h48 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro
/linux/include/linux/
H A Dsh_dma.h110 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro