Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h99 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c1031 for (i = 1; i < HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_free_virt_devices_depth_first()
1980 for (i = HCS_MAX_SLOTS(xhci->hcs_params1); i > 0; i--) in xhci_mem_cleanup()
2535 val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->hcs_params1)); in xhci_mem_init()
H A Dxhci-hub.c634 for (i = 1; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_enter_test_mode()
H A Dxhci.h74 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro
H A Dxhci-ring.c1243 for (i = 0; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_hc_died()
H A Dxhci.c4000 HCS_MAX_SLOTS( in xhci_alloc_dev()