Searched refs:GET_TD_SIZE (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/usb/cdns3/ |
| D | cdnsp-debug.h | 236 TRB_LEN(field2), GET_TD_SIZE(field2), in cdnsp_decode_trb() 249 GET_TD_SIZE(field2), in cdnsp_decode_trb() 264 GET_TD_SIZE(field2), in cdnsp_decode_trb() 282 GET_TD_SIZE(field2), in cdnsp_decode_trb()
|
| D | cdnsp-gadget.h | 994 #define GET_TD_SIZE(p) (((p) & GENMASK(21, 17)) >> 17) macro
|
| /Linux-v5.15/drivers/usb/host/ |
| D | xhci.h | 1297 #define GET_TD_SIZE(p) (((p) & 0x3e0000) >> 17) macro 2289 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2299 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2313 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2327 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
|