Lines Matching refs:pmu
19 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_32768osc_enable() local
23 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()
25 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
28 while (!(readl(&pmu->OSCC) & FTPMU010_OSCC_OSCL_STABLE)) in ftpmu010_32768osc_enable()
32 oscc = readl(&pmu->OSCC); in ftpmu010_32768osc_enable()
34 writel(oscc, &pmu->OSCC); in ftpmu010_32768osc_enable()
40 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_mfpsr_select_dev() local
43 mfpsr = readl(&pmu->MFPSR); in ftpmu010_mfpsr_select_dev()
45 writel(mfpsr, &pmu->MFPSR); in ftpmu010_mfpsr_select_dev()
50 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_mfpsr_diselect_dev() local
53 mfpsr = readl(&pmu->MFPSR); in ftpmu010_mfpsr_diselect_dev()
55 writel(mfpsr, &pmu->MFPSR); in ftpmu010_mfpsr_diselect_dev()
61 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_dlldis_disable() local
64 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_dlldis_disable()
66 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_dlldis_disable()
71 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_sdram_clk_disable() local
74 pdllcr0 = readl(&pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()
76 writel(pdllcr0, &pmu->PDLLCR0); in ftpmu010_sdram_clk_disable()
82 static struct ftpmu010 *pmu = (struct ftpmu010 *)CONFIG_FTPMU010_BASE; in ftpmu010_sdramhtc_set() local
85 sdramhtc = readl(&pmu->SDRAMHTC); in ftpmu010_sdramhtc_set()
87 writel(sdramhtc, &pmu->SDRAMHTC); in ftpmu010_sdramhtc_set()