Home
last modified time | relevance | path

Searched refs:CLK_DMA_ENABLE (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/lpc32xx/
Ddevices.c83 writel(CLK_DMA_ENABLE, &clk->dmaclk_ctrl); in lpc32xx_dma_init()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-lpc32xx/
Dclk.h152 #define CLK_DMA_ENABLE (1 << 0) macro