forked from Imagelibrary/rtems
Fixed typos.
This commit is contained in:
@@ -36,7 +36,7 @@ unsigned8 _MC68681_NAME(mc68681_get_register)(
|
||||
unsigned8 ucRegNum
|
||||
)
|
||||
{
|
||||
_Z85C30_TYPE *port;
|
||||
_MC68681_TYPE *port;
|
||||
|
||||
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );
|
||||
|
||||
@@ -53,7 +53,7 @@ void _MC68681_NAME(mc68681_set_register)(
|
||||
unsigned8 ucData
|
||||
)
|
||||
{
|
||||
_Z85C30_TYPE *port;
|
||||
_MC68681_TYPE *port;
|
||||
|
||||
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#define _MC68681_MULTIPLIER 2
|
||||
#define _MC68681_NAME(_X) _X##_2
|
||||
#define _MC68681_TYPE unsigned8
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* used with the mc68681 chip if accesses to the chip are as follows:
|
||||
*
|
||||
* + registers are accessed as bytes
|
||||
* + registers are on 64-bit boundaries
|
||||
* + registers are on 32-bit boundaries
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#define _MC68681_MULTIPLIER 4
|
||||
#define _MC68681_NAME(_X) _X##_4
|
||||
#define _MC68681_TYPE unsigned8
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* used with the mc68681 chip if accesses to the chip are as follows:
|
||||
*
|
||||
* + registers are accessed as bytes
|
||||
* + registers are on 32-bit boundaries
|
||||
* + registers are on 64-bit boundaries
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#define _MC68681_MULTIPLIER 8
|
||||
#define _MC68681_NAME(_X) _X##_8
|
||||
#define _MC68681_TYPE unsigned8
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ unsigned8 _MC68681_NAME(mc68681_get_register)(
|
||||
unsigned8 ucRegNum
|
||||
)
|
||||
{
|
||||
_Z85C30_TYPE *port;
|
||||
_MC68681_TYPE *port;
|
||||
|
||||
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );
|
||||
|
||||
@@ -53,7 +53,7 @@ void _MC68681_NAME(mc68681_set_register)(
|
||||
unsigned8 ucData
|
||||
)
|
||||
{
|
||||
_Z85C30_TYPE *port;
|
||||
_MC68681_TYPE *port;
|
||||
|
||||
port = CALCULATE_REGISTER_ADDRESS( ulCtrlPort, ucRegNum );
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#define _MC68681_MULTIPLIER 2
|
||||
#define _MC68681_NAME(_X) _X##_2
|
||||
#define _MC68681_TYPE unsigned8
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* used with the mc68681 chip if accesses to the chip are as follows:
|
||||
*
|
||||
* + registers are accessed as bytes
|
||||
* + registers are on 64-bit boundaries
|
||||
* + registers are on 32-bit boundaries
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#define _MC68681_MULTIPLIER 4
|
||||
#define _MC68681_NAME(_X) _X##_4
|
||||
#define _MC68681_TYPE unsigned8
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* used with the mc68681 chip if accesses to the chip are as follows:
|
||||
*
|
||||
* + registers are accessed as bytes
|
||||
* + registers are on 32-bit boundaries
|
||||
* + registers are on 64-bit boundaries
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1997.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#define _MC68681_MULTIPLIER 8
|
||||
#define _MC68681_NAME(_X) _X##_8
|
||||
#define _MC68681_TYPE unsigned8
|
||||
|
||||
#include "mc68681_reg.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user