Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/atom/
Dpmc_atom.c208 u16 pm1_cnt_port; in pmc_power_off() local
213 pm1_cnt_port = acpi_base_addr + PM1_CNT; in pmc_power_off()
215 pm1_cnt_value = inl(pm1_cnt_port); in pmc_power_off()
220 outl(pm1_cnt_value, pm1_cnt_port); in pmc_power_off()