Searched refs:GET_TD_SIZE (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdnsp-debug.h | 234 TRB_LEN(field2), GET_TD_SIZE(field2), in cdnsp_decode_trb() 247 GET_TD_SIZE(field2), in cdnsp_decode_trb() 262 GET_TD_SIZE(field2), in cdnsp_decode_trb() 280 GET_TD_SIZE(field2), in cdnsp_decode_trb()
|
D | cdnsp-gadget.h | 997 #define GET_TD_SIZE(p) (((p) & GENMASK(21, 17)) >> 17) macro
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci.h | 1020 #define GET_TD_SIZE(p) (((p) & 0x3e0000) >> 17) macro 2040 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2050 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2064 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2078 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
|