#include "bcma_private.h"
#include <linux/export.h>
#include <linux/bcma/bcma.h>
Go to the source code of this file.
|
void | bcma_chipco_pll_write (struct bcma_drv_cc *cc, u32 offset, u32 value) |
|
| EXPORT_SYMBOL_GPL (bcma_chipco_pll_write) |
|
void | bcma_chipco_pll_maskset (struct bcma_drv_cc *cc, u32 offset, u32 mask, u32 set) |
|
| EXPORT_SYMBOL_GPL (bcma_chipco_pll_maskset) |
|
void | bcma_chipco_chipctl_maskset (struct bcma_drv_cc *cc, u32 offset, u32 mask, u32 set) |
|
| EXPORT_SYMBOL_GPL (bcma_chipco_chipctl_maskset) |
|
void | bcma_chipco_regctl_maskset (struct bcma_drv_cc *cc, u32 offset, u32 mask, u32 set) |
|
| EXPORT_SYMBOL_GPL (bcma_chipco_regctl_maskset) |
|
void | bcma_chipco_bcm4331_ext_pa_lines_ctl (struct bcma_drv_cc *cc, bool enable) |
|
void | bcma_pmu_init (struct bcma_drv_cc *cc) |
|
u32 | bcma_pmu_alp_clock (struct bcma_drv_cc *cc) |
|
u32 | bcma_pmu_get_clockcpu (struct bcma_drv_cc *cc) |
|
void | bcma_pmu_spuravoid_pllupdate (struct bcma_drv_cc *cc, int spuravoid) |
|
| EXPORT_SYMBOL_GPL (bcma_pmu_spuravoid_pllupdate) |
|