mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add register definitions for random number generation
This commit is contained in:
@@ -170,6 +170,13 @@
|
|||||||
#define EEE_1000 0x04
|
#define EEE_1000 0x04
|
||||||
#define EEE_2G5 0x10
|
#define EEE_2G5 0x10
|
||||||
|
|
||||||
|
/*
|
||||||
|
* RANDOM
|
||||||
|
*/
|
||||||
|
#define RTL837X_RLDP_RLPP 0x106C
|
||||||
|
#define RLDP_RND_EN 3
|
||||||
|
#define RTL837X_RAND_NUM0 0x107C
|
||||||
|
#define RTL837X_RAND_NUM1 0x1080
|
||||||
|
|
||||||
#ifdef REGDBG
|
#ifdef REGDBG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user