Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/clkdev.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/clk-provider.h>
#include <mach/hardware.h>
#include <mach/platform.h>
#include "clk-icst.h"
Go to the source code of this file.
Macros | |
#define | CM_LOCK (__io_address(INTEGRATOR_HDR_BASE)+INTEGRATOR_HDR_LOCK_OFFSET) |
#define | CM_AUXOSC (__io_address(INTEGRATOR_HDR_BASE)+0x1c) |
Functions | |
void __init | integrator_clk_init (bool is_cp) |
#define CM_AUXOSC (__io_address(INTEGRATOR_HDR_BASE)+0x1c) |
Definition at line 18 of file clk-integrator.c.
#define CM_LOCK (__io_address(INTEGRATOR_HDR_BASE)+INTEGRATOR_HDR_LOCK_OFFSET) |
Definition at line 17 of file clk-integrator.c.
Definition at line 76 of file clk-integrator.c.