Home
last modified time | relevance | path

Searched refs:target_tmp (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/test/
H A Dtest-attention.cpp89 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 Dw83792d.c768 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()