Searched refs:DECA (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dunits.h15 #define DECA 10UL macro
/linux-master/drivers/hwmon/
H A Dltc4282.c440 ret = ltc4282_read_voltage_word(st, reg, DECA * 40 * MILLI, &in);
455 ret = ltc4282_read_voltage_byte(st, reg, DECA * 40 * MILLI, &in);
497 u64 temp = DECA * 40ULL * st->vfs_out * BIT(16), temp_2;
535 temp = power * 40 * DECA * st->vfs_out * BIT_ULL(8);
563 * multiply by DECA to get microujoule.
565 if (check_mul_overflow(DECA * st->vfs_out * 40 * BIT(8), energy, &temp)) {
566 temp = DIV_ROUND_CLOSEST(DECA * st->vfs_out * 40 * BIT(8), U16_MAX);
634 MICRO * DECA * 256ULL * st->vfs_out * 40);
647 temp = DIV_ROUND_CLOSEST_ULL(temp, DECA * MICRO);
651 temp = DECA * MICR
[all...]

Completed in 101 milliseconds