Merge from FreeBSD-tsf-6 by way of p4:
correct values for PIO registers submitted by: patrick schweiger
This commit is contained in:
parent
51b8a53652
commit
7367e09394
@ -52,8 +52,8 @@
|
||||
#define PIO_MDDR 0x54 /* PIO Multi-Driver Disable Register */
|
||||
#define PIO_MDSR 0x58 /* PIO Multi-Driver Status Register */
|
||||
/* 0x5c reserved */
|
||||
#define PIO_PUER 0x60 /* PIO Pull-up Enable Register */
|
||||
#define PIO_PUDR 0x64 /* PIO Pull-up Disable Register */
|
||||
#define PIO_PUDR 0x60 /* PIO Pull-up Disable Register */
|
||||
#define PIO_PUER 0x64 /* PIO Pull-up Enable Register */
|
||||
#define PIO_PUSR 0x68 /* PIO Pull-up Status Register */
|
||||
/* 0x6c reserved */
|
||||
#define PIO_ASR 0x70 /* PIO Peripheral A Select Register */
|
||||
|
Loading…
Reference in New Issue
Block a user