Searched refs:target_tmp (Results 1 – 2 of 2) sorted by relevance
/openbmc/openpower-hw-diags/test/ |
H A D | test-attention.cpp | 89 pdbg_target* target_tmp = pAttn->getTarget(); in TEST_F() local 90 EXPECT_NE(nullptr, target_tmp); in TEST_F() 91 pdbg_target_get_attribute(target_tmp, "ATTR_FAPI_POS", 4, 1, &attr); in TEST_F() 153 pdbg_target* target_tmp = pAttn->getTarget(); in TEST_F() local 154 EXPECT_NE(nullptr, target_tmp); in TEST_F() 155 attr = getTrgtType(target_tmp); in TEST_F() 159 pdbg_target_get_attribute(target_tmp, "ATTR_CHIP_ID", 4, 1, &attr); in TEST_F()
|
/openbmc/linux/drivers/hwmon/ |
H A D | w83792d.c | 768 u8 target_tmp = 0, target_mask = 0; in store_thermal_cruise() local 776 target_tmp = val; in store_thermal_cruise() 777 target_tmp = target_tmp & 0x7f; in store_thermal_cruise() 781 data->thermal_cruise[nr] = clamp_val(target_tmp, 0, 255); in store_thermal_cruise()
|