Searched refs:DRAM_DLLCR_DISABLE (Results 1 – 2 of 2) sorted by relevance
139 clrsetbits_le32(&dram->dllcr[0], DRAM_DLLCR_NRESET, DRAM_DLLCR_DISABLE); in mctl_enable_dll0()142 clrbits_le32(&dram->dllcr[0], DRAM_DLLCR_NRESET | DRAM_DLLCR_DISABLE); in mctl_enable_dll0()145 clrsetbits_le32(&dram->dllcr[0], DRAM_DLLCR_DISABLE, DRAM_DLLCR_NRESET); in mctl_enable_dll0()174 DRAM_DLLCR_DISABLE); in mctl_enable_dllx()181 DRAM_DLLCR_DISABLE); in mctl_enable_dllx()185 clrsetbits_le32(&dram->dllcr[i], DRAM_DLLCR_DISABLE, in mctl_enable_dllx()
157 #define DRAM_DLLCR_DISABLE (0x1 << 31) macro