forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user