Lines Matching refs:offset
108 int offset; in prop_change_shift() local
118 offset = pd->pg[pd->index].shift - shift; in prop_change_shift()
119 if (!offset) in prop_change_shift()
126 if (offset < 0) in prop_change_shift()
127 events <<= -offset; in prop_change_shift()
129 events >>= offset; in prop_change_shift()
172 int offset = *pl_shift - new_shift; in prop_adjust_shift() local
174 if (!offset) in prop_adjust_shift()
177 if (offset < 0) in prop_adjust_shift()
178 *pl_period <<= -offset; in prop_adjust_shift()
180 *pl_period >>= offset; in prop_adjust_shift()