Searched refs:PTD_CC_MSK (Results 1 – 4 of 4) sorted by relevance
167 #define PTD_CC_MSK (0xf << 12) macro192 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)193 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
207 #define PTD_CC_MSK (0xf << 12) macro354 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)355 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
275 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in preproc_atl_queue()
329 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in prepare_ptd()