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-provider.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/err.h>
#include "clk.h"

Go to the source code of this file.

Data Structures

struct  clk_factor
 

Macros

#define to_clk_factor(hw)   container_of(hw, struct clk_factor, hw)
 

Functions

struct clkmmp_clk_register_factor (const char *name, const char *parent_name, unsigned long flags, void __iomem *base, struct clk_factor_masks *masks, struct clk_factor_tbl *ftbl, unsigned int ftbl_cnt)
 

Macro Definition Documentation

#define to_clk_factor (   hw)    container_of(hw, struct clk_factor, hw)

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

Function Documentation

struct clk* mmp_clk_register_factor ( const char name,
const char parent_name,
unsigned long  flags,
void __iomem base,
struct clk_factor_masks masks,
struct clk_factor_tbl ftbl,
unsigned int  ftbl_cnt 
)
read

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