CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/cache/sources/wl/include/hndpmu.h
Views: 3960
1
/*
2
* HND SiliconBackplane PMU support.
3
*
4
* $Copyright Open Broadcom Corporation$
5
*
6
* $Id: hndpmu.h 393084 2013-03-26 07:34:45Z $
7
*/
8
9
#ifndef _hndpmu_h_
10
#define _hndpmu_h_
11
12
13
extern void si_pmu_otp_power(si_t *sih, osl_t *osh, bool on);
14
extern void si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength);
15
16
extern void si_pmu_minresmask_htavail_set(si_t *sih, osl_t *osh, bool set_clear);
17
18
#endif /* _hndpmu_h_ */
19
20