Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Dhwregs.c195 acpi_status acpi_hw_read(u64 *value, struct acpi_generic_address *reg) in acpi_hw_read() function
530 acpi_hw_read(&value64, &acpi_gbl_FADT.xpm2_control_block); in acpi_hw_register_read()
538 status = acpi_hw_read(&value64, &acpi_gbl_FADT.xpm_timer_block); in acpi_hw_register_read()
659 acpi_hw_read(&read_value64, in acpi_hw_register_write()
725 status = acpi_hw_read(&value64, register_a); in acpi_hw_read_multiple()
734 status = acpi_hw_read(&value64, register_b); in acpi_hw_read_multiple()
Dhwgpe.c82 status = acpi_hw_read(&enable_mask, &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
230 status = acpi_hw_read(&in_byte, &gpe_register_info->enable_address); in acpi_hw_get_gpe_status()
241 status = acpi_hw_read(&in_byte, &gpe_register_info->status_address); in acpi_hw_get_gpe_status()
Dhwtimer.c77 status = acpi_hw_read(&timer_value, &acpi_gbl_FADT.xpm_timer_block); in ACPI_EXPORT_SYMBOL()
Dachware.h35 acpi_status acpi_hw_read(u64 *value, struct acpi_generic_address *reg);
Devgpe.c659 status = acpi_hw_read(&enable_reg, &gpe_register_info->enable_address); in acpi_ev_detect_gpe()
666 status = acpi_hw_read(&status_reg, &gpe_register_info->status_address); in acpi_ev_detect_gpe()
Dhwxface.c98 status = acpi_hw_read(return_value, reg); in ACPI_EXPORT_SYMBOL()