Searched refs:acpi_hw_write (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | hwregs.c | 147 * LIMITATIONS: <These limitations also apply to acpi_hw_write> 199 * FUNCTION: acpi_hw_write 212 acpi_status acpi_hw_write(u32 value, struct acpi_generic_address *reg) acpi_hw_write() function 342 acpi_hw_write(pm1a_control, &acpi_gbl_FADT.xpm1a_control_block); acpi_hw_write_pm1_control() 349 acpi_hw_write(pm1b_control, acpi_hw_write_pm1_control() 541 acpi_hw_write(value, &acpi_gbl_FADT.xpm2_control_block); acpi_hw_register_write() 546 status = acpi_hw_write(value, &acpi_gbl_FADT.xpm_timer_block); acpi_hw_register_write() 644 status = acpi_hw_write(value, register_a); acpi_hw_write_multiple() 662 status = acpi_hw_write(value, register_b); acpi_hw_write_multiple()
|
H A D | hwgpe.c | 153 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); acpi_hw_low_set_gpe() 190 status = acpi_hw_write(register_bit, acpi_hw_clear_gpe() 300 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); acpi_hw_gpe_enable_write() 368 acpi_hw_write(0xFF, acpi_hw_clear_gpe_block()
|
H A D | achware.h | 71 acpi_status acpi_hw_write(u32 value, struct acpi_generic_address *reg);
|
H A D | evgpeblk.c | 284 status = acpi_hw_write(0x00, &this_register->enable_address); acpi_ev_create_gpe_info_blocks() 291 status = acpi_hw_write(0xFF, &this_register->status_address); acpi_ev_create_gpe_info_blocks()
|
H A D | hwxface.c | 101 status = acpi_hw_write(acpi_gbl_FADT.reset_value, reset_reg); acpi_reset()
|
Completed in 296 milliseconds