Lines Matching refs:pmu
18 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_32768osc_enable() local
22 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()
24 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
27 while (!(readl(&pmu->OSCC) & FTPMU010_OSCC_OSCL_STABLE)) in ftpmu010_32768osc_enable()
31 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()
33 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
39 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_mfpsr_select_dev() local
42 mfpsr = readl(&pmu->MFPSR); in ftpmu010_mfpsr_select_dev()
44 writel(mfpsr, &pmu->MFPSR); in ftpmu010_mfpsr_select_dev()
49 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_mfpsr_diselect_dev() local
52 mfpsr = readl(&pmu->MFPSR); in ftpmu010_mfpsr_diselect_dev()
54 writel(mfpsr, &pmu->MFPSR); in ftpmu010_mfpsr_diselect_dev()
60 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_dlldis_disable() local
63 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_dlldis_disable()
65 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_dlldis_disable()
70 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_sdram_clk_disable() local
73 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()
75 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()
81 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_sdramhtc_set() local
84 sdramhtc = readl(&pmu->SDRAMHTC); in ftpmu010_sdramhtc_set()
86 writel(sdramhtc, &pmu->SDRAMHTC); in ftpmu010_sdramhtc_set()