Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Domap3-thermal-data.c35 .bgap_mode_ctrl = 0,
103 .bgap_mode_ctrl = 0,
H A Domap4-thermal-data.c26 .bgap_mode_ctrl = OMAP4430_TEMP_SENSOR_CTRL_OFFSET,
99 .bgap_mode_ctrl = OMAP4460_BGAP_CTRL_OFFSET,
H A Dti-bandgap.c613 RMW_BITS(bgp, id, bgap_mode_ctrl, mode_ctrl_mask, 1); in ti_bandgap_force_single_read()
615 RMW_BITS(bgp, id, bgap_mode_ctrl, mode_ctrl_mask, 0); in ti_bandgap_force_single_read()
661 RMW_BITS(bgp, i, bgap_mode_ctrl, mode_ctrl_mask, 1); in ti_bandgap_set_continuous_mode()
1119 tsr->bgap_mode_ctrl); in ti_bandgap_save_ctxt()
1162 tsr->bgap_mode_ctrl); in ti_bandgap_restore_ctxt()
H A Dti-bandgap.h114 u32 bgap_mode_ctrl; member