Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/err.h>
#include <linux/io.h>
#include "iomap.h"
#include "common.h"
#include "cm.h"
#include "cm1_44xx.h"
#include "cm2_44xx.h"
#include "cm-regbits-44xx.h"
Go to the source code of this file.
Functions | |
u32 | omap4_cm1_read_inst_reg (s16 inst, u16 reg) |
void | omap4_cm1_write_inst_reg (u32 val, s16 inst, u16 reg) |
u32 | omap4_cm2_read_inst_reg (s16 inst, u16 reg) |
void | omap4_cm2_write_inst_reg (u32 val, s16 inst, u16 reg) |