Searched refs:temp (Results 1 – 11 of 11) sorted by relevance
499 uint8_t temp = 0; in dimm_spd_address_control() local536 uint8_t temp = 0; in dimm_spd_format_control() local550 uint8_t temp = 0; in dimm_spd_memory_type() local752 tfawmin |= temp; in dimm_spd_t_act_window()783 uint8_t temp; in dimm_spd_calculate_dimm_size_gb() local787 temp = (temp & SPD_SDRAM_DENSITY_MASK) >> SPD_SDRAM_DENSITY_POS; in dimm_spd_calculate_dimm_size_gb()789 if (temp <= 7) { in dimm_spd_calculate_dimm_size_gb()802 if (temp <= 3) { in dimm_spd_calculate_dimm_size_gb()809 temp = (temp & SDRAM_DEVICE_WIDTH_MASK) >> SDRAM_DEVICE_WIDTH_POS; in dimm_spd_calculate_dimm_size_gb()810 if (temp <= 3) { in dimm_spd_calculate_dimm_size_gb()[all …]
699 uint8_t temp = 0; in dimm_spd_t_ras() local798 uint8_t temp = 0; in dimm_spd_t_act_window() local811 tfawmin |= temp; in dimm_spd_t_act_window()844 uint8_t temp; in dimm_spd_calculate_dimm_size_gb() local848 temp = (temp & SPD_SDRAM_DENSITY_MASK) >> SPD_SDRAM_DENSITY_POS; in dimm_spd_calculate_dimm_size_gb()850 if (temp <= 7) { in dimm_spd_calculate_dimm_size_gb()863 if (temp <= 3) { in dimm_spd_calculate_dimm_size_gb()870 temp = (temp & SDRAM_DEVICE_WIDTH_MASK) >> SDRAM_DEVICE_WIDTH_POS; in dimm_spd_calculate_dimm_size_gb()871 if (temp <= 3) { in dimm_spd_calculate_dimm_size_gb()878 temp = (temp & SPD_PKG_RANK_BITS_MASK) >> SPD_PKG_RANK_BITS_OFFSET; in dimm_spd_calculate_dimm_size_gb()[all …]
53 uint32_t temp; in SMMU_s_init() local66 temp = SMMU->GR0.SCR1; in SMMU_s_init()67 temp &= ~(SMMU_SCR1_NSNUMCBO | SMMU_SCR1_NSNUMSMRGO); in SMMU_s_init()68 SMMU->GR0.SCR1 = temp | (0 << SMMU_SCR1_NSNUMCBO_OFFSET) | in SMMU_s_init()94 uint64_t temp; in SMMU_ns_cb_stage1_init() local125 temp = 0x00000000000000ffLLU; in SMMU_ns_cb_stage1_init()126 SMMU->TCB[cb].CB_MAIR0 = (uint32_t)temp; in SMMU_ns_cb_stage1_init()127 SMMU->TCB[cb].CB_MAIR1 = (uint32_t)(temp >> 32); in SMMU_ns_cb_stage1_init()
115 uint32_t temp, intsts; in fw_set_sec_override() local125 temp = readl( in fw_set_sec_override()130 temp &= (~(SEC_OVERRIDE_CONVERT_MASK << change_bit_offset)); in fw_set_sec_override()131 temp |= (value << change_bit_offset); in fw_set_sec_override()135 temp); in fw_set_sec_override()
76 static int rcar_gen3_thermal_round(int temp) in rcar_gen3_thermal_round() argument80 round_offs = temp >= 0 ? RCAR3_THERMAL_GRAN / 2 : -RCAR3_THERMAL_GRAN / 2; in rcar_gen3_thermal_round()81 result = (temp + round_offs) / RCAR3_THERMAL_GRAN; in rcar_gen3_thermal_round()85 static int rcar_gen3_thermal_get_temp(void *devdata, int *temp) in rcar_gen3_thermal_get_temp() argument106 *temp = rcar_gen3_thermal_round(mcelsius); in rcar_gen3_thermal_get_temp()
80 #define MCELSIUS(temp) ((temp)*1000) argument
273 uint32_t temp = 0; in scmi_agent_process_event() local275 status = agent_get_protocol_version(event->target_id, &temp); in scmi_agent_process_event()281 (unsigned int)temp); in scmi_agent_process_event()
252 uint32_t temp = 0; in scmi_agent_process_event() local254 status = agent_get_protocol_version(event->target_id, &temp); in scmi_agent_process_event()259 "[SCMI AGENT] Found management protocol version: 0x%" PRIu32, temp); in scmi_agent_process_event()
200 static uint64_t temperature_to_millidegree_celsius(uint16_t temp) in temperature_to_millidegree_celsius() argument202 return (temp * 5000ULL) - 272150; in temperature_to_millidegree_celsius()755 uint64_t temp = 0; in juno_xrp7724_sensor_process_request() local789 temp = temperature_to_millidegree_celsius( in juno_xrp7724_sensor_process_request()802 resp_params.value = temp; in juno_xrp7724_sensor_process_request()
772 uint32_t temp; in n1sdp_ddr_phy_post_training_configure() local863 temp = value; in n1sdp_ddr_phy_post_training_configure()869 *(uint32_t *)(phy_addr + (4 * (9 + (i * 256)))) = temp; in n1sdp_ddr_phy_post_training_configure()
36 current temp Power (TDP) weight (config)48 control temp | |
Completed in 24 milliseconds