/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
|