WPT_TSEL 121 drivers/thermal/intel/intel_pch_thermal.c if (WPT_TSEL_ETS & readb(ptd->hw_base + WPT_TSEL)) { WPT_TSEL 126 drivers/thermal/intel/intel_pch_thermal.c tsel = readb(ptd->hw_base + WPT_TSEL); WPT_TSEL 136 drivers/thermal/intel/intel_pch_thermal.c writeb(tsel|WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL); WPT_TSEL 137 drivers/thermal/intel/intel_pch_thermal.c if (!(WPT_TSEL_ETS & readb(ptd->hw_base + WPT_TSEL))) { WPT_TSEL 187 drivers/thermal/intel/intel_pch_thermal.c tsel = readb(ptd->hw_base + WPT_TSEL); WPT_TSEL 189 drivers/thermal/intel/intel_pch_thermal.c writeb(tsel & 0xFE, ptd->hw_base + WPT_TSEL); WPT_TSEL 201 drivers/thermal/intel/intel_pch_thermal.c tsel = readb(ptd->hw_base + WPT_TSEL); WPT_TSEL 203 drivers/thermal/intel/intel_pch_thermal.c writeb(tsel | WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL);