Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/atom/
Dpmc_atom.c209 u32 pm1_cnt_value; in pmc_power_off() local
215 pm1_cnt_value = inl(pm1_cnt_port); in pmc_power_off()
216 pm1_cnt_value &= SLEEP_TYPE_MASK; in pmc_power_off()
217 pm1_cnt_value |= SLEEP_TYPE_S5; in pmc_power_off()
218 pm1_cnt_value |= SLEEP_ENABLE; in pmc_power_off()
220 outl(pm1_cnt_value, pm1_cnt_port); in pmc_power_off()