Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dhwgpe.c147 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
184 status = acpi_hw_write(register_bit, in acpi_hw_clear_gpe()
290 acpi_hw_write(0x00, in acpi_hw_disable_gpe_block()
327 acpi_hw_write(0xFF, in acpi_hw_clear_gpe_block()
371 acpi_hw_write(gpe_block->register_info[i].enable_for_run, in acpi_hw_enable_runtime_gpe_block()
413 acpi_hw_write(gpe_block->register_info[i].enable_for_wake, in acpi_hw_enable_wakeup_gpe_block()
Dhwregs.c212 acpi_status acpi_hw_write(u32 value, struct acpi_generic_address *reg) in acpi_hw_write() function
342 acpi_hw_write(pm1a_control, &acpi_gbl_FADT.xpm1a_control_block); in acpi_hw_write_pm1_control()
349 acpi_hw_write(pm1b_control, in acpi_hw_write_pm1_control()
541 acpi_hw_write(value, &acpi_gbl_FADT.xpm2_control_block); in acpi_hw_register_write()
546 status = acpi_hw_write(value, &acpi_gbl_FADT.xpm_timer_block); in acpi_hw_register_write()
644 status = acpi_hw_write(value, register_a); in acpi_hw_write_multiple()
662 status = acpi_hw_write(value, register_b); in acpi_hw_write_multiple()
Devgpeblk.c284 status = acpi_hw_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks()
291 status = acpi_hw_write(0xFF, &this_register->status_address); in acpi_ev_create_gpe_info_blocks()
Dachware.h71 acpi_status acpi_hw_write(u32 value, struct acpi_generic_address *reg);
Dhwxface.c101 status = acpi_hw_write(acpi_gbl_FADT.reset_value, reset_reg); in acpi_reset()