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

Go to the source code of this file.

Data Structures

struct  clk_frac
 

Macros

#define to_clk_frac(_hw)   container_of(_hw, struct clk_frac, hw)
 

Functions

struct clkmxs_clk_frac (const char *name, const char *parent_name, void __iomem *reg, u8 shift, u8 width, u8 busy)
 

Macro Definition Documentation

#define to_clk_frac (   _hw)    container_of(_hw, struct clk_frac, hw)

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

Function Documentation

struct clk* mxs_clk_frac ( const char name,
const char parent_name,
void __iomem reg,
u8  shift,
u8  width,
u8  busy 
)
read

Definition at line 111 of file clk-frac.c.