2006-12-14 Till Straumann <strauman@slac.stanford.edu>

* m68k/mcf5282/include/mcf5282.h: fixed wrong value
	of MCF5282_QSPI_QDLYR_SPE.
This commit is contained in:
Till Straumann
2006-12-14 23:09:11 +00:00
parent c8f69360bc
commit d761931ed0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-12-14 Till Straumann <strauman@slac.stanford.edu>
* m68k/mcf5282/include/mcf5282.h: fixed wrong value
of MCF5282_QSPI_QDLYR_SPE.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.

View File

@@ -721,7 +721,7 @@ extern uint8 __IPSBAR[];
#define MCF5282_QSPI_QMR_CPHA (0x0100)
#define MCF5282_QSPI_QMR_BAUD(x) (((x)&0x00FF))
#define MCF5282_QSPI_QDLYR_SPE (0x80)
#define MCF5282_QSPI_QDLYR_SPE (0x8000)
#define MCF5282_QSPI_QDLYR_QCD(x) (((x)&0x007F)<<8)
#define MCF5282_QSPI_QDLYR_DTL(x) (((x)&0x00FF))