Home
last modified time | relevance | path

Searched refs:GET_INTR_TARGET (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dxhci-dbg.c267 GET_INTR_TARGET(le32_to_cpu(trb->link.intr_target))); in xhci_debug_trb()
Dxhci.h1137 #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff) macro