Searched refs:PTD_LAST_MSK (Results 1 – 4 of 4) sorted by relevance
171 #define PTD_LAST_MSK (1 << 11) macro198 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)199 #define PTD_LAST(v) (((v) << 11) & PTD_LAST_MSK)
211 #define PTD_LAST_MSK (1 << 11) macro360 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)361 #define PTD_LAST(v) (((v) << 11) & PTD_LAST_MSK)
282 ptd->mps |= PTD_LAST_MSK; in preproc_atl_queue()
915 ep->ptd.mps |= PTD_LAST_MSK; in start_iso_transfers()