Searched refs:GET_TD_SIZE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A 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()
|
H A D | cdnsp-gadget.h | 997 #define GET_TD_SIZE(p) (((p) & GENMASK(21, 17)) >> 17) macro
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci.h | 1050 #define GET_TD_SIZE(p) (((p) & 0x3e0000) >> 17) macro 2082 TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2092 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2106 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb() 2120 field1, field0, TRB_LEN(field2), GET_TD_SIZE(field2), in xhci_decode_trb()
|