Searched refs:GET_INTR_TARGET (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-debug.h | 194 field1, field0, GET_INTR_TARGET(field2), in cdnsp_decode_trb() 237 GET_INTR_TARGET(field2), in cdnsp_decode_trb() 250 GET_INTR_TARGET(field2), in cdnsp_decode_trb() 265 GET_INTR_TARGET(field2), in cdnsp_decode_trb() 283 GET_INTR_TARGET(field2), in cdnsp_decode_trb() 424 GET_INTR_TARGET(int_target), state & DEV_ADDR_MASK, in cdnsp_decode_slot_context()
|
H A D | cdnsp-gadget.h | 1002 #define GET_INTR_TARGET(p) (((p) & GENMASK(31, 22)) >> 22) macro
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 1306 #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff) macro 2258 field1, field0, GET_INTR_TARGET(field2), in xhci_decode_trb() 2297 GET_INTR_TARGET(field2), in xhci_decode_trb() 2307 GET_INTR_TARGET(field2), in xhci_decode_trb() 2321 GET_INTR_TARGET(field2), in xhci_decode_trb() 2335 GET_INTR_TARGET(field2), in xhci_decode_trb() 2544 GET_TT_THINK_TIME(tt_info), GET_INTR_TARGET(tt_info), in xhci_decode_slot_context()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.h | 1307 #define GET_INTR_TARGET(p) (((p) >> 22) & 0x3ff) macro 2290 field1, field0, GET_INTR_TARGET(field2), in xhci_decode_trb() 2329 GET_INTR_TARGET(field2), in xhci_decode_trb() 2339 GET_INTR_TARGET(field2), in xhci_decode_trb() 2353 GET_INTR_TARGET(field2), in xhci_decode_trb() 2367 GET_INTR_TARGET(field2), in xhci_decode_trb() 2576 GET_TT_THINK_TIME(tt_info), GET_INTR_TARGET(tt_info), in xhci_decode_slot_context()
|
Completed in 14 milliseconds