Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 11 of 11) sorted by relevance

/SCP-firmware-master/product/n1sdp/module/n1sdp_dmc620/src/
A Ddimm_spd.c499 uint8_t temp = 0; in dimm_spd_address_control() local
536 uint8_t temp = 0; in dimm_spd_format_control() local
550 uint8_t temp = 0; in dimm_spd_memory_type() local
752 tfawmin |= temp; in dimm_spd_t_act_window()
783 uint8_t temp; in dimm_spd_calculate_dimm_size_gb() local
787 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 …]
/SCP-firmware-master/product/morello/module/dmc_bing/src/
A Ddimm_spd.c699 uint8_t temp = 0; in dimm_spd_t_ras() local
798 uint8_t temp = 0; in dimm_spd_t_act_window() local
811 tfawmin |= temp; in dimm_spd_t_act_window()
844 uint8_t temp; in dimm_spd_calculate_dimm_size_gb() local
848 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 …]
/SCP-firmware-master/product/synquacer/module/synquacer_system/src/
A Dmmu500.c53 uint32_t temp; in SMMU_s_init() local
66 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() local
125 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()
A Dsynquacer_main.c115 uint32_t temp, intsts; in fw_set_sec_override() local
125 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()
/SCP-firmware-master/product/rcar/module/rcar_reg_sensor/src/
A Dmod_rcar_reg_sensor.c76 static int rcar_gen3_thermal_round(int temp) in rcar_gen3_thermal_round() argument
80 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() argument
106 *temp = rcar_gen3_thermal_round(mcelsius); in rcar_gen3_thermal_get_temp()
/SCP-firmware-master/product/rcar/module/rcar_reg_sensor/include/
A Dmod_rcar_reg_sensor.h80 #define MCELSIUS(temp) ((temp)*1000) argument
/SCP-firmware-master/product/morello/module/scmi_agent/src/
A Dmod_scmi_agent.c273 uint32_t temp = 0; in scmi_agent_process_event() local
275 status = agent_get_protocol_version(event->target_id, &temp); in scmi_agent_process_event()
281 (unsigned int)temp); in scmi_agent_process_event()
/SCP-firmware-master/product/n1sdp/module/scmi_agent/src/
A Dmod_scmi_agent.c252 uint32_t temp = 0; in scmi_agent_process_event() local
254 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()
/SCP-firmware-master/product/juno/module/juno_xrp7724/src/
A Dmod_juno_xrp7724.c200 static uint64_t temperature_to_millidegree_celsius(uint16_t temp) in temperature_to_millidegree_celsius() argument
202 return (temp * 5000ULL) - 272150; in temperature_to_millidegree_celsius()
755 uint64_t temp = 0; in juno_xrp7724_sensor_process_request() local
789 temp = temperature_to_millidegree_celsius( in juno_xrp7724_sensor_process_request()
802 resp_params.value = temp; in juno_xrp7724_sensor_process_request()
/SCP-firmware-master/product/n1sdp/module/n1sdp_ddr_phy/src/
A Dmod_n1sdp_ddr_phy.c772 uint32_t temp; in n1sdp_ddr_phy_post_training_configure() local
863 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()
/SCP-firmware-master/module/thermal_mgmt/doc/
A Dthermal_mgmt.md36 current temp Power (TDP) weight (config)
48 control temp | |

Completed in 24 milliseconds