HomeSort by: relevance | last modified time | path
    Searched defs:tegra_soctherm_divide (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_soctherm.c 143 static int64_t tegra_soctherm_divide(int64_t, int64_t);
330 temp_a = tegra_soctherm_divide(d_temp * 0x2000 * mult,
334 temp_b = tegra_soctherm_divide(tmp, d_sensor);
335 temp_a = tegra_soctherm_divide(
337 temp_b = (uint16_t)tegra_soctherm_divide(
403 tegra_soctherm_divide(int64_t num, int64_t denom) function in typeref:typename:int64_t
tegra_soctherm.c 143 static int64_t tegra_soctherm_divide(int64_t, int64_t);
330 temp_a = tegra_soctherm_divide(d_temp * 0x2000 * mult,
334 temp_b = tegra_soctherm_divide(tmp, d_sensor);
335 temp_a = tegra_soctherm_divide(
337 temp_b = (uint16_t)tegra_soctherm_divide(
403 tegra_soctherm_divide(int64_t num, int64_t denom) function in typeref:typename:int64_t
tegra_soctherm.c 143 static int64_t tegra_soctherm_divide(int64_t, int64_t);
330 temp_a = tegra_soctherm_divide(d_temp * 0x2000 * mult,
334 temp_b = tegra_soctherm_divide(tmp, d_sensor);
335 temp_a = tegra_soctherm_divide(
337 temp_b = (uint16_t)tegra_soctherm_divide(
403 tegra_soctherm_divide(int64_t num, int64_t denom) function in typeref:typename:int64_t

Completed in 33 milliseconds