Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c73 #define QRK_DTS_ENABLE_BIT BIT(15) macro
126 if (out & QRK_DTS_ENABLE_BIT) in soc_dts_enable()
130 out |= QRK_DTS_ENABLE_BIT; in soc_dts_enable()
154 if (!(out & QRK_DTS_ENABLE_BIT)) in soc_dts_disable()
158 out &= ~QRK_DTS_ENABLE_BIT; in soc_dts_disable()