Searched refs:tp1_wakeup_time_us (Results 1 – 3 of 3) sorted by relevance
359 if (dev_priv->vbt.psr.tp1_wakeup_time_us == 0) in hsw_activate_psr1()361 else if (dev_priv->vbt.psr.tp1_wakeup_time_us <= 100) in hsw_activate_psr1()363 else if (dev_priv->vbt.psr.tp1_wakeup_time_us <= 500) in hsw_activate_psr1()
718 dev_priv->vbt.psr.tp1_wakeup_time_us = 500; in parse_psr()721 dev_priv->vbt.psr.tp1_wakeup_time_us = 100; in parse_psr()724 dev_priv->vbt.psr.tp1_wakeup_time_us = 0; in parse_psr()731 dev_priv->vbt.psr.tp1_wakeup_time_us = 2500; in parse_psr()754 dev_priv->vbt.psr.tp1_wakeup_time_us = psr_table->tp1_wakeup_time * 100; in parse_psr()
1088 int tp1_wakeup_time_us; member