Lines Matching refs:temp

56 	uint32_t temp;  in disable_hw_reboot_interrupt()  local
77 temp = mmio_read_32(LVTSMONINT_0 + base); in disable_hw_reboot_interrupt()
79 temp = temp & ~(STAGE3_INT_EN); in disable_hw_reboot_interrupt()
82 temp = temp & ~(HIGH_OFFSET3_INT_EN | in disable_hw_reboot_interrupt()
87 temp = temp & ~(LOW_OFFSET3_INT_EN | in disable_hw_reboot_interrupt()
93 mmio_write_32(LVTSMONINT_0 + base, temp); in disable_hw_reboot_interrupt()
100 uint32_t temp; in enable_hw_reboot_interrupt() local
106 temp = mmio_read_32(LVTSMONINT_0 + base); in enable_hw_reboot_interrupt()
109 temp = temp | HIGH_OFFSET3_INT_EN | in enable_hw_reboot_interrupt()
114 temp = temp | LOW_OFFSET3_INT_EN | in enable_hw_reboot_interrupt()
119 temp = temp | STAGE3_INT_EN; in enable_hw_reboot_interrupt()
122 mmio_write_32(LVTSMONINT_0 + base, temp); in enable_hw_reboot_interrupt()
135 uint32_t temp, config; in set_tc_hw_reboot_threshold() local
146 temp = mmio_read_32(LVTSPROTCTL_0 + base); in set_tc_hw_reboot_threshold()
150 mmio_write_32(LVTSPROTCTL_0 + base, config | temp); in set_tc_hw_reboot_threshold()
161 mmio_write_32(LVTSPROTCTL_0 + base, config | temp); in set_tc_hw_reboot_threshold()
212 uint32_t sensor_id, int temp) in lvts_temp_to_raw_v1() argument
224 (golden_temp * 500) + LVTS_COEFF_B_X_1000 - temp) << 14) / in lvts_temp_to_raw_v1()
312 uint32_t temp, data, rc_data; in mt8189_device_read_count_rc_n() local
357 temp, in mt8189_device_read_count_rc_n()
358 ((temp & DEVICE_SENSING_STATUS) == 0), in mt8189_device_read_count_rc_n()
392 temp, in mt8189_device_read_count_rc_n()
393 ((temp & DEVICE_ACCESS_STARTUS) == 0), in mt8189_device_read_count_rc_n()
432 uint32_t temp; in mt8189_lvts_reset() local
436 temp = (uint32_t)BIT( in mt8189_lvts_reset()
440 temp); in mt8189_lvts_reset()
444 temp = (uint32_t)BIT( in mt8189_lvts_reset()
448 temp); in mt8189_lvts_reset()