V2_CLOCK_RATE_MASK
unsigned int index = (data & V2_CLOCK_RATE_MASK) >> V2_CLOCK_RATE_SHIFT;
data &= ~V2_CLOCK_RATE_MASK;