Home
last modified time | relevance | path

Searched defs:DFI_DRAM_CLK_SR_EN (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/ram/rockchip/
Ddmc-rk3368.c54 DFI_DRAM_CLK_SR_EN = BIT(0), enumerator
/external/u-boot/arch/arm/mach-rockchip/rk3036/
Dsdram_rk3036.c138 DFI_DRAM_CLK_SR_EN = 1 << 0, enumerator
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dddr_rk3288.h223 #define DFI_DRAM_CLK_SR_EN (1 << 0) macro
Dsdram_rk322x.h283 #define DFI_DRAM_CLK_SR_EN BIT(0) macro