Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-caps.h11 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro
A Dxhci-mem.c954 for (i = 1; i < HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_free_virt_devices_depth_first()
1934 for (i = HCS_MAX_SLOTS(xhci->hcs_params1); i > 0; i--) in xhci_mem_cleanup()
A Dxhci-hub.c703 for (i = 1; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_enter_test_mode()
A Dxhci.c474 max_slots = HCS_MAX_SLOTS(xhci->hcs_params1); in xhci_enable_max_dev_slots()
4200 HCS_MAX_SLOTS( in xhci_alloc_dev()
A Dxhci-ring.c1393 for (i = 0; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_hc_died()

Completed in 26 milliseconds