EmbeddedPkg: Fix various typos
Fix various typos in EmbeddedPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
@@ -441,7 +441,7 @@ PrintIoRegisters (
|
||||
|
||||
DEBUG ((DEBUG_ERROR, "\nLAN91x I/O Register Dump:\n"));
|
||||
|
||||
// Print currrent bank select register
|
||||
// Print current bank select register
|
||||
Value = MmioRead16 (LanDriver->IoBase + LAN91X_BANK_OFFSET);
|
||||
DEBUG ((DEBUG_ERROR, " BankSel: %d Bank Register %04x (%d)\n",
|
||||
LanDriver->BankSel, Value, Value & 0x0007));
|
||||
|
@@ -173,7 +173,7 @@
|
||||
#define PTR_AUTO_INCR BIT14
|
||||
#define PTR_RCV BIT15
|
||||
|
||||
// Interupt Status and Mask Register Bits
|
||||
// Interrupt Status and Mask Register Bits
|
||||
#define IST_RCV BIT0
|
||||
#define IST_TX BIT1
|
||||
#define IST_TX_EMPTY BIT2
|
||||
|
Reference in New Issue
Block a user