From 3beb9fb2b9f7e87748b48abcabeb7cb78755e16f Mon Sep 17 00:00:00 2001 From: xj Date: Fri, 28 Jun 2024 00:15:10 -0700 Subject: [PATCH] Adding more USB hardware information for RK3568 --- .../services/drivers/usb/components/port/xhci/usb_hc_xhci.h | 6 ++++++ 1 file changed, 6 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 12827defe..90d4a9df2 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 @@ -142,6 +142,12 @@ int xhci_usbh_kill_urb(struct usbh_urb *urb); void XHCI_USBH_IRQHandler(void *param); +__WEAK unsigned long usb_hc_get_register_base(uint32_t id); + +__WEAK int usb_hc_get_register_id(unsigned long base_addr); + +__WEAK unsigned long usb_hc_get_register_vir_base(uint32_t id); + #ifdef __cplusplus }