Home
last modified time | relevance | path

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

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