Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thermal/
Dintel_quark_dts_thermal.c76 #define QRK_DTS_ENABLE_BIT BIT(15) macro
133 if (out & QRK_DTS_ENABLE_BIT) { in soc_dts_enable()
139 out |= QRK_DTS_ENABLE_BIT; in soc_dts_enable()
166 if (!(out & QRK_DTS_ENABLE_BIT)) { in soc_dts_disable()
172 out &= ~QRK_DTS_ENABLE_BIT; in soc_dts_disable()