diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-17 09:51:57 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 09:51:57 -0700 |
commit | 1d81aea146c1236c8d6b90574eb3b7d59e02cdbf (patch) | |
tree | 35a7b875c4b833aa271f6599d211e7e9e6dccadd /arch/arm/plat-omap/include/plat/sdrc.h | |
parent | 35f70935c64ae229ebd1fc65398ec68d4d803712 (diff) | |
parent | a89d1a87ad80277939c7fcfb8484f0b110d264ef (diff) | |
download | blackbird-op-linux-1d81aea146c1236c8d6b90574eb3b7d59e02cdbf.tar.gz blackbird-op-linux-1d81aea146c1236c8d6b90574eb3b7d59e02cdbf.zip |
Merge remote-tracking branch 'tomi/3.8/vrfb-conversion' into omap-for-v3.8/cleanup-headers-dss
Diffstat (limited to 'arch/arm/plat-omap/include/plat/sdrc.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/sdrc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/plat-omap/include/plat/sdrc.h b/arch/arm/plat-omap/include/plat/sdrc.h index 36d6a7666216..c68bab29cfc5 100644 --- a/arch/arm/plat-omap/include/plat/sdrc.h +++ b/arch/arm/plat-omap/include/plat/sdrc.h @@ -94,9 +94,6 @@ /* SMS register offsets - read/write with sms_{read,write}_reg() */ #define SMS_SYSCONFIG 0x010 -#define SMS_ROT_CONTROL(context) (0x180 + 0x10 * context) -#define SMS_ROT_SIZE(context) (0x184 + 0x10 * context) -#define SMS_ROT_PHYSICAL_BA(context) (0x188 + 0x10 * context) /* REVISIT: fill in other SMS registers here */ @@ -137,10 +134,6 @@ int omap2_sdrc_get_params(unsigned long r, void omap2_sms_save_context(void); void omap2_sms_restore_context(void); -void omap2_sms_write_rot_control(u32 val, unsigned ctx); -void omap2_sms_write_rot_size(u32 val, unsigned ctx); -void omap2_sms_write_rot_physical_ba(u32 val, unsigned ctx); - #ifdef CONFIG_ARCH_OMAP2 struct memory_timings { |