QRK_DTS_MASK_TP_THRES 208 drivers/thermal/intel/intel_quark_dts_thermal.c *temp = (out >> (trip * QRK_DTS_SHIFT_TP)) & QRK_DTS_MASK_TP_THRES; QRK_DTS_MASK_TP_THRES 260 drivers/thermal/intel/intel_quark_dts_thermal.c out = (store_ptps & ~(QRK_DTS_MASK_TP_THRES << QRK_DTS_MASK_TP_THRES 262 drivers/thermal/intel/intel_quark_dts_thermal.c out |= (temp_out & QRK_DTS_MASK_TP_THRES) <<