SWP_TB_COUNT_MASK
return ((swp_tb & SWP_TB_COUNT_MASK) >> SWP_TB_COUNT_SHIFT);
return ((swp_tb & ~SWP_TB_COUNT_MASK) | __count_to_swp_tb(count));