forked from xuos/xiuos
add usb3.0 interrupt NO
This commit is contained in:
parent
5e829d5da0
commit
f8768d29a2
|
@ -59,6 +59,10 @@ extern "C" {
|
||||||
#define USB3_VIRADDR_BASE 0x0000002000000000ULL
|
#define USB3_VIRADDR_BASE 0x0000002000000000ULL
|
||||||
#define USB3_0_VIRADDR_BASE USB3_VIRADDR_BASE
|
#define USB3_0_VIRADDR_BASE USB3_VIRADDR_BASE
|
||||||
#define USB3_1_VIRADDR_BASE USB3_VIRADDR_BASE + USB3_ADDR_OFFSET_UPPER_BOUND
|
#define USB3_1_VIRADDR_BASE USB3_VIRADDR_BASE + USB3_ADDR_OFFSET_UPPER_BOUND
|
||||||
|
|
||||||
|
#define USB3_0_INTERRUPT_NO 201
|
||||||
|
#define USB3_1_INTERRUPT_NO 202
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief xHCI host controller hardware init.
|
* @brief xHCI host controller hardware init.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue