/trusted-firmware-a-3.6.0-3.5.0/include/arch/aarch32/ |
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
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/marvell/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/include/drivers/marvell/ |
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);
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/nxp/timer/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/common/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/marvell/armada/a8k/common/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/include/sci/svc/misc/ |
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,
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/st/usb/ |
D | stm32mp1_usb.c | 797 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/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/drivers/marvell/secure_dfx_access/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/imx/common/sci/svc/misc/ |
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()
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/ |
D | warp7.rst | 165 TEMP=`pwd`/temp 171 #Remove temp
|
/trusted-firmware-a-3.6.0-3.5.0/docs/ |
D | change-log.md | 2028 …- add SMC support for HWMON voltage and temp sensor ([52cf9c2](https://review.trustedfirmware.org/…
|