Searched refs:Tscgf3Config (Results 1 – 1 of 1) sorted by relevance
563 UINT32 Tscgf3Config; in QNCThermalSensorSetRatiometricMode() local568 Tscgf3Config = QNCAltPortRead (QUARK_SCSS_SOC_UNIT_SB_PORT_ID, QUARK_SCSS_SOC_UNIT_TSCGF3_CONFIG); in QNCThermalSensorSetRatiometricMode()600 Tscgf3Config &= ~(B_TSCGF3_CONFIG_ITSGAMMACOEFF_MASK); in QNCThermalSensorSetRatiometricMode()601 Tscgf3Config |= (V_TSCGF3_CONFIG_ITSGAMMACOEFF_RATIO_MODE << B_TSCGF3_CONFIG_ITSGAMMACOEFF_BP); in QNCThermalSensorSetRatiometricMode()606 QNCAltPortWrite (QUARK_SCSS_SOC_UNIT_SB_PORT_ID, QUARK_SCSS_SOC_UNIT_TSCGF3_CONFIG, Tscgf3Config); in QNCThermalSensorSetRatiometricMode()672 UINT32 Tscgf3Config; in QNCThermalSensorEnableWithCatastrophicTrip() local690 Tscgf3Config = QNCAltPortRead (QUARK_SCSS_SOC_UNIT_SB_PORT_ID, QUARK_SCSS_SOC_UNIT_TSCGF3_CONFIG); in QNCThermalSensorEnableWithCatastrophicTrip()709 Tscgf3Config &= ~(B_TSCGF3_CONFIG_ITSRST); in QNCThermalSensorEnableWithCatastrophicTrip()712 QNCAltPortWrite (QUARK_SCSS_SOC_UNIT_SB_PORT_ID, QUARK_SCSS_SOC_UNIT_TSCGF3_CONFIG, Tscgf3Config); in QNCThermalSensorEnableWithCatastrophicTrip()