/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 50 u8 temp; in efuse_initialize() local 53 temp = bytetemp | 0x20; in efuse_initialize() 54 rtl_write_byte(rtlpriv, rtlpriv->cfg->maps[SYS_FUNC_EN] + 1, temp); in efuse_initialize() 57 temp = bytetemp & 0xFE; in efuse_initialize() 58 rtl_write_byte(rtlpriv, rtlpriv->cfg->maps[SYS_ISO_CTRL] + 1, temp); in efuse_initialize() 61 temp = bytetemp | 0x80; in efuse_initialize() 62 rtl_write_byte(rtlpriv, rtlpriv->cfg->maps[EFUSE_TEST] + 3, temp); in efuse_initialize() 75 u8 temp; in efuse_read_1byte() local 81 temp = address & 0xFF; in efuse_read_1byte() 83 temp); in efuse_read_1byte() 118 u8 temp; efuse_write_1byte() local [all...] |
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 449 int temp; in enforce_temp_range() local 451 temp = clamp_val(trip_temp, min_low_temp, max_high_temp); in enforce_temp_range() 452 if (temp != trip_temp) in enforce_temp_range() 454 trip_temp, temp); in enforce_temp_range() 455 return temp; in enforce_temp_range() 479 int temp; in thermtrip_program() local 485 temp = enforce_temp_range(dev, trip_temp) / ts->soc->thresh_grain; in thermtrip_program() 488 r = REG_SET_MASK(r, sg->thermtrip_threshold_mask, temp); in thermtrip_program() 519 int temp, cpu_throt, gpu_throt; in throttrip_program() local 526 temp in throttrip_program() 569 int i, temp = min_low_temp; tsensor_group_thermtrip_get() local 585 tegra_thermctl_set_trip_temp(struct thermal_zone_device *tz, int trip_id, int temp) tegra_thermctl_set_trip_temp() argument 690 get_hot_temp(struct thermal_zone_device *tz, int *trip_id, int *temp) get_hot_temp() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | sdma_v5_0.c | 687 u32 temp; in sdma_v5_0_gfx_resume() local 780 temp = RREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_CNTL)); in sdma_v5_0_gfx_resume() 781 temp = REG_SET_FIELD(temp, SDMA0_CNTL, UTC_L1_ENABLE, 1); in sdma_v5_0_gfx_resume() 784 temp = REG_SET_FIELD(temp, SDMA0_CNTL, MIDCMD_PREEMPT_ENABLE, 1); in sdma_v5_0_gfx_resume() 785 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_CNTL), temp); in sdma_v5_0_gfx_resume() local 788 temp = RREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UTCL1_CNTL)); in sdma_v5_0_gfx_resume() 789 temp = REG_SET_FIELD(temp, SDMA0_UTCL1_CNT in sdma_v5_0_gfx_resume() 791 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UTCL1_CNTL), temp); sdma_v5_0_gfx_resume() local 798 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_UTCL1_PAGE), temp); sdma_v5_0_gfx_resume() local 805 WREG32(sdma_v5_0_get_reg_offset(adev, i, mmSDMA0_F32_CNTL), temp); sdma_v5_0_gfx_resume() local [all...] |
H A D | sdma_v5_2.c | 490 u32 temp; in sdma_v5_2_gfx_resume() local 580 temp = RREG32(sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_CNTL)); in sdma_v5_2_gfx_resume() 581 temp = REG_SET_FIELD(temp, SDMA0_CNTL, UTC_L1_ENABLE, 1); in sdma_v5_2_gfx_resume() 584 temp = REG_SET_FIELD(temp, SDMA0_CNTL, MIDCMD_PREEMPT_ENABLE, 1); in sdma_v5_2_gfx_resume() 585 WREG32(sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_CNTL), temp); in sdma_v5_2_gfx_resume() local 588 temp = RREG32_SOC15_IP(GC, sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_UTCL1_CNTL)); in sdma_v5_2_gfx_resume() 589 temp = REG_SET_FIELD(temp, SDMA0_UTCL1_CNT in sdma_v5_2_gfx_resume() 605 WREG32(sdma_v5_2_get_reg_offset(adev, i, mmSDMA0_F32_CNTL), temp); sdma_v5_2_gfx_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/ |
H A D | efuse.c | 50 u8 temp; in efuse_initialize() local 53 temp = bytetemp | 0x20; in efuse_initialize() 54 rtl_write_byte(rtlpriv, rtlpriv->cfg->maps[SYS_FUNC_EN] + 1, temp); in efuse_initialize() 57 temp = bytetemp & 0xFE; in efuse_initialize() 58 rtl_write_byte(rtlpriv, rtlpriv->cfg->maps[SYS_ISO_CTRL] + 1, temp); in efuse_initialize() 61 temp = bytetemp | 0x80; in efuse_initialize() 62 rtl_write_byte(rtlpriv, rtlpriv->cfg->maps[EFUSE_TEST] + 3, temp); in efuse_initialize() 75 u8 temp; in efuse_read_1byte() local 81 temp = address & 0xFF; in efuse_read_1byte() 83 temp); in efuse_read_1byte() 118 u8 temp; efuse_write_1byte() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb.sh | 188 cfg_test_host_common "IPv4" "239.1.1.1" "192.0.2.1" "temp" "permanent" 189 cfg_test_host_common "IPv6" "ff0e::1" "2001:db8:1::1" "temp" "permanent" 191 "permanent" "temp" 246 bridge mdb add dev br0 port $swp1 $grp_key temp vid 10 &> /dev/null 318 ## State (permanent / temp) tests. 339 bridge mdb add dev br0 port $swp1 grp $grp temp vid 10 \ 342 bridge -d mdb get dev br0 grp $grp vid 10 | grep -q "temp" 343 check_err $? "(*, G) EXCLUDE entry not added as \"temp\" when should" 344 bridge -d mdb get dev br0 grp $grp src $src1 vid 10 | grep -q "temp" 345 check_err $? "(S, G) \"blocked\" entry not added as \"temp\" whe [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_mdb.sh | 188 cfg_test_host_common "IPv4" "239.1.1.1" "192.0.2.1" "temp" "permanent" 189 cfg_test_host_common "IPv6" "ff0e::1" "2001:db8:1::1" "temp" "permanent" 191 "permanent" "temp" 246 bridge mdb add dev br0 port $swp1 $grp_key temp vid 10 &> /dev/null 318 ## State (permanent / temp) tests. 339 bridge mdb add dev br0 port $swp1 grp $grp temp vid 10 \ 342 bridge -d mdb get dev br0 grp $grp vid 10 | grep -q "temp" 343 check_err $? "(*, G) EXCLUDE entry not added as \"temp\" when should" 344 bridge -d mdb get dev br0 grp $grp src $src1 vid 10 | grep -q "temp" 345 check_err $? "(S, G) \"blocked\" entry not added as \"temp\" whe [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-internal.c | 782 u32 temp; in rijndaelKeySetupEnc() local 791 temp = rk[3]; in rijndaelKeySetupEnc() 792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc() 793 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc() 807 temp = rk[5]; in rijndaelKeySetupEnc() 808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc() 809 TE443(temp) in rijndaelKeySetupEnc() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-internal.c | 782 u32 temp; in rijndaelKeySetupEnc() local 791 temp = rk[3]; in rijndaelKeySetupEnc() 792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc() 793 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc() 807 temp = rk[5]; in rijndaelKeySetupEnc() 808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc() 809 TE443(temp) in rijndaelKeySetupEnc() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon.c | 494 ef4_oword_t temp; in falcon_b0_rx_push_rss_config() local 498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config() 499 ef4_writeo(efx, &temp, FR_BZ_RX_RSS_TKEY); in falcon_b0_rx_push_rss_config() 2478 ef4_oword_t temp; in falcon_init_nic() local 2482 ef4_reado(efx, &temp, FR_AB_NIC_STAT); in falcon_init_nic() 2483 EF4_SET_OWORD_FIELD(temp, FRF_AB_ONCHIP_SRAM, 1); in falcon_init_nic() 2484 ef4_writeo(efx, &temp, FR_AB_NIC_STAT); in falcon_init_nic() 2494 ef4_reado(efx, &temp, FR_AZ_CSR_SPARE); in falcon_init_nic() 2495 EF4_SET_OWORD_FIELD(temp, FRF_AB_MEM_PERR_EN_TX_DAT in falcon_init_nic() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | falcon.c | 494 ef4_oword_t temp; in falcon_b0_rx_push_rss_config() local 498 memcpy(&temp, efx->rx_hash_key, sizeof(temp)); in falcon_b0_rx_push_rss_config() 499 ef4_writeo(efx, &temp, FR_BZ_RX_RSS_TKEY); in falcon_b0_rx_push_rss_config() 2478 ef4_oword_t temp; in falcon_init_nic() local 2482 ef4_reado(efx, &temp, FR_AB_NIC_STAT); in falcon_init_nic() 2483 EF4_SET_OWORD_FIELD(temp, FRF_AB_ONCHIP_SRAM, 1); in falcon_init_nic() 2484 ef4_writeo(efx, &temp, FR_AB_NIC_STAT); in falcon_init_nic() 2494 ef4_reado(efx, &temp, FR_AZ_CSR_SPARE); in falcon_init_nic() 2495 EF4_SET_OWORD_FIELD(temp, FRF_AB_MEM_PERR_EN_TX_DAT in falcon_init_nic() [all...] |
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | wakeup_intell_voice_engine_napi.cpp | 180 napi_value temp = nullptr; in CreateWakeupIntelligentVoiceEngine() 181 napi_status status = napi_get_named_property(env, argv[0], "needReconfirm", &temp); in CreateWakeupIntelligentVoiceEngine() 183 status = GetValue(env, temp, g_wakeupEngineDesc_.needReconfirm); in CreateWakeupIntelligentVoiceEngine() 185 status = napi_get_named_property(env, argv[0], "wakeupPhrase", &temp); in CreateWakeupIntelligentVoiceEngine() 187 status = GetValue(env, temp, g_wakeupEngineDesc_.wakeupPhrase); in CreateWakeupIntelligentVoiceEngine() 386 napi_value temp = nullptr; in SetWakeupHapInfo() 387 CHECK_CONDITION_RETURN_FALSE((napi_get_named_property(env, argv[0], "bundleName", &temp) != napi_ok), in SetWakeupHapInfo() 389 CHECK_CONDITION_RETURN_FALSE((GetValue(env, temp, context->hapInfo.bundleName) != napi_ok), in SetWakeupHapInfo() 391 CHECK_CONDITION_RETURN_FALSE((napi_get_named_property(env, argv[0], "abilityName", &temp) != napi_ok), in SetWakeupHapInfo() 393 CHECK_CONDITION_RETURN_FALSE((GetValue(env, temp, contex in SetWakeupHapInfo() [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.cpp | 222 char **temp = static_cast<char **>(ace_malloc(length * sizeof(char *))); in ToString() local 223 if (temp == nullptr) { in ToString() 234 ACE_FREE(temp); in ToString() 237 temp[length - 1 - index] = node->value; in ToString() 248 ACE_FREE(temp); in ToString() 252 if (strcpy_s(result, strLength, temp[0]) != 0) { in ToString() 255 ACE_FREE(temp); in ToString() 259 if (strcat_s(result, strLength, temp[i]) != 0) { in ToString() 262 ACE_FREE(temp); in ToString() 266 ACE_FREE(temp); in ToString() [all...] |
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | sta_state_machine_test.cpp | 184 WifiScanInfo temp; in ConvertDeviceCfgSuccess() local 185 temp.ssid = "123"; in ConvertDeviceCfgSuccess() 186 temp.bssid ="456"; in ConvertDeviceCfgSuccess() 187 temp.capabilities = "PSK+SAE"; in ConvertDeviceCfgSuccess() 188 scanInfoList.push_back(temp); in ConvertDeviceCfgSuccess() 336 WifiScanInfo temp; in ConvertDeviceCfgSuccess1() local 337 temp.ssid = "123"; in ConvertDeviceCfgSuccess1() 338 temp.bssid ="456"; in ConvertDeviceCfgSuccess1() 339 temp.capabilities = "PSK+SAE"; in ConvertDeviceCfgSuccess1() 340 scanInfoList.push_back(temp); in ConvertDeviceCfgSuccess1() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gfx_v9.c | 550 uint32_t temp; in kgd_gfx_v9_hqd_destroy() local 577 temp = RREG32(SOC15_REG_OFFSET(GC, 0, mmCP_HQD_ACTIVE)); in kgd_gfx_v9_hqd_destroy() 578 if (!(temp & CP_HQD_ACTIVE__ACTIVE_MASK)) in kgd_gfx_v9_hqd_destroy() 598 uint32_t temp; in kgd_hqd_sdma_destroy() local 605 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL); in kgd_hqd_sdma_destroy() 606 temp = temp & ~SDMA0_RLC0_RB_CNTL__RB_ENABLE_MASK; in kgd_hqd_sdma_destroy() 607 WREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL, temp); in kgd_hqd_sdma_destroy() 610 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_CONTEXT_STATUS); in kgd_hqd_sdma_destroy() 611 if (temp in kgd_hqd_sdma_destroy() [all...] |
H A D | amdgpu_amdkfd_gfx_v10_3.c | 526 uint32_t temp; in hqd_destroy_v10_3() local 550 temp = RREG32(SOC15_REG_OFFSET(GC, 0, mmCP_HQD_ACTIVE)); in hqd_destroy_v10_3() 551 if (!(temp & CP_HQD_ACTIVE__ACTIVE_MASK)) in hqd_destroy_v10_3() 572 uint32_t temp; in hqd_sdma_destroy_v10_3() local 579 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL); in hqd_sdma_destroy_v10_3() 580 temp = temp & ~SDMA0_RLC0_RB_CNTL__RB_ENABLE_MASK; in hqd_sdma_destroy_v10_3() 581 WREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL, temp); in hqd_sdma_destroy_v10_3() 584 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_CONTEXT_STATUS); in hqd_sdma_destroy_v10_3() 585 if (temp in hqd_sdma_destroy_v10_3() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | 80003es2lan.c | 345 u16 temp; in e1000_read_phy_reg_gg82563_80003es2lan() local 361 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT); in e1000_read_phy_reg_gg82563_80003es2lan() 362 ret_val = e1000e_write_phy_reg_mdic(hw, page_select, temp); in e1000_read_phy_reg_gg82563_80003es2lan() 376 ret_val = e1000e_read_phy_reg_mdic(hw, page_select, &temp); in e1000_read_phy_reg_gg82563_80003es2lan() 378 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) { in e1000_read_phy_reg_gg82563_80003es2lan() 414 u16 temp; in e1000_write_phy_reg_gg82563_80003es2lan() local 430 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT); in e1000_write_phy_reg_gg82563_80003es2lan() 431 ret_val = e1000e_write_phy_reg_mdic(hw, page_select, temp); in e1000_write_phy_reg_gg82563_80003es2lan() 445 ret_val = e1000e_read_phy_reg_mdic(hw, page_select, &temp); in e1000_write_phy_reg_gg82563_80003es2lan() 447 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) { in e1000_write_phy_reg_gg82563_80003es2lan() [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | 358 int temp = _i8k_get_temp(sensor); in i8k_get_temp() local 367 if (temp == 0x99) { in i8k_get_temp() 369 temp = _i8k_get_temp(sensor); in i8k_get_temp() 379 if (temp > I8K_MAX_TEMP) in i8k_get_temp() 382 return temp; in i8k_get_temp() 668 int temp; in i8k_hwmon_temp_show() local 670 temp = i8k_get_temp(index); in i8k_hwmon_temp_show() 671 if (temp < 0) in i8k_hwmon_temp_show() 672 return temp; in i8k_hwmon_temp_show() 673 return sprintf(buf, "%d\n", temp * 100 in i8k_hwmon_temp_show() [all...] |
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dcssblk.c | 127 struct segment_info *entry, *temp; in dcssblk_release_segment() local 130 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment() 252 struct segment_info *sort_list, *entry, temp; in dcssblk_is_continuous() local 272 memcpy(&temp, &sort_list[i], in dcssblk_is_continuous() 276 memcpy(&sort_list[j], &temp, in dcssblk_is_continuous() 363 struct segment_info *entry, *temp; in dcssblk_shared_store() local 422 temp = entry; in dcssblk_shared_store() 424 if (entry != temp) in dcssblk_shared_store() 566 struct segment_info *seg_info, *temp; in dcssblk_add_store() local 741 list_for_each_entry_safe(seg_info, temp, in dcssblk_add_store() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw1.h | 280 RADDR_1 (temp), 470 RADDR_1 (temp), 530 RADDR_1 (temp), 564 RADDR_1 (temp), 573 RADDR_1 (temp), 996 RADDR_1 (temp), 1084 RADDR_1 (temp), 1244 RADDR_1 (temp), 1762 RADDR_1 (temp), 1769 RADDR_1 (temp), [all...] |
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 161 u32 temp, reg; in ti_bandgap_read_temp() local 170 * then we read from the last valid temp read in ti_bandgap_read_temp() 177 temp = ti_errata814_bandgap_read_temp(bgp, reg); in ti_bandgap_read_temp() 179 temp = ti_bandgap_readl(bgp, reg); in ti_bandgap_read_temp() 181 temp &= tsr->bgap_dtemp_mask; in ti_bandgap_read_temp() 186 return temp; in ti_bandgap_read_temp() 527 u32 temp; in ti_bandgap_read_temperature() local 541 temp = ti_bandgap_read_temp(bgp, id); in ti_bandgap_read_temperature() 544 ret = ti_bandgap_adc_to_mcelsius(bgp, temp, &temp); in ti_bandgap_read_temperature() [all...] |
/kernel/linux/linux-5.10/sound/soc/sprd/ |
H A D | sprd-mcdt.c | 869 struct sprd_mcdt_chan *temp, *chan = NULL; in sprd_mcdt_request_chan() local 873 list_for_each_entry(temp, &sprd_mcdt_chan_list, list) { in sprd_mcdt_request_chan() 874 if (temp->type == type && temp->id == channel) { in sprd_mcdt_request_chan() 875 chan = temp; in sprd_mcdt_request_chan() 895 struct sprd_mcdt_chan *temp; in sprd_mcdt_free_chan() local 902 list_for_each_entry(temp, &sprd_mcdt_chan_list, list) { in sprd_mcdt_free_chan() 903 if (temp == chan) { in sprd_mcdt_free_chan() 979 struct sprd_mcdt_chan *chan, *temp; in sprd_mcdt_remove() local 983 list_for_each_entry_safe(chan, temp, in sprd_mcdt_remove() [all...] |
/kernel/linux/linux-5.10/kernel/sched/rtg/ |
H A D | rtg_ctrl.c | 99 char temp[MAX_DATA_LEN]; in rtg_enable() local 116 ret = copy_from_user(&temp, in rtg_enable() 120 ret = copy_from_user(&temp, (void __user *)data->data, data->len); in rtg_enable() 134 temp[data->len] = '\0'; in rtg_enable() 136 if (set_enable_config(&temp) != SUCC) { in rtg_enable() 321 char temp[MAX_DATA_LEN]; in ctrl_set_rtg_attr() local 340 ret = copy_from_user(&temp, in ctrl_set_rtg_attr() 344 ret = copy_from_user(&temp, (void __user *)rs.data, rs.len); in ctrl_set_rtg_attr() 359 temp[rs.len] = '\0'; in ctrl_set_rtg_attr() 360 rs.data = &temp; in ctrl_set_rtg_attr() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | 80003es2lan.c | 345 u16 temp; in e1000_read_phy_reg_gg82563_80003es2lan() local 361 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT); in e1000_read_phy_reg_gg82563_80003es2lan() 362 ret_val = e1000e_write_phy_reg_mdic(hw, page_select, temp); in e1000_read_phy_reg_gg82563_80003es2lan() 376 ret_val = e1000e_read_phy_reg_mdic(hw, page_select, &temp); in e1000_read_phy_reg_gg82563_80003es2lan() 378 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) { in e1000_read_phy_reg_gg82563_80003es2lan() 414 u16 temp; in e1000_write_phy_reg_gg82563_80003es2lan() local 430 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT); in e1000_write_phy_reg_gg82563_80003es2lan() 431 ret_val = e1000e_write_phy_reg_mdic(hw, page_select, temp); in e1000_write_phy_reg_gg82563_80003es2lan() 445 ret_val = e1000e_read_phy_reg_mdic(hw, page_select, &temp); in e1000_write_phy_reg_gg82563_80003es2lan() 447 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) { in e1000_write_phy_reg_gg82563_80003es2lan() [all...] |
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dcssblk.c | 113 struct segment_info *entry, *temp; in dcssblk_release_segment() local 116 list_for_each_entry_safe(entry, temp, &dev_info->seg_list, lh) { in dcssblk_release_segment() 238 struct segment_info *sort_list, *entry, temp; in dcssblk_is_continuous() local 258 memcpy(&temp, &sort_list[i], in dcssblk_is_continuous() 262 memcpy(&sort_list[j], &temp, in dcssblk_is_continuous() 349 struct segment_info *entry, *temp; in dcssblk_shared_store() local 408 temp = entry; in dcssblk_shared_store() 410 if (entry != temp) in dcssblk_shared_store() 551 struct segment_info *seg_info, *temp; in dcssblk_add_store() local 733 list_for_each_entry_safe(seg_info, temp, in dcssblk_add_store() [all...] |