Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
clk-pfd.c File Reference
#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/err.h>
#include "clk.h"

Go to the source code of this file.

Data Structures

struct  clk_pfd
 

Macros

#define to_clk_pfd(_hw)   container_of(_hw, struct clk_pfd, hw)
 
#define SET   0x4
 
#define CLR   0x8
 
#define OTG   0xc
 

Functions

struct clkimx_clk_pfd (const char *name, const char *parent_name, void __iomem *reg, u8 idx)
 

Macro Definition Documentation

#define CLR   0x8

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

#define OTG   0xc

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

#define SET   0x4

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

#define to_clk_pfd (   _hw)    container_of(_hw, struct clk_pfd, hw)

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

Function Documentation

struct clk* imx_clk_pfd ( const char name,
const char parent_name,
void __iomem reg,
u8  idx 
)
read

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