Home
last modified time | relevance | path

Searched refs:lvts_write_all_device (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/thermal/mt8189/
H A Dsoc_temp_lvts.c266 lvts_write_all_device(lvts_data, SET_DEVICE_LOW_POWER_SINGLE_MODE_V1); in init_controller_v1()
316 lvts_write_all_device(lvts_data, SET_LVTS_MANUAL_RCK_V1); in mt8189_device_read_count_rc_n()
318 lvts_write_all_device(lvts_data, SET_SENSOR_NO_RCK_V1); in mt8189_device_read_count_rc_n()
319 lvts_write_all_device(lvts_data, in mt8189_device_read_count_rc_n()
471 lvts_write_all_device(lvts_data, RESET_ALL_DEVICES); in mt8189_device_identification()
472 lvts_write_all_device(lvts_data, READ_BACK_DEVICE_ID); in mt8189_device_identification()
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/inc/
H A Dthermal_lvts.h278 void lvts_write_all_device(struct lvts_data *lvts_data, uint32_t data);
/rk3399_ARM-atf/plat/mediatek/drivers/thermal/src/
H A Dthermal_lvts.c52 void lvts_write_all_device(struct lvts_data *lvts_data, uint32_t data) in lvts_write_all_device() function