Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/include/arch/aarch32/
A Dasm_macros.S219 .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 Dthermal.c35 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 Dthermal.h23 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 Dnxp_timer.c37 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 Dplat_psci_common.c152 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 Dplat_thermal.c83 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 Dsci_misc_api.h499 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 Dplat_pm.c592 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 Darmada_thermal.c62 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 Dmisc_rpc_clnt.c430 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 Dwarp7.rst165 TEMP=`pwd`/temp
171 #Remove temp

Completed in 14 milliseconds