Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
clock.h File Reference
#include <linux/clk.h>
#include <linux/list.h>

Go to the source code of this file.

Data Structures

struct  clk
 

Functions

void at32_clk_register (struct clk *clk)
 
unsigned long pba_clk_get_rate (struct clk *clk)
 
void pba_clk_mode (struct clk *clk, int enabled)
 

Function Documentation

void at32_clk_register ( struct clk clk)

Definition at line 31 of file clock.c.

unsigned long pba_clk_get_rate ( struct clk clk)

Definition at line 445 of file at32ap700x.c.

void pba_clk_mode ( struct clk clk,
int  enabled 
)

Definition at line 430 of file at32ap700x.c.