Searched refs:pll_lock_protect (Results 1 – 2 of 2) sorted by relevance
746 if (temp < -50 && !dev->pll_lock_protect) { /* < 20C */ in mt7601u_temp_comp()747 dev->pll_lock_protect = true; in mt7601u_temp_comp()753 } else if (temp > 50 && dev->pll_lock_protect) { /* > 30C */ in mt7601u_temp_comp()754 dev->pll_lock_protect = false; in mt7601u_temp_comp()
240 bool pll_lock_protect; member