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

Data Fields

struct clk_hw hw
 
void __iomemreg
 
u8 idx
 

Detailed Description

struct clk_pfd - IMX PFD clock : clock source : PFD register address : the index of PFD encoded in the register

PFD clock found on i.MX6 series. Each register for PFD has 4 clk_pfd data encoded, and member idx is used to specify the one. And each register has SET, CLR and TOG registers at offset 0x4 0x8 and 0xc.

Definition at line 30 of file clk-pfd.c.

Field Documentation

struct clk_hw hw

Definition at line 31 of file clk-pfd.c.

u8 idx

Definition at line 33 of file clk-pfd.c.

Definition at line 32 of file clk-pfd.c.


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