Searched refs:temp_val (Results 1 – 4 of 4) sorted by relevance
59 int pmf_svc_descs_num, temp_val; in pmf_setup() local103 temp_val = pmf_svc_descs_indices[jj]; in pmf_setup()106 pmf_svc_descs_indices[jj+1] = temp_val; in pmf_setup()
179 uint32_t temp_val; in rockchip_soc_soft_reset() local187 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()
63 #define LPS22HB_CENTIGRADES(temp_val) (temp_val/100) argument522 short temp_val; in handleCommDoneEvt() local619 temp_val = ((ptr_samples[1] << 8) & 0xff00) | (ptr_samples[0]); in handleCommDoneEvt()622 sample.fdata = LPS22HB_CENTIGRADES((float)temp_val); in handleCommDoneEvt()
46 #define SI7034_CENTIGRADES(temp_val) (((temp_val * 21875) >> 13) - 45000) argument