Home
last modified time | relevance | path

Searched refs:HCS_MAX_INTRS (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-pci.c168 * - HCS_MAX_INTRS: the max number of interrupts the host can handle, in xhci_setup_msix()
174 HCS_MAX_INTRS(xhci->hcs_params1)); in xhci_setup_msix()
H A Dxhci.c276 intrs = min_t(u32, HCS_MAX_INTRS(xhci->hcs_params1), in xhci_zero_64b_regs()
5176 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()
5177 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
H A Dxhci.h76 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h76 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
H A Dxhci.c274 intrs = min_t(u32, HCS_MAX_INTRS(xhci->hcs_params1), in xhci_zero_64b_regs()
338 * - HCS_MAX_INTRS: the max number of interrupts the host can handle, in xhci_setup_msix()
344 HCS_MAX_INTRS(xhci->hcs_params1)); in xhci_setup_msix()

Completed in 23 milliseconds