Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c73 #define QRK_DTS_ENABLE_BIT BIT(15) macro
131 if (out & QRK_DTS_ENABLE_BIT) in soc_dts_enable()
135 out |= QRK_DTS_ENABLE_BIT; in soc_dts_enable()
159 if (!(out & QRK_DTS_ENABLE_BIT)) in soc_dts_disable()
163 out &= ~QRK_DTS_ENABLE_BIT; in soc_dts_disable()

Completed in 2 milliseconds