Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/
H A Dftpmu010.c61 unsigned int pdllcr0; in ftpmu010_dlldis_disable() local
63 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() local
73 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()