#include <linux/kernel.h>
#include <linux/io.h>
#include <plat/sdrc.h>
#include "soc.h"
#include "iomap.h"
#include "common.h"
#include "cm-regbits-34xx.h"
#include "prm-regbits-34xx.h"
#include "prm2xxx_3xxx.h"
#include "cm2xxx_3xxx.h"
#include "sdrc.h"
#include "pm.h"
#include "control.h"
Go to the source code of this file.
#define OMAP4_CTRL_PAD_REGADDR |
( |
|
reg | ) |
(omap4_ctrl_pad_base + (reg)) |
#define OMAP_CTRL_REGADDR |
( |
|
reg | ) |
(omap2_ctrl_base + (reg)) |
#define PADCONF_SAVE_DONE 0x1 |
#define START_PADCONF_SAVE 0x2 |
u32 omap4_ctrl_pad_readl |
( |
u16 |
offset | ) |
|
void omap4_ctrl_pad_writel |
( |
u32 |
val, |
|
|
u16 |
offset |
|
) |
| |
u8 omap_ctrl_readb |
( |
u16 |
offset | ) |
|
u32 omap_ctrl_readl |
( |
u16 |
offset | ) |
|
u16 omap_ctrl_readw |
( |
u16 |
offset | ) |
|
void omap_ctrl_write_dsp_boot_addr |
( |
u32 |
bootaddr | ) |
|
omap_ctrl_write_dsp_boot_addr - set boot address for a remote processor : physical address of the boot loader
Set boot address for the boot loader of a supported processor when a power ON sequence occurs.
Definition at line 251 of file control.c.
void omap_ctrl_write_dsp_boot_mode |
( |
u8 |
bootmode | ) |
|
omap_ctrl_write_dsp_boot_mode - set boot mode for a remote processor : 8-bit value to pass to some boot code
Sets boot mode for the boot loader of a supported processor when a power ON sequence occurs.
Definition at line 273 of file control.c.