Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
clk_pllv3 Struct Reference

Data Fields

struct clk_hw hw
 
void __iomembase
 
bool powerup_set
 
u32 gate_mask
 
u32 div_mask
 

Detailed Description

struct clk_pllv3 - IMX PLL clock version 3 : clock source : base address of PLL registers : set POWER bit to power up the PLL : mask of gate bits : mask of divider bits

IMX PLL clock version 3, found on i.MX6 series. Divider for pllv3 is actually a multiplier, and always sits at bit 0.

Definition at line 40 of file clk-pllv3.c.

Field Documentation

void __iomem* base

Definition at line 42 of file clk-pllv3.c.

u32 div_mask

Definition at line 45 of file clk-pllv3.c.

u32 gate_mask

Definition at line 44 of file clk-pllv3.c.

struct clk_hw hw

Definition at line 41 of file clk-pllv3.c.

bool powerup_set

Definition at line 43 of file clk-pllv3.c.


The documentation for this struct was generated from the following file: