Lines Matching defs:offset
225 /* address offset */
226 s8 offset;
344 * Check if the offset was assigned already. It should be for steinhart
347 if (custom->offset < 0) {
364 custom->offset = st->custom_table_size /
369 reg = (custom->offset * mult) + LTC2983_CUST_SENS_TBL_START_REG;
372 *chan_val |= LTC2983_CUSTOM_ADDR(custom->offset);
374 reg, custom->offset,
473 new_custom->offset = st->custom_table_size /
478 new_custom->offset = -1;