Searched refs:pll_lock_protect (Results 1 – 2 of 2) sorted by relevance
743 if (temp < -50 && !dev->pll_lock_protect) { /* < 20C */ in mt7601u_temp_comp()744 dev->pll_lock_protect = true; in mt7601u_temp_comp()750 } else if (temp > 50 && dev->pll_lock_protect) { /* > 30C */ in mt7601u_temp_comp()751 dev->pll_lock_protect = false; in mt7601u_temp_comp()
236 bool pll_lock_protect; member