Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pmu.h File Reference
#include "types.h"

Go to the source code of this file.

Functions

u16 si_pmu_fast_pwrup_delay (struct si_pub *sih)
 
void si_pmu_sprom_enable (struct si_pub *sih, bool enable)
 
u32 si_pmu_chipcontrol (struct si_pub *sih, uint reg, u32 mask, u32 val)
 
u32 si_pmu_regcontrol (struct si_pub *sih, uint reg, u32 mask, u32 val)
 
u32 si_pmu_alp_clock (struct si_pub *sih)
 
void si_pmu_pllupd (struct si_pub *sih)
 
u32 si_pmu_pllcontrol (struct si_pub *sih, uint reg, u32 mask, u32 val)
 
u32 si_pmu_measure_alpclk (struct si_pub *sih)
 

Function Documentation

u32 si_pmu_alp_clock ( struct si_pub sih)

Definition at line 150 of file pmu.c.

u32 si_pmu_chipcontrol ( struct si_pub sih,
uint  reg,
u32  mask,
u32  val 
)

Definition at line 119 of file pmu.c.

u16 si_pmu_fast_pwrup_delay ( struct si_pub sih)

Definition at line 101 of file pmu.c.

u32 si_pmu_measure_alpclk ( struct si_pub sih)

Definition at line 172 of file pmu.c.

u32 si_pmu_pllcontrol ( struct si_pub sih,
uint  reg,
u32  mask,
u32  val 
)

Definition at line 135 of file pmu.c.

void si_pmu_pllupd ( struct si_pub sih)

Definition at line 143 of file pmu.c.

u32 si_pmu_regcontrol ( struct si_pub sih,
uint  reg,
u32  mask,
u32  val 
)

Definition at line 127 of file pmu.c.

void si_pmu_sprom_enable ( struct si_pub sih,
bool  enable 
)