Searched refs:TRB_TD_SIZE (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c1762 * This is taken care of in the TRB_TD_SIZE() macro
1976 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) |
2053 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0);
2267 length_field = TRB_LEN(trb_buff_len) | TRB_TD_SIZE(remainder) |
2273 length_field |= TRB_TD_SIZE(remainder);
H A Dcdnsp-gadget.h993 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro
/linux-master/drivers/usb/host/
H A Dxhci-ring.c3492 * This is taken care of in the TRB_TD_SIZE() macro
3709 TRB_TD_SIZE(remainder) |
3855 TRB_TD_SIZE(remainder) |
4181 length_field |= TRB_TD_SIZE(remainder);
H A Dxhci.h1019 #define TRB_TD_SIZE(p) (min((p), (u32)31) << 17) macro

Completed in 121 milliseconds