Home
last modified time | relevance | path

Searched refs:temp_val (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
Dpmf_main.c59 int pmf_svc_descs_num, temp_val; in pmf_setup() local
103 temp_val = pmf_svc_descs_indices[jj]; in pmf_setup()
106 pmf_svc_descs_indices[jj+1] = temp_val; in pmf_setup()
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3368/drivers/soc/
Dsoc.c179 uint32_t temp_val; in rockchip_soc_soft_reset() local
187 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON) | in rockchip_soc_soft_reset()
190 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val); in rockchip_soc_soft_reset()
/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c63 #define LPS22HB_CENTIGRADES(temp_val) (temp_val/100) argument
522 short temp_val; in handleCommDoneEvt() local
619 temp_val = ((ptr_samples[1] << 8) & 0xff00) | (ptr_samples[0]); in handleCommDoneEvt()
622 sample.fdata = LPS22HB_CENTIGRADES((float)temp_val); in handleCommDoneEvt()
/device/google/contexthub/firmware/os/drivers/si_si7034/
Dsi7034a10.c46 #define SI7034_CENTIGRADES(temp_val) (((temp_val * 21875) >> 13) - 45000) argument