Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/
H A Dftpmu010.c62 unsigned int pdllcr0; in ftpmu010_dlldis_disable() local
64 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_dlldis_disable()
65 pdllcr0 |= FTPMU010_PDLLCR0_DLLDIS; in ftpmu010_dlldis_disable()
66 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_dlldis_disable()
72 unsigned int pdllcr0; in ftpmu010_sdram_clk_disable() local
74 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()
75 pdllcr0 |= FTPMU010_PDLLCR0_HCLKOUTDIS(cr0); in ftpmu010_sdram_clk_disable()
76 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()