Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/drivers/ddr/fsl/
H A Dlc_common_dimm_params.c82 unsigned int temp1, temp2; in compute_cas_latency() local
101 temp1 = 0xFF; in compute_cas_latency()
119 temp1 &= temp2; in compute_cas_latency()
129 while (temp1) { in compute_cas_latency()
131 temp2 = __ilog2(temp1); in compute_cas_latency()
180 temp1 &= ~(1 << temp2); in compute_cas_latency()
195 temp1 = 0; in compute_cas_latency()
197 temp1 = max(temp1, dimm_params[i].caslat_lowest_derated); in compute_cas_latency()
199 outpdimm->highest_common_derated_caslat = temp1; in compute_cas_latency()
200 debug("highest common dereated CAS latency = %u\n", temp1); in compute_cas_latency()
[all …]
/openbmc/u-boot/board/freescale/common/
H A Ddcu_sii9022a.c64 u16 temp1, temp2; in dcu_set_dvi_encoder() local
94 temp1 = PICOS2KHZ(videomode->pixclock) / 10; in dcu_set_dvi_encoder()
95 temp = (u8)(temp1 & 0xFF); in dcu_set_dvi_encoder()
97 temp = (u8)(temp1 >> 8); in dcu_set_dvi_encoder()
101 temp1 = videomode->hsync_len + videomode->left_margin + in dcu_set_dvi_encoder()
103 temp = (u8)(temp1 & 0xFF); in dcu_set_dvi_encoder()
105 temp = (u8)(temp1 >> 8); in dcu_set_dvi_encoder()
117 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
119 temp1 = (u16)temp3 * 100; in dcu_set_dvi_encoder()
120 temp = (u8)(temp1 & 0xFF); in dcu_set_dvi_encoder()
[all …]
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc178 TCGv temp1, temp2, zero, one, mone, min;
180 temp1 = tcg_temp_new();
191 tcg_gen_setcond_tl(TCG_COND_EQ, temp1, source1, min);
193 tcg_gen_and_tl(temp1, temp1, temp2);
194 tcg_gen_movcond_tl(TCG_COND_NE, temp2, temp1, zero, one, source2);
197 * If div by zero, set temp1 to -1 and temp2 to 1 to
200 tcg_gen_movcond_tl(TCG_COND_EQ, temp1, source2, zero, mone, source1);
203 tcg_gen_div_tl(ret, temp1, temp2);
221 TCGv temp1, temp2, zero, one, max;
223 temp1 = tcg_temp_new();
[all …]
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c@80/
H A Dtmp75@4f.conf1 LABEL_temp1=temp1
/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c828 char temp0 = 0, temp1 = 0; in Apply_HPD_Auto_Test() local
991 temp1 = (AUX_Data[0] & 0x30); in Apply_HPD_Auto_Test()
1012 switch (temp1) { in Apply_HPD_Auto_Test()
1025 DBG(DBG_ERR, "HP_I TP 0x206 other swing1 val %x!\n", temp1); in Apply_HPD_Auto_Test()
1034 temp1 = (AUX_Data[0] & 0xC0); in Apply_HPD_Auto_Test()
1055 switch (temp1) { in Apply_HPD_Auto_Test()
1068 DBG(DBG_ERR, "HP_I TP 0x206 other Pre-emphasis1 val %x!\n", temp1); in Apply_HPD_Auto_Test()
/openbmc/phosphor-pid-control/test/
H A Dpid_json_unittest.cpp212 "name": "temp1", in TEST()
214 "inputs": ["temp1"], in TEST()
/openbmc/u-boot/lib/
H A Dsha256.c60 uint32_t temp1, temp2; in sha256_process() local
100 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process()
102 d += temp1; h = temp1 + temp2; \ in sha256_process()
/openbmc/phosphor-led-manager/test/
H A Dutest.cpp713 ActionSet temp1{}; in TEST_F() local
716 std::inserter(temp1, temp1.begin())); in TEST_F()
717 EXPECT_EQ(0, temp1.size()); in TEST_F()
918 ActionSet temp1{}; in TEST_F() local
1264 ActionSet temp1{}; in TEST_F() local
1267 std::inserter(temp1, temp1.begin())); in TEST_F()
1268 EXPECT_EQ(0, temp1.size()); in TEST_F()
1851 ActionSet temp1{}; in TEST_F() local
1854 std::inserter(temp1, temp1.begin())); in TEST_F()
1855 EXPECT_EQ(0, temp1.size()); in TEST_F()
/openbmc/u-boot/drivers/video/
H A Dipu_common.c72 u32 temp1 = _param_word(base, w)[i]; \
73 temp1 = mask & (temp1 >> off); \
77 temp1 |= temp2 << (off ? (32 - off) : 0); \
79 temp1; \
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dsmc.c1961 uint32_t temp1; in rd_train() local
1974 temp1 = (x_coordinate[R][T][ch][rk][bl] + x_coordinate[L][T][ch][rk][bl]) / 2; in rd_train()
1978 x_center[ch][rk][bl] = (uint8_t) ((temp1 + temp2) / 2); in rd_train()
1990 temp1 = (y_coordinate[R][T][ch][bl] + y_coordinate[R][B][ch][bl]) / 2; in rd_train()
1994 y_center[ch][bl] = (uint8_t) ((temp1 + temp2) / 2); in rd_train()
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1862 CPU_LDoubleU temp0, temp1; in helper_fprem_common() local
1866 temp1.d = ST1; in helper_fprem_common()
1868 exp1 = EXPD(temp1); in helper_fprem_common()
1881 exp1 = 1 - clz64(temp1.l.lower); in helper_fprem_common()
1901 temp1.d = floatx80_scalbn(temp1.d, expdiff - n, &env->fp_status); in helper_fprem_common()
1902 ST0 = floatx80_mod(ST0, temp1.d, &env->fp_status); in helper_fprem_common()
/openbmc/phosphor-pid-control/
H A Dconfigure.md323 "name": "temp1",
325 "inputs": ["temp1"],
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch195 *ptr2++ = -temp1;