Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
clkt2xxx_osc.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <plat/clock.h>
#include "clock.h"
#include "clock2xxx.h"
#include "prm2xxx_3xxx.h"
#include "prm-regbits-24xx.h"

Go to the source code of this file.

Functions

unsigned long omap2_osc_clk_recalc (struct clk *clk)
 

Variables

struct clkops clkops_oscck
 

Function Documentation

unsigned long omap2_osc_clk_recalc ( struct clk clk)

Definition at line 72 of file clkt2xxx_osc.c.

Variable Documentation

struct clkops clkops_oscck
Initial value:
= {
.enable = omap2_enable_osc_ck,
.disable = omap2_disable_osc_ck,
}

Definition at line 67 of file clkt2xxx_osc.c.