Home
last modified time | relevance | path

Searched refs:HCS_MAX_SLOTS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c976 for (i = 1; i < HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_free_virt_devices_depth_first()
1895 for (i = HCS_MAX_SLOTS(xhci->hcs_params1); i > 0; i--) in xhci_mem_cleanup()
2465 val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->hcs_params1)); in xhci_mem_init()
H A Dxhci.h73 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro
H A Dxhci-hub.c629 for (i = 1; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) {
H A Dxhci-ring.c1106 for (i = 0; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_hc_died()
H A Dxhci.c4065 HCS_MAX_SLOTS( in xhci_alloc_dev()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c932 for (i = 1; i < HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_free_virt_devices_depth_first()
1867 for (i = HCS_MAX_SLOTS(xhci->hcs_params1); i > 0; i--) in xhci_mem_cleanup()
2332 val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->hcs_params1)); in xhci_mem_init()
H A Dxhci.h73 #define HCS_MAX_SLOTS(p) (((p) >> 0) & 0xff) macro
H A Dxhci-hub.c734 for (i = 1; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) {
H A Dxhci-ring.c1264 for (i = 0; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_hc_died()
H A Dxhci.c3956 HCS_MAX_SLOTS( in xhci_alloc_dev()

Completed in 44 milliseconds