Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dintel_pch_thermal.c124 u8 tsel; in pch_wpt_init() local
135 tsel = readb(ptd->hw_base + WPT_TSEL); in pch_wpt_init()
140 if (tsel & WPT_TSEL_PLDB) { in pch_wpt_init()
145 writeb(tsel|WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL); in pch_wpt_init()
191 u8 tsel; in pch_wpt_suspend() local
196 tsel = readb(ptd->hw_base + WPT_TSEL); in pch_wpt_suspend()
198 writeb(tsel & 0xFE, ptd->hw_base + WPT_TSEL); in pch_wpt_suspend()
205 u8 tsel; in pch_wpt_resume() local
210 tsel = readb(ptd->hw_base + WPT_TSEL); in pch_wpt_resume()
212 writeb(tsel | WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL); in pch_wpt_resume()