Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Dhwregs.c290 acpi_status acpi_hw_write(u64 value, struct acpi_generic_address *reg) in acpi_hw_write() function
463 acpi_hw_write(pm1a_control, &acpi_gbl_FADT.xpm1a_control_block); in acpi_hw_write_pm1_control()
470 acpi_hw_write(pm1b_control, in acpi_hw_write_pm1_control()
672 acpi_hw_write(value, &acpi_gbl_FADT.xpm2_control_block); in acpi_hw_register_write()
677 status = acpi_hw_write(value, &acpi_gbl_FADT.xpm_timer_block); in acpi_hw_register_write()
778 status = acpi_hw_write(value, register_a); in acpi_hw_write_multiple()
796 status = acpi_hw_write(value, register_b); in acpi_hw_write_multiple()
Dhwgpe.c122 acpi_hw_write(enable_mask, in acpi_hw_low_set_gpe()
162 acpi_hw_write(register_bit, &gpe_register_info->status_address); in acpi_hw_clear_gpe()
277 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); in acpi_hw_gpe_enable_write()
345 acpi_hw_write(0xFF, in acpi_hw_clear_gpe_block()
Dhwxface.c66 status = acpi_hw_write(acpi_gbl_FADT.reset_value, reset_reg); in acpi_reset()
122 status = acpi_hw_write(value, reg); in ACPI_EXPORT_SYMBOL()
Devgpeblk.c251 status = acpi_hw_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks()
258 status = acpi_hw_write(0xFF, &this_register->status_address); in acpi_ev_create_gpe_info_blocks()
Dachware.h37 acpi_status acpi_hw_write(u64 value, struct acpi_generic_address *reg);