/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | af9005-fe.c | 64 u8 temp0, temp1; in af9005_read_word_agc() local 66 if ((ret = af9005_read_ofdm_register(d, reglo, &temp0))) in af9005_read_word_agc() 72 *value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0; in af9005_read_word_agc() 75 *value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0; in af9005_read_word_agc() 78 *value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0; in af9005_read_word_agc() 81 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0; in af9005_read_word_agc() 128 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local 149 &temp0); in af9005_get_post_vit_err_cw_count() 158 loc_abort_count = ((u16) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count() 163 &temp0); in af9005_get_post_vit_err_cw_count() [all …]
|
/openbmc/u-boot/cmd/aspeed/ |
H A D | dptest.c | 828 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/linux/drivers/macintosh/ |
H A D | windfarm_pm72.c | 309 s32 temp0, power0, temp1, power1, t_max = 0; in cpu_fans_tick_combined() local 323 err = read_one_cpu_vals(0, &temp0, &power0); in cpu_fans_tick_combined() 337 t_max = max(t_max, max(temp0, temp1)); in cpu_fans_tick_combined() 344 temp = max(temp0, temp1); in cpu_fans_tick_combined()
|
/openbmc/linux/Documentation/devicetree/bindings/thermal/ |
H A D | st-thermal.txt | 25 temp0@91a0000 {
|
/openbmc/linux/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 1817 u32 idx, i, ft_pgm, mts, temp0, temp1, temp2; in svs_mt8183_efuse_parsing() local 1953 temp0 = (10000 * 100000 / gain) * 15 / 18; in svs_mt8183_efuse_parsing() 1954 mts = (temp0 * 10) / o_slope; in svs_mt8183_efuse_parsing() 1978 temp0 = (degc_cali * 10 / 2); in svs_mt8183_efuse_parsing() 1983 svsb->bts = (temp0 + temp2 - 250) * 4 / 10; in svs_mt8183_efuse_parsing()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ads7846.c | 488 SHOW(temp0, temp0, null_adjust) /* temp1_input */ in SHOW() argument
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih410.dtsi | 347 temp0{
|
/openbmc/qemu/target/i386/tcg/ |
H A D | fpu_helper.c | 1837 CPU_LDoubleU temp0, temp1; in helper_fprem_common() local 1840 temp0.d = ST0; in helper_fprem_common() 1842 exp0 = EXPD(temp0); in helper_fprem_common() 1852 exp0 = 1 - clz64(temp0.l.lower); in helper_fprem_common()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | dell-smm-hwmon.rst | 157 | | | +-------------------------- 4. temp0 reading (Celsius)
|
/openbmc/linux/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 6745 struct sk_buff **skb, u64 *temp0, u64 *temp1, in set_rxd_buffer_pointer() argument 6761 rxdp1->Buffer0_ptr = *temp0; in set_rxd_buffer_pointer() 6776 rxdp1->Buffer0_ptr = *temp0 = in set_rxd_buffer_pointer() 6789 rxdp3->Buffer0_ptr = *temp0; in set_rxd_buffer_pointer() 6807 rxdp3->Buffer0_ptr = *temp0 = in set_rxd_buffer_pointer()
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 3098 __ATTR_MRO(temp0, ctemp_show),
|