public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* fix some coldfire definitions
@ 2009-02-09 20:41 Bart Veer
  0 siblings, 0 replies; only message in thread
From: Bart Veer @ 2009-02-09 20:41 UTC (permalink / raw)
  To: ecos-patches

2009-02-09  Bart Veer  <bartv@ecoscentric.com>

	* include/var_io.h (HAL_MCFxxxx_SDRAMC_DACRx_CBM_xx): fix
	definitions.

Index: include/var_io.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/m68k/mcf52xx/var/current/include/var_io.h,v
retrieving revision 1.2
diff -u -p -r1.2 var_io.h
--- include/var_io.h	29 Jan 2009 17:49:24 -0000	1.2
+++ include/var_io.h	9 Feb 2009 20:39:45 -0000
@@ -553,14 +553,14 @@
 # define HAL_MCFxxxx_SDRAMC_DACRx_CASL_SHIFT        12
 # define HAL_MCFxxxx_SDRAMC_DACRx_CBM_MASK          (0x07 << 8)
 # define HAL_MCFxxxx_SDRAMC_DACRx_CBM_SHIFT         8
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_17            0x00
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_18            0x01
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_19            0x02
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_20            0x03
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_21            0x04
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_22            0x05
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_23            0x06
-# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_24            0x07
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_17            (0x00 << 8)
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_18            (0x01 << 8)
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_19            (0x02 << 8)
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_20            (0x03 << 8)
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_21            (0x04 << 8)
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_22            (0x05 << 8)
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_23            (0x06 << 8)
+# define HAL_MCFxxxx_SDRAMC_DACRx_CBM_24            (0x07 << 8)
 # define HAL_MCFxxxx_SDRAMC_DACRx_IMRS              (0x01 << 6)
 # define HAL_MCFxxxx_SDRAMC_DACRx_PS_MASK           (0x03 << 4)
 # define HAL_MCFxxxx_SDRAMC_DACRx_PS_SHIFT          4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-09 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 20:41 fix some coldfire definitions Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).