PB_REG_SHIFT
((reg) << PB_REG_SHIFT) | (mask))
#define pb_index_to_reg(index) (((index) >> PB_REG_SHIFT) & PB_REG_MASK)