Home
last modified time | relevance | path

Searched refs:HCS_MAX_SLOTS (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-caps.h11 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro
Dxhci-mem.c931 for (i = 1; i < HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_free_virt_devices_depth_first()
1900 for (i = HCS_MAX_SLOTS(xhci->hcs_params1); i > 0; i--) in xhci_mem_cleanup()
2416 val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->hcs_params1)); in xhci_mem_init()
Dxhci-hub.c702 for (i = 1; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_enter_test_mode()
Dxhci-ring.c1276 for (i = 0; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_hc_died()
Dxhci.c4016 HCS_MAX_SLOTS( in xhci_alloc_dev()