Home
last modified time | relevance | path

Searched refs:CCR_CEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/dma/
H A Dimx-dma.c101 #define CCR_CEN (1<<0) macro
303 CCR_CEN | CCR_ACRPT, DMA_CCR(channel)); in imxdma_enable_hw()
335 ~CCR_CEN, DMA_CCR(channel)); in imxdma_disable_hw()
441 tmp |= CCR_CEN | CCR_RPT | CCR_ACRPT; in dma_irq_handle_channel()
444 imx_dmav1_writel(imxdma, tmp & ~CCR_CEN, in dma_irq_handle_channel()
446 tmp |= CCR_CEN; in dma_irq_handle_channel()
/openbmc/u-boot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h383 #define CCR_CEN (1<<0) macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2568 #define CCR_CEN (1<<31) /* Enable bit for Cursor */ macro