From f8768d29a227e2ce6f8e2bb5cca82b03a0e1ac2e Mon Sep 17 00:00:00 2001 From: xj Date: Mon, 5 Aug 2024 23:54:52 -0700 Subject: [PATCH] add usb3.0 interrupt NO --- .../services/drivers/usb/components/port/xhci/usb_hc_xhci.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h index 4a2c521bf..4b1f89226 100644 --- a/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/components/port/xhci/usb_hc_xhci.h @@ -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. *