Searched refs:pdllcr0 (Results 1 – 1 of 1) sorted by relevance
61 unsigned int pdllcr0; in ftpmu010_dlldis_disable() local63 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_dlldis_disable()64 pdllcr0 |= FTPMU010_PDLLCR0_DLLDIS; in ftpmu010_dlldis_disable()65 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_dlldis_disable()71 unsigned int pdllcr0; in ftpmu010_sdram_clk_disable() local73 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()74 pdllcr0 |= FTPMU010_PDLLCR0_HCLKOUTDIS(cr0); in ftpmu010_sdram_clk_disable()75 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()