Lines Matching defs:offset
1127 int *offset)
1181 *offset = temp_q;
1186 u32 bandwidth, int *offset)
1203 *offset = -1 * sign_extend32(
1209 *offset = -1 * ((*offset) * 8/264);
1212 *offset = -1 * ((*offset) * 8/231);
1215 *offset = -1 * ((*offset) * 8/198);
1223 dev_dbg(&priv->i2c->dev, "%s(): bandwidth %d offset %d\n",
1224 __func__, bandwidth, *offset);
1230 u32 bandwidth, int *offset)
1247 *offset = -1 * sign_extend32(
1250 *offset *= (bandwidth / 1000000);
1251 *offset /= 235;
1256 u32 bandwidth, int *offset)
1273 *offset = -1 * sign_extend32(
1278 *offset /= 582;
1284 *offset *= (bandwidth / 1000000);
1285 *offset /= 940;
1296 int *offset)
1313 *offset = div_s64(41000LL * sign_extend32((((u32)data[0] & 0x3f) << 8)
3586 dev_dbg(&priv->i2c->dev, "%s(): carrier offset %d\n",