Searched refs:PTD_LAST_MSK (Results 1 – 4 of 4) sorted by relevance
170 #define PTD_LAST_MSK (1 << 11) macro197 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)198 #define PTD_LAST(v) (((v) << 11) & PTD_LAST_MSK)
256 #define PTD_LAST_MSK (1 << 11) macro405 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)406 #define PTD_LAST(v) (((v) << 11) & PTD_LAST_MSK)
281 ptd->mps |= PTD_LAST_MSK; in preproc_atl_queue()
913 ep->ptd.mps |= PTD_LAST_MSK; in start_iso_transfers()