forked from xuos/xiuos
Modify the xHCI register size
This commit is contained in:
parent
e7a92d9417
commit
08e1fba932
|
@ -59,7 +59,7 @@ extern "C" {
|
|||
#define USB3_1_ID 1
|
||||
#define USB3_0_BASE_ADDR 0xFCC00000
|
||||
#define USB3_1_BASE_ADDR 0xFD000000
|
||||
#define USB3_ADDR_OFFSET_UPPER_BOUND 0x07FFF
|
||||
#define USB3_ADDR_OFFSET_UPPER_BOUND 0x08000
|
||||
|
||||
#define USB3_VIRADDR_BASE 0x0000002000000000ULL
|
||||
#define USB3_0_VIRADDR_BASE USB3_VIRADDR_BASE
|
||||
|
|
Loading…
Reference in New Issue