Home
last modified time | relevance | path

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

/external/u-boot/include/usb/
Dxhci.h30 #define MAX_HC_SLOTS 256 macro
694 __le64 dev_context_ptrs[MAX_HC_SLOTS];
1231 struct xhci_virt_device *devs[MAX_HC_SLOTS];
/external/u-boot/drivers/usb/host/
Dxhci-mem.c145 for (slot_id = 0; slot_id < MAX_HC_SLOTS; slot_id++) { in xhci_free_virt_devices()
593 for (i = 0; i < MAX_HC_SLOTS; ++i) in xhci_mem_init()