Home
last modified time | relevance | path

Searched refs:HCS_MAX_INTRS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h14 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
H A Dxhci-pci.c179 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()
5197 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()
5198 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h101 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro