Searched refs:temp (Results 1 – 11 of 11) sorted by relevance
/tf-a-ffa_el3_spmc/include/arch/aarch32/ |
A D | asm_macros.S | 219 .macro softudiv div:req,top:req,bot:req,temp:req 221 mov \temp, \bot 222 cmp \temp, \top, lsr #1 224 movls \temp, \temp, lsl #1 225 cmp \temp, \top, lsr #1 230 cmp \top, \temp 231 subcs \top, \top,\temp 233 mov \temp, \temp, lsr #1 234 cmp \temp, \bot
|
/tf-a-ffa_el3_spmc/drivers/marvell/ |
A D | thermal.c | 35 int marvell_thermal_read(struct tsen_config *tsen_cfg, int *temp) in marvell_thermal_read() argument 37 if (temp == NULL) { in marvell_thermal_read() 48 if (tsen_cfg->ptr_tsen_read(tsen_cfg, temp)) { in marvell_thermal_read()
|
/tf-a-ffa_el3_spmc/include/drivers/marvell/ |
A D | thermal.h | 23 int (*ptr_tsen_read)(struct tsen_config *cfg, int *temp); 28 int marvell_thermal_read(struct tsen_config *tsen_cfg, int *temp);
|
/tf-a-ffa_el3_spmc/drivers/nxp/timer/ |
A D | nxp_timer.c | 37 uint64_t temp; in timer_get_value() local 40 temp = read_cntpct_el0(); in timer_get_value() 42 while (temp != cntpct && max_fetch_count) { in timer_get_value() 46 temp = read_cntpct_el0(); in timer_get_value()
|
/tf-a-ffa_el3_spmc/plat/common/ |
A D | plat_psci_common.c | 152 plat_local_state_t target = PLAT_MAX_OFF_STATE, temp; in plat_get_target_pwr_state() local 159 temp = *st; in plat_get_target_pwr_state() 161 if (temp < target) in plat_get_target_pwr_state() 162 target = temp; in plat_get_target_pwr_state()
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/ |
A D | plat_thermal.c | 83 static int ext_tsen_read(struct tsen_config *tsen_cfg, int *temp) in ext_tsen_read() argument 111 *temp = ((tsen_cfg->tsen_gain * ((int)reg)) + in ext_tsen_read()
|
/tf-a-ffa_el3_spmc/plat/imx/common/include/sci/svc/misc/ |
A D | sci_misc_api.h | 499 sc_misc_temp_t temp, int16_t celsius, int8_t tenths); 516 sc_misc_temp_t temp, int16_t *celsius,
|
/tf-a-ffa_el3_spmc/plat/mediatek/mt8173/ |
A D | plat_pm.c | 592 plat_local_state_t target = PLAT_MAX_OFF_STATE, temp; in plat_get_target_pwr_state() local 597 temp = *states++; in plat_get_target_pwr_state() 598 if (temp < target) in plat_get_target_pwr_state() 599 target = temp; in plat_get_target_pwr_state()
|
/tf-a-ffa_el3_spmc/drivers/marvell/secure_dfx_access/ |
A D | armada_thermal.c | 62 static void armada_ap806_thermal_read(u_register_t *temp) in armada_ap806_thermal_read() argument 79 *temp = ((COEF_M * ((signed int)reg)) - COEF_B); in armada_ap806_thermal_read()
|
/tf-a-ffa_el3_spmc/plat/imx/common/sci/svc/misc/ |
A D | misc_rpc_clnt.c | 430 sc_misc_temp_t temp, int16_t celsius, int8_t tenths) in sc_misc_set_temp() argument 440 RPC_U8(&msg, 4U) = (uint8_t)temp; in sc_misc_set_temp() 451 sc_misc_temp_t temp, int16_t *celsius, in sc_misc_get_temp() argument 461 RPC_U8(&msg, 2U) = (uint8_t)temp; in sc_misc_get_temp()
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | warp7.rst | 165 TEMP=`pwd`/temp 171 #Remove temp
|
Completed in 14 milliseconds