Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dpmc_atom.c117 u32 pm1_cnt_value; in pmc_power_off() local
123 pm1_cnt_value = inl(pm1_cnt_port); in pmc_power_off()
124 pm1_cnt_value &= SLEEP_TYPE_MASK; in pmc_power_off()
125 pm1_cnt_value |= SLEEP_TYPE_S5; in pmc_power_off()
126 pm1_cnt_value |= SLEEP_ENABLE; in pmc_power_off()
128 outl(pm1_cnt_value, pm1_cnt_port); in pmc_power_off()