Home
last modified time | relevance | path

Searched refs:XHCI_MAX_HOST_CONTROLLERS (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h6 #define XHCI_MAX_HOST_CONTROLLERS 4 // 本驱动程序最大支持4个xhci root hub controller macro
16 const uint8_t xhci_controller_irq_num[XHCI_MAX_HOST_CONTROLLERS] = {157, 158, 159, 160};
24 for (int i = 0; i < XHCI_MAX_HOST_CONTROLLERS; ++i) \
Dxhci.c21 static struct xhci_host_controller_t xhci_hc[XHCI_MAX_HOST_CONTROLLERS] = {0};
92 if (unlikely(xhci_ctrl_count >= XHCI_MAX_HOST_CONTROLLERS)) in xhci_hc_find_available_id()
95 for (int i = 0; i < XHCI_MAX_HOST_CONTROLLERS; ++i) in xhci_hc_find_available_id()
2081 if (xhci_ctrl_count >= XHCI_MAX_HOST_CONTROLLERS) in xhci_init()