Searched refs:GET_TD_SIZE (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A 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()
|
| H A D | cdnsp-gadget.h | 1010 #define GET_TD_SIZE(p) (((p) & GENMASK(21, 17)) >> 17) macro
|
| /linux/drivers/usb/host/ |
| H A D | xhci.h | 1033 #define GET_TD_SIZE(p) (((p) & 0x3e0000) >> 17) macro 2089 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2099 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2113 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2126 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2141 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
|