Monitor Function Reference
10-47
10.13 Monitor Function Reference
The BajaPPC-750 monitor functions fall into two groups: BajaPPC-750-specific
and standard Artesyn monitor functions. For convenience, related functions are
combined in groups under a single name. If you can not find a particular func-
tion, please refer to the index for the appropriate page number.
NOTE.
Unlike the monitor commands, no argument checking takes place for
functions that are called directly from the command line.
The functions require spaces between the function name and its arguments. No
parentheses or other punctuation is necessary.
EXAMPLES
AtomicAccess a0000000
ConnectHandler f8 1000
10.14 BajaPPC-750-Specific Functions
This section describes functions which are specific to the BajaPPC monitor imple-
mentation.
10.14.1 Grackle Read/Write
SYNOPSIS
unsigned char ReadGrackleCfgb(unsigned char Offset)
void WriteGrackleCfgb(unsigned char Offset,
unsigned char 8-bit)
unsigned short ReadGrackleCfghw(unsigned char Offset)
void WriteGrackleCfghw(unsigned char Offset,
unsigned short 16-bit)
unsigned long ReadGrackleCfgw(unsigned char Offset)
void WriteGrackleCfgw(unsigned char Offset,
unsigned long 32-bit)
DESCRIPTION
ReadGrackleCfgb
and
WriteGrackleCfgb
read and write a byte (8 bits)
from the MPC106 register specified by
Offset
.
ReadGrackleCfghw
and
WriteGrackleCfghw
read and write a half word (16 bits) from the specified
MPC106 register.
ReadGrackleCfgw
and
WriteGrackleCfgw
read and
write a long word (32 bits) from the specified MPC106 register. Refer to
Table 4-1 and Table 5-1 for lists of the MPC106 registers and their address off-
sets.
Summary of Contents for BajaPPC-750
Page 2: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Page 4: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Page 7: ......
Page 19: ...xii BajaPPC 750 Contents...
Page 57: ...3 12 BajaPPC 750 Central Processing Unit May 2002...
Page 77: ...5 12 BajaPPC 750 PMC PCI Interface May 2002...
Page 111: ...6 34 BajaPPC 750 VMEbus Interface May 2002...
Page 135: ...8 18 BajaPPC 750 Serial and Parallel I O May 2002...
Page 207: ...10 68 BajaPPC 750 Monitor May 2002...