Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/acpica/
H A Dhwsleep.c32 struct acpi_bit_register_info *sleep_type_reg_info; in acpi_hw_legacy_sleep() local
41 sleep_type_reg_info = in acpi_hw_legacy_sleep()
83 pm1a_control &= ~(sleep_type_reg_info->access_bit_mask | in acpi_hw_legacy_sleep()
90 (acpi_gbl_sleep_type_a << sleep_type_reg_info->bit_position); in acpi_hw_legacy_sleep()
92 (acpi_gbl_sleep_type_b << sleep_type_reg_info->bit_position); in acpi_hw_legacy_sleep()
185 struct acpi_bit_register_info *sleep_type_reg_info; in acpi_hw_legacy_wake_prep() local
198 sleep_type_reg_info = in acpi_hw_legacy_wake_prep()
211 pm1a_control &= ~(sleep_type_reg_info->access_bit_mask | in acpi_hw_legacy_wake_prep()
219 sleep_type_reg_info->bit_position); in acpi_hw_legacy_wake_prep()
221 sleep_type_reg_info->bit_position); in acpi_hw_legacy_wake_prep()