Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c37 {IWL_TI_1, 105, CT_KILL_THRESHOLD - 1},
46 {IWL_TI_1, IWL_ABSOLUTE_ZERO, 100},
68 if (tt->state >= IWL_TI_1) in iwl_tt_is_low_power_state()
263 tt->state = IWL_TI_1; in iwl_legacy_tt_handler()
281 case IWL_TI_1: in iwl_legacy_tt_handler()
394 if (tt->state >= IWL_TI_1) { in iwl_advance_tt_handler()
628 (IWL_TI_1 * (IWL_TI_STATE_MAX - 1)); in iwl_tt_initialize()
H A Dtt.h28 IWL_TI_1, /* high temperature detect, low power state */ enumerator