add usb3.0 interrupt NO

This commit is contained in:
xj 2024-08-05 23:54:52 -07:00
parent 5e829d5da0
commit f8768d29a2
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ extern "C" {
#define USB3_VIRADDR_BASE 0x0000002000000000ULL
#define USB3_0_VIRADDR_BASE USB3_VIRADDR_BASE
#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.
*