Home
last modified time | relevance | path

Searched refs:temp (Results 4001 - 4025 of 4505) sorted by relevance

1...<<161162163164165166167168169170>>...181

/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c1428 int temp, ret; in cpdma_set_num_rx_descs() local
1432 temp = ctlr->num_rx_desc; in cpdma_set_num_rx_descs()
1437 ctlr->num_rx_desc = temp; in cpdma_set_num_rx_descs()
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmsc9420.c266 unsigned int temp = smsc9420_reg_read(pd, GPIO_CFG); in smsc9420_eeprom_enable_access() local
267 temp &= ~GPIO_CFG_EEPR_EN_; in smsc9420_eeprom_enable_access()
268 smsc9420_reg_write(pd, GPIO_CFG, temp); in smsc9420_eeprom_enable_access()
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c706 struct sk_buff *temp; in eth_poll() local
757 temp = skb; in eth_poll()
780 port->rx_buff_tab[n] = temp; in eth_poll()
/kernel/linux/linux-6.6/drivers/parisc/
H A Dsba_iommu.c1117 PAT_MOD(mod)->mod_info.mod_pages = PAT_GET_MOD_PAGES(temp); in sba_get_pat_resources()
1119 PAT_MOD(mod)->mod_info.dvi = PAT_GET_DVI(temp); in sba_get_pat_resources()
1121 PAT_MOD(mod)->mod_info.ioc = PAT_GET_IOC(temp); in sba_get_pat_resources()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1648 char *temp; in get_edc_leakage_table() local
1656 temp = (char *)table_address; in get_edc_leakage_table()
1659 return (AtomCtrl_EDCLeakgeTable *)temp; in get_edc_leakage_table()
H A Dsmu8_hwmgr.c1704 uint32_t temp = PHM_GET_FIELD(val, THM_TCON_CUR_TMP, CUR_TEMP); in smu8_thermal_get_temperature() local
1707 actual_temp = ((temp / 8) - 49) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES; in smu8_thermal_get_temperature()
1709 actual_temp = (temp / 8) * PP_TEMPERATURE_UNITS_PER_CENTIGRADES; in smu8_thermal_get_temperature()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c1342 u32 *temp, data; in dsi_cmd_dma_rx() local
1349 temp = (u32 *)reg; in dsi_cmd_dma_rx()
1369 * The temp read buffer should already contain these bytes. in dsi_cmd_dma_rx()
1378 *temp++ = ntohl(data); /* to host byte order */ in dsi_cmd_dma_rx()
1897 pr_err("%s: alloc rx temp buf failed\n", __func__); in msm_dsi_host_init()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dpc87360.c12 * Chip #vin #fan #pwm #temp devid
40 /* (temp & vin) channel conversion status register flags (pdf sec.11.5.12) */
42 #define CHAN_ENA 0x01 /* enabled channel (temp or vin) */
217 s8 temp[3]; /* Register value */ member
371 data->temp[i] = pc87360_read_value(data, in pc87360_update_device()
536 /* (temp & vin) channel status register alarm bits (pdf sec.11.5.12) */
539 #define TEMP_ALM_CRIT 0x08 /* temp crit exceeded (temp only) */
882 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[attr->index])); in temp_input_show()
1013 * register (sec 12.3.7), not the temp even
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Devlist.c209 struct evsel *evsel, *temp, *leader = NULL; in evlist__splice_list_tail() local
211 __evlist__for_each_entry_safe(list, temp, evsel) { in evlist__splice_list_tail()
218 __evlist__for_each_entry_safe(list, temp, evsel) { in evlist__splice_list_tail()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dlpass-wsa-macro.c1001 u16 val, mask = 0, cnt = 0, temp; in wsa_macro_get_channel_map() local
1010 for_each_set_bit(temp, &wsa->active_ch_mask[dai->id], in wsa_macro_get_channel_map()
1012 mask |= (1 << temp); in wsa_macro_get_channel_map()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py847 temp = "<td class='normal testsuite'>{}</td>\n ".format(
850 temp = self._add_suite_td_context(key, text)
851 suite_context = "{}{}".format(suite_context, temp)
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbStoreResultSetJsunit.test.js30 let temp = null
39 temp = u8[i - 1]
41 u8[index - 1] = temp
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_promise_BasicTest/entry/src/ohosTest/js/test/Cipher/
H A DSecurityHuksCipherSM2BasicPromiseJsunit.test.js97 let temp
99 temp = HuksOptions.inData;
107 HuksOptions.inData = temp;
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreResultSetJsunit.test.js33 let temp = null
42 temp = u8[i - 1]
44 u8[index - 1] = temp
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_neon.S154 @ and d28-d31 as temp registers, or d8-d15.
475 @ For wd <= 8, we use d16-d19 and d28-d31 for temp registers,
477 @ for temp registers there instead.
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm86 ; %4 temp location (simd register/memory)
126 ; %3 temp simd register
136 ; %3 temp simd register
/third_party/icu/icu4c/source/common/
H A Ducnv.cpp672 const char* temp= converter->sharedData->impl->getName(converter); in ucnv_getName() local
673 if(temp) in ucnv_getName()
674 return temp; in ucnv_getName()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java335 String[] temp = Utility.split(valSets[i], ':'); in getTargetStrings()
336 String key = temp[0].trim(); in getTargetStrings()
337 String[] vals = Utility.split(temp[1], ','); in getTargetStrings()
/third_party/mbedtls/library/
H A Daria.c519 unsigned char temp[MBEDTLS_ARIA_BLOCKSIZE]; in mbedtls_aria_crypt_cbc() local
531 memcpy(temp, input, MBEDTLS_ARIA_BLOCKSIZE); in mbedtls_aria_crypt_cbc()
536 memcpy(iv, temp, MBEDTLS_ARIA_BLOCKSIZE); in mbedtls_aria_crypt_cbc()
/third_party/node/deps/icu-small/source/common/
H A Ducnv.cpp672 const char* temp= converter->sharedData->impl->getName(converter); in ucnv_getName() local
673 if(temp) in ucnv_getName()
674 return temp; in ucnv_getName()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp208 UnicodeString temp=bi1->getRules(); in TestgetRules() local
211 if( temp2.compare(temp3) ==0 || temp.compare(temp2) == 0 || temp.compare(temp3) != 0) in TestgetRules()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1876 let temp = memalign(align, size); in posix_memalign()
1879 if temp.is_null() { in posix_memalign()
1882 *memptr = temp; in posix_memalign()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp821 const tcu::Float16 temp = tcu::Float16(inValue); in checkValue() local
822 const float ref = temp.asFloat(); in checkValue()
826 const deBool denorm = temp.isDenorm(); in checkValue()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c170 ush temp = ((ush)(fg)*(ush)(alpha) + \
172 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
/third_party/skia/third_party/externals/libpng/
H A Dpngwutil.c1124 png_uint_32 temp; in png_write_iCCP() local
1139 temp = (png_uint_32) (*(profile+8)); in png_write_iCCP()
1140 if (temp > 3 && (profile_len & 0x03)) in png_write_iCCP()

Completed in 61 milliseconds

1...<<161162163164165166167168169170>>...181