diff options
| author | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-08-30 08:25:59 +0000 |
| commit | 8e4bff4cab0ddac6060645b0715210484d02ff40 (patch) | |
| tree | 3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/net/wireless/bcmdhd/include/hndpmu.h | |
Diffstat (limited to 'drivers/net/wireless/bcmdhd/include/hndpmu.h')
| -rw-r--r-- | drivers/net/wireless/bcmdhd/include/hndpmu.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcmdhd/include/hndpmu.h b/drivers/net/wireless/bcmdhd/include/hndpmu.h new file mode 100644 index 00000000..fc402b07 --- /dev/null +++ b/drivers/net/wireless/bcmdhd/include/hndpmu.h @@ -0,0 +1,23 @@ +/* + * HND SiliconBackplane PMU support. + * + * $Copyright Open Broadcom Corporation$ + * + * $Id: hndpmu.h 471127 2014-04-17 23:24:23Z $ + */ + +#ifndef _hndpmu_h_ +#define _hndpmu_h_ + +#include <typedefs.h> +#include <osl_decl.h> +#include <siutils.h> + + +extern void si_pmu_otp_power(si_t *sih, osl_t *osh, bool on, uint32* min_res_mask); +extern void si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength); + +extern void si_pmu_minresmask_htavail_set(si_t *sih, osl_t *osh, bool set_clear); +extern void si_pmu_slow_clk_reinit(si_t *sih, osl_t *osh); + +#endif /* _hndpmu_h_ */ |
