Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h102 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h77 #define HCS_MAX_INTRS(p) (((p) >> 8) & 0x7ff) macro
H A Dxhci.c267 intrs = min_t(u32, HCS_MAX_INTRS(xhci->hcs_params1), in xhci_zero_64b_regs()
337 HCS_MAX_INTRS(xhci->hcs_params1)); in xhci_setup_msix()