Home
last modified time | relevance | path

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

/arch/arm/mach-sunxi/
A Ddram_sun4i.c140 clrsetbits_le32(&dram->dllcr[0], DRAM_DLLCR_NRESET, DRAM_DLLCR_DISABLE); in mctl_enable_dll0()
143 clrbits_le32(&dram->dllcr[0], DRAM_DLLCR_NRESET | DRAM_DLLCR_DISABLE); in mctl_enable_dll0()
146 clrsetbits_le32(&dram->dllcr[0], DRAM_DLLCR_DISABLE, DRAM_DLLCR_NRESET); in mctl_enable_dll0()
175 DRAM_DLLCR_DISABLE); in mctl_enable_dllx()
182 DRAM_DLLCR_DISABLE); in mctl_enable_dllx()
186 clrsetbits_le32(&dram->dllcr[i], DRAM_DLLCR_DISABLE, in mctl_enable_dllx()
/arch/arm/include/asm/arch-sunxi/
A Ddram_sun4i.h157 #define DRAM_DLLCR_DISABLE (0x1 << 31) macro

Completed in 5 milliseconds