Lines Matching defs:tmp
415 s64 tmp = *val * (3767897513LL / 25LL);
416 *val = div_s64_rem(tmp, 1000000000LL, val2);
518 u32 reg, tmp;
526 ret = fwnode_property_read_u32(child, "adi,mode", &tmp);
528 st->channel_modes[reg] = tmp;
530 ret = fwnode_property_read_u32(child, "adi,off-state", &tmp);
532 st->channel_offstate[reg] = tmp;
584 s64 tmp = (s64)vref_mV * 1000000000LL >> 12;
587 div_s64_rem(tmp, 1000000000LL, &st->scale_avail[0][1]);
589 div_s64_rem(tmp * 2, 1000000000LL, &st->scale_avail[1][1]);