/kernel/linux/linux-6.6/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | 184 u32 temp, usbc_bit = BIT(phy->index * 2); in sun4i_usb_phy_write() local 197 temp = readl(phyctl); in sun4i_usb_phy_write() 200 temp &= ~(0xff << 8); in sun4i_usb_phy_write() 203 temp |= ((addr + i) << 8); in sun4i_usb_phy_write() 204 writel(temp, phyctl); in sun4i_usb_phy_write() 207 temp = readb(phyctl); in sun4i_usb_phy_write() 209 temp |= PHYCTL_DATA; in sun4i_usb_phy_write() 211 temp &= ~PHYCTL_DATA; in sun4i_usb_phy_write() 212 temp &= ~usbc_bit; in sun4i_usb_phy_write() 213 writeb(temp, phyct in sun4i_usb_phy_write() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | qpeldsp_init.c | 102 uint64_t temp[8]; \ 103 uint8_t *const half = (uint8_t *) temp; \ 122 uint64_t temp[8]; \ 123 uint8_t *const half = (uint8_t *) temp; \ 134 uint64_t temp[8]; \ 135 uint8_t *const half = (uint8_t *) temp; \ 154 uint64_t temp[8]; \ 155 uint8_t *const half = (uint8_t *) temp; \ 305 uint64_t temp[32]; \ 306 uint8_t *const half = (uint8_t *) temp; \ [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.cc | 464 uint32 temp; in ReadVarint32Fallback() local 466 ReadVarint32FromArray(first_byte_or_zero, buffer_, &temp); in ReadVarint32Fallback() 469 return temp; in ReadVarint32Fallback() 474 uint32 temp; in ReadVarint32Fallback() local 475 return ReadVarint32Slow(&temp) ? static_cast<int64>(temp) : -1; in ReadVarint32Fallback() 492 uint64 temp; in ReadVarintSizeAsIntFallback() local 493 ::std::pair<bool, const uint8*> p = ReadVarint64FromArray(buffer_, &temp); in ReadVarintSizeAsIntFallback() 494 if (!p.first || temp > static_cast<uint64>(INT_MAX)) return -1; in ReadVarintSizeAsIntFallback() 496 return temp; in ReadVarintSizeAsIntFallback() 602 uint64 temp; ReadVarint64Fallback() local 610 uint64 temp; ReadVarint64Fallback() local [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264dsp.c | 44 vz0 = vec_add(vb0,vb2); /* temp[0] = Y[0] + Y[2] */ \ 45 vz1 = vec_sub(vb0,vb2); /* temp[1] = Y[0] - Y[2] */ \ 47 vz2 = vec_sub(vz2,vb3); /* temp[2] = Y[1].1/2 - Y[3] */ \ 49 vz3 = vec_add(vb1,vz3); /* temp[3] = Y[1] + Y[3].1/2 */ \ 51 va0 = vec_add(vz0,vz3); /* x[0] = temp[0] + temp[3] */ \ 52 va1 = vec_add(vz1,vz2); /* x[1] = temp[1] + temp[2] */ \ 53 va2 = vec_sub(vz1,vz2); /* x[2] = temp[1] - temp[ 531 register vec_u8 temp; h264_deblock_q1() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_calib.c | 344 u32 temp, val; in ar9003_hw_dynamic_osdac_selection() local 414 temp = REG_READ(ah, AR_PHY_65NM_CH0_BB3); in ar9003_hw_dynamic_osdac_selection() 415 dc_off_ch0_i1 = (temp >> 26) & 0x1f; in ar9003_hw_dynamic_osdac_selection() 416 dc_off_ch0_q1 = (temp >> 21) & 0x1f; in ar9003_hw_dynamic_osdac_selection() 418 temp = REG_READ(ah, AR_PHY_65NM_CH1_BB3); in ar9003_hw_dynamic_osdac_selection() 419 dc_off_ch1_i1 = (temp >> 26) & 0x1f; in ar9003_hw_dynamic_osdac_selection() 420 dc_off_ch1_q1 = (temp >> 21) & 0x1f; in ar9003_hw_dynamic_osdac_selection() 422 temp = REG_READ(ah, AR_PHY_65NM_CH2_BB3); in ar9003_hw_dynamic_osdac_selection() 423 dc_off_ch2_i1 = (temp >> 26) & 0x1f; in ar9003_hw_dynamic_osdac_selection() 424 dc_off_ch2_q1 = (temp >> 2 in ar9003_hw_dynamic_osdac_selection() 1008 int im, ix, iy, temp; __ar955x_tx_iq_cal_sort() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | phy.h | 120 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements 175 * struct iwl_ext_dts_measurement_cmd - request extended DTS temp measurements 195 * @temp: the measured temperature 199 __le32 temp; member 206 * @temp: the measured temperature 211 __le32 temp; member 219 * @temp: the measured temperature 222 __le32 temp; member
|
/kernel/linux/linux-5.10/drivers/soc/renesas/ |
H A D | r9a06g032-smp.c | 69 u64 temp; in r9a06g032_smp_prepare_cpus() local 72 "cpu-release-addr", &temp); in r9a06g032_smp_prepare_cpus() 73 bootaddr = temp; in r9a06g032_smp_prepare_cpus()
|
/kernel/linux/linux-6.6/drivers/soc/renesas/ |
H A D | r9a06g032-smp.c | 69 u64 temp; in r9a06g032_smp_prepare_cpus() local 72 "cpu-release-addr", &temp); in r9a06g032_smp_prepare_cpus() 73 bootaddr = temp; in r9a06g032_smp_prepare_cpus()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | phy.h | 66 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements 121 * struct iwl_ext_dts_measurement_cmd - request extended DTS temp measurements 141 * @temp: the measured temperature 145 __le32 temp; member 152 * @temp: the measured temperature 157 __le32 temp; member 165 * @temp: the measured temperature 168 __le32 temp; member
|
/kernel/liteos_a/drivers/char/random/src/ |
H A D | random.c | 76 unsigned int temp; in RanRead() local 84 temp = DoRand(&g_seed); in RanRead() 85 ret = LOS_CopyFromKernel((void *)buf, sizeof(unsigned int), (void *)&temp, sizeof(unsigned int)); in RanRead()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | rbutil.c | 76 char temp; in itostr() local 108 temp = buffer[(length-1) - j]; in itostr() 110 buffer[j] = temp; in itostr()
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | bit_vector.cpp | 47 auto temp = *this_it | *other_it; in Or() local 48 if (temp != *this_it) { in Or() 50 *this_it = temp; in Or()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | bit_vector.cpp | 47 auto temp = *this_it | *other_it; in Or() local 48 if (temp != *this_it) { in Or() 50 *this_it = temp; in Or()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | rbutil.c | 76 char temp; in itostr() local 108 temp = buffer[(length-1) - j]; in itostr() 110 buffer[j] = temp; in itostr()
|
/third_party/spirv-tools/source/util/ |
H A D | bit_vector.cpp | 47 auto temp = *this_it | *other_it; in Or() local 48 if (temp != *this_it) { in Or() 50 *this_it = temp; in Or()
|
/kernel/linux/linux-5.10/drivers/firmware/google/ |
H A D | vpd.c | 149 struct vpd_attrib_info *temp; in vpd_section_attrib_destroy() local 151 list_for_each_entry_safe(info, temp, &sec->attribs, list) { in vpd_section_attrib_destroy() 249 struct vpd_cbmem *temp; in vpd_sections_init() local 253 temp = memremap(physaddr, sizeof(struct vpd_cbmem), MEMREMAP_WB); in vpd_sections_init() 254 if (!temp) in vpd_sections_init() 257 memcpy(&header, temp, sizeof(struct vpd_cbmem)); in vpd_sections_init() 258 memunmap(temp); in vpd_sections_init()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbstats.c | 311 u32 temp; in acpi_db_display_statistics() local 314 temp = acpi_db_match_argument(type_arg, acpi_db_stat_types); in acpi_db_display_statistics() 315 if (temp == ACPI_TYPE_NOT_FOUND) { in acpi_db_display_statistics() 320 switch (temp) { in acpi_db_display_statistics() 486 temp = in acpi_db_display_statistics() 495 acpi_os_printf("Stack Use %X (%u)\n", temp, in acpi_db_display_statistics() 496 temp); in acpi_db_display_statistics()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 62 static inline u8 temp_to_reg(u8 temp) in temp_to_reg() argument 64 return ((temp - TEMP_MIN) >> 1) & 0x3f; in temp_to_reg() 116 unsigned int temp; in store_throttle() local 120 ret = sscanf(buf, "%u", &temp); in store_throttle() 122 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle() 125 new_value = temp_to_reg(temp); in store_throttle()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | atomic.h | 142 unsigned long temp; \ 148 temp = v->counter; \ 149 temp c_op i; \ 150 v->counter = temp; \ 153 return temp; \ 424 s64 old, temp; 438 : "=&r"(old), "=&r" (temp)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_arcturus.c | 252 uint32_t temp; in kgd_hqd_sdma_destroy() local 259 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL); in kgd_hqd_sdma_destroy() 260 temp = temp & ~SDMA0_RLC0_RB_CNTL__RB_ENABLE_MASK; in kgd_hqd_sdma_destroy() 261 WREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_RB_CNTL, temp); in kgd_hqd_sdma_destroy() 264 temp = RREG32(sdma_rlc_reg_offset + mmSDMA0_RLC0_CONTEXT_STATUS); in kgd_hqd_sdma_destroy() 265 if (temp & SDMA0_RLC0_CONTEXT_STATUS__IDLE_MASK) in kgd_hqd_sdma_destroy()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 61 static inline u8 temp_to_reg(u8 temp) in temp_to_reg() argument 63 return ((temp - TEMP_MIN) >> 1) & 0x3f; in temp_to_reg() 115 unsigned int temp; in store_throttle() local 119 ret = sscanf(buf, "%u", &temp); in store_throttle() 121 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle() 124 new_value = temp_to_reg(temp); in store_throttle()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | sun4i-ts.c | 169 /* Flush, set trig level to 1, enable temp, data and up irqs */ in sun4i_ts_open() 184 static int sun4i_get_temp(const struct sun4i_ts_data *ts, int *temp) in sun4i_get_temp() argument 190 *temp = ts->temp_data * ts->temp_step - ts->temp_offset; in sun4i_get_temp() 195 static int sun4i_get_tz_temp(void *data, int *temp) in sun4i_get_tz_temp() argument 197 return sun4i_get_temp(data, temp); in sun4i_get_tz_temp() 208 int temp; in show_temp() local 211 error = sun4i_get_temp(ts, &temp); in show_temp() 215 return sprintf(buf, "%d\n", temp); in show_temp()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | smsc47b397.c | 103 u8 temp[4]; member 129 data->temp[i] = smsc47b397_read_value(data, in smsc47b397_update_device() 164 return sprintf(buf, "%d\n", temp_from_reg(data->temp[attr->index])); in temp_show() 167 static SENSOR_DEVICE_ATTR_RO(temp1_input, temp, 0); 168 static SENSOR_DEVICE_ATTR_RO(temp2_input, temp, 1); 169 static SENSOR_DEVICE_ATTR_RO(temp3_input, temp, 2); 170 static SENSOR_DEVICE_ATTR_RO(temp4_input, temp, 3);
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | berlin2-adc.c | 206 int temp; in berlin2_adc_read_raw() local 222 temp = berlin2_adc_tsen_read(indio_dev); in berlin2_adc_read_raw() 223 if (temp < 0) in berlin2_adc_read_raw() 224 return temp; in berlin2_adc_read_raw() 226 if (temp > 2047) in berlin2_adc_read_raw() 227 temp -= 4096; in berlin2_adc_read_raw() 230 *val = ((temp * 100000) / 264 - 270000); in berlin2_adc_read_raw()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_efuse.c | 219 u8 temp = {0x00}; in EFUSE_Read1Byte() local 227 temp = Address & 0xFF; in EFUSE_Read1Byte() 228 rtw_write8(Adapter, EFUSE_CTRL+1, temp); in EFUSE_Read1Byte() 231 temp = ((Address >> 8) & 0x03) | (Bytetemp & 0xFC); in EFUSE_Read1Byte() 232 rtw_write8(Adapter, EFUSE_CTRL+2, temp); in EFUSE_Read1Byte() 236 temp = Bytetemp & 0x7F; in EFUSE_Read1Byte() 237 rtw_write8(Adapter, EFUSE_CTRL+3, temp); in EFUSE_Read1Byte()
|