Searched refs:PTD_CC_MSK (Results 1 – 4 of 4) sorted by relevance
166 #define PTD_CC_MSK (0xf << 12) macro191 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)192 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
252 #define PTD_CC_MSK (0xf << 12) macro399 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12)400 #define PTD_CC(v) (((v) << 12) & PTD_CC_MSK)
274 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in preproc_atl_queue()
327 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in prepare_ptd()