Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sh/drivers/dma/
Ddma-sh.c116 chcr &= ~(CHCR_IE | CHCR_DE); in dma_tei()
142 chcr = RS_DUAL | CHCR_IE; in sh_dmac_configure_channel()
144 if (chcr & CHCR_IE) { in sh_dmac_configure_channel()
145 chcr &= ~CHCR_IE; in sh_dmac_configure_channel()
166 chcr |= CHCR_IE; in sh_dmac_enable_dma()
187 chcr &= ~(CHCR_DE | CHCR_TE | CHCR_IE); in sh_dmac_disable_dma()
/linux-6.1.9/arch/sh/include/asm/
Ddma-register.h48 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro
/linux-6.1.9/include/linux/
Dsh_dma.h110 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro
/linux-6.1.9/drivers/dma/sh/
Dshdmac.c762 shdev->chcr_ie_bit = CHCR_IE; in sh_dmae_probe()