From 045652cc1076ff26e7cf12897907b59c4acb7c25 Mon Sep 17 00:00:00 2001 From: Andreas Olofsson Date: Wed, 25 Nov 2015 21:59:43 -0500 Subject: [PATCH] Adding TXPACKET register to doc --- elink/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/elink/README.md b/elink/README.md index 3b73f43..e476c74 100644 --- a/elink/README.md +++ b/elink/README.md @@ -187,6 +187,8 @@ ELINK_VERSION | RW | 0xF020C | Version number (static) ELINK_TXCFG | RW | 0xF0210 | TX configuration ELINK_TXSTATUS | R- | 0xF0214 | TX status ELINK_TXGPIO | RW | 0xF0218 | TX data in GPIO mode +ELINK_TXMONITOR | RW | 0xF021C | TX transaction monitor +ELINK_TXPACKET | RW | 0xF0220 | TX packet sampler ELINK_TXMMU | -W | 0xE0000 | TX MMU table ****************|******* |*********|******************** ELINK_RXCFG | RW | 0xF0300 | RX configuration @@ -324,6 +326,24 @@ FIELD | DESCRIPTION ------------------------------- +## ELINK_TXMONITOR (0xF021C) +Counts outgoing TX transactions + +FIELD | DESCRIPTION +-------- |--------------------------------------------------- + [31:0] | Counter value + +------------------------------- + +## ELINK_TXPACKET (0xF0220) +Captures address of last TX packet + +FIELD | DESCRIPTION +-------- |--------------------------------------------------- + [31:0] | Packet address + +------------------------------- + ## ELINK_TXMMU (0xE0000) A table of N entries for translating incoming 12 bit address to a new value. Entries are aligned on 8 byte boundaries