Searched refs:bcma_pmu_clock (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/bcma/ |
D | driver_chipcommon_pmu.c | 218 static u32 bcma_pmu_clock(struct bcma_drv_cc *cc, u32 pll0, u32 m) in bcma_pmu_clock() function 262 return bcma_pmu_clock(cc, BCMA_CC_PMU4716_MAINPLL_PLL0, in bcma_pmu_get_clockcontrol() 265 return bcma_pmu_clock(cc, BCMA_CC_PMU5356_MAINPLL_PLL0, in bcma_pmu_get_clockcontrol() 269 return bcma_pmu_clock(cc, BCMA_CC_PMU5357_MAINPLL_PLL0, in bcma_pmu_get_clockcontrol() 272 return bcma_pmu_clock(cc, BCMA_CC_PMU4706_MAINPLL_PLL0, in bcma_pmu_get_clockcontrol() 309 return bcma_pmu_clock(cc, pll, BCMA_CC_PMU5_MAINPLL_CPU); in bcma_pmu_get_clockcpu()
|