Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Dhwgpe.c146 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()
284 acpi_hw_write(0x00, in acpi_hw_disable_gpe_block()
321 acpi_hw_write(0xFF, in acpi_hw_clear_gpe_block()
364 acpi_hw_write(gpe_block->register_info[i].enable_for_run, in acpi_hw_enable_runtime_gpe_block()
406 acpi_hw_write(gpe_block->register_info[i].enable_for_wake, in acpi_hw_enable_wakeup_gpe_block()
Dhwregs.c214 acpi_status acpi_hw_write(u32 value, struct acpi_generic_address *reg) in acpi_hw_write() function
343 acpi_hw_write(pm1a_control, &acpi_gbl_FADT.xpm1a_control_block); in acpi_hw_write_pm1_control()
350 acpi_hw_write(pm1b_control, in acpi_hw_write_pm1_control()
544 acpi_hw_write(value, &acpi_gbl_FADT.xpm2_control_block); in acpi_hw_register_write()
549 status = acpi_hw_write(value, &acpi_gbl_FADT.xpm_timer_block); in acpi_hw_register_write()
646 status = acpi_hw_write(value, register_a); in acpi_hw_write_multiple()
664 status = acpi_hw_write(value, register_b); in acpi_hw_write_multiple()
Devgpeblk.c288 status = acpi_hw_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks()
295 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.c95 status = acpi_hw_write(acpi_gbl_FADT.reset_value, reset_reg); in acpi_reset()