Broadcom NetXtreme Ethernet Adapter • Diagnostic User’s Guide
page 132
Broadcom Confidential and Proprietary
% = direct access of host memory in Byte/ASCII format (8)
g = APE registers (32)
p = APE Peripheral registers (32)
u = APE UART registers (32)
r = APE shared memory (32)
h = APE Scratchpad memory (32)
M = 5717 APE Mutex registers (32)
o = OTP registesr (32)
Example:
1. Read from Configuration space
0:> read !10
000010: f4000004
2. Read from Register
0:> read #10
000010: f4000004
3. Read from SRAM
0:> read *10
000010: 00010001
4. Read from internal scratchpad
0:> read ^00
000000: 000312ae
10.109
write
Command:
write
Description:
Write Memory
Syntax:
write [!#*$~^lImSsxX]<address> [-end | len] data
! = Configuration space (32)
S = Configuration space (16)
X = Configuration space (8)
# = Registers (32) (default)
* = SRAM (32)
& = SRAM in Byte/ASCII format (32)