Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c73 #define QRK_DTS_ENABLE_BIT BIT(15) macro
129 if (out & QRK_DTS_ENABLE_BIT) in soc_dts_enable()
133 out |= QRK_DTS_ENABLE_BIT; in soc_dts_enable()
157 if (!(out & QRK_DTS_ENABLE_BIT)) in soc_dts_disable()
161 out &= ~QRK_DTS_ENABLE_BIT; in soc_dts_disable()