Searched refs:CHCR_IE (Results 1 – 4 of 4) sorted by relevance
116 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()
48 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro
110 #define CHCR_IE 0x00000004 /* Interrupt Enable */ macro
762 shdev->chcr_ie_bit = CHCR_IE; in sh_dmae_probe()
Completed in 9 milliseconds