Home
last modified time | relevance | path

Searched refs:temp0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/aspeed/
H A Ddptest.c828 char temp0 = 0, temp1 = 0; in Apply_HPD_Auto_Test() local
990 temp0 = (AUX_Data[0] & 0x03); in Apply_HPD_Auto_Test()
994 switch (temp0) { in Apply_HPD_Auto_Test()
1007 DBG(DBG_ERR, "HP_I TP 0x206 other swing0 val %x!\n", temp0); in Apply_HPD_Auto_Test()
1033 temp0 = (AUX_Data[0] & 0x0C); in Apply_HPD_Auto_Test()
1037 switch (temp0) { in Apply_HPD_Auto_Test()
1050 DBG(DBG_ERR, "HP_I TP 0x206 other Pre-emphasis0 val %x!\n", temp0); in Apply_HPD_Auto_Test()
1103 temp0 = AUX_Data[0]; in Apply_HPD_Auto_Test()
1112 AUX_Data[0] = temp0 | 0x20; in Apply_HPD_Auto_Test()
/openbmc/u-boot/arch/arm/dts/
H A Dstih410.dtsi347 temp0{
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c1862 CPU_LDoubleU temp0, temp1; in helper_fprem_common() local
1865 temp0.d = ST0; in helper_fprem_common()
1867 exp0 = EXPD(temp0); in helper_fprem_common()
1878 exp0 = 1 - clz64(temp0.l.lower); in helper_fprem_common()