Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/include/arch/aarch32/
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
/trusted-firmware-a-3.6.0-3.5.0/drivers/marvell/
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()
/trusted-firmware-a-3.6.0-3.5.0/include/drivers/marvell/
Dthermal.h23 int (*ptr_tsen_read)(struct tsen_config *cfg, int *temp);
28 int marvell_thermal_read(struct tsen_config *tsen_cfg, int *temp);
/trusted-firmware-a-3.6.0-3.5.0/drivers/nxp/timer/
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()
/trusted-firmware-a-3.6.0-3.5.0/plat/common/
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()
/trusted-firmware-a-3.6.0-3.5.0/plat/marvell/armada/a8k/common/
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()
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/include/sci/svc/misc/
Dsci_misc_api.h499 sc_misc_temp_t temp, int16_t celsius, int8_t tenths);
516 sc_misc_temp_t temp, int16_t *celsius,
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/usb/
Dstm32mp1_usb.c797 uint32_t temp; in usb_dwc2_it_handler() local
978 temp = mmio_read_32(usb_base_addr + OTG_GRXSTSP); in usb_dwc2_it_handler()
980 *param = temp & OTG_GRXSTSP_EPNUM; in usb_dwc2_it_handler()
981 *param |= (temp & OTG_GRXSTSP_BCNT) << (USBD_OUT_COUNT_SHIFT - in usb_dwc2_it_handler()
984 if (((temp & OTG_GRXSTSP_PKTSTS) >> OTG_GRXSTSP_PKTSTS_SHIFT) == STS_DATA_UPDT) { in usb_dwc2_it_handler()
985 if ((temp & OTG_GRXSTSP_BCNT) != 0U) { in usb_dwc2_it_handler()
990 } else if (((temp & OTG_GRXSTSP_PKTSTS) >> OTG_GRXSTSP_PKTSTS_SHIFT) == in usb_dwc2_it_handler()
1037 temp = mmio_read_32(usb_base_addr + OTG_GOTGINT); in usb_dwc2_it_handler()
1039 if ((temp & OTG_GOTGINT_SEDET) == OTG_GOTGINT_SEDET) { in usb_dwc2_it_handler()
/trusted-firmware-a-3.6.0-3.5.0/plat/mediatek/mt8173/
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()
/trusted-firmware-a-3.6.0-3.5.0/drivers/marvell/secure_dfx_access/
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()
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/sci/svc/misc/
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()
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/
Dwarp7.rst165 TEMP=`pwd`/temp
171 #Remove temp
/trusted-firmware-a-3.6.0-3.5.0/docs/
Dchange-log.md2028 …- add SMC support for HWMON voltage and temp sensor ([52cf9c2](https://review.trustedfirmware.org/…