Home
last modified time | relevance | path

Searched refs:enable_address (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dhwgpe.c116 status = acpi_hw_read(&enable_mask, &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
153 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
254 status = acpi_hw_read(&in_byte, &gpe_register_info->enable_address); in acpi_hw_get_gpe_status()
300 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); in acpi_hw_gpe_enable_write()
Devgpeblk.c261 this_register->enable_address.address = in acpi_ev_create_gpe_info_blocks()
265 this_register->enable_address.space_id = gpe_block->space_id; in acpi_ev_create_gpe_info_blocks()
268 this_register->enable_address.bit_width = in acpi_ev_create_gpe_info_blocks()
271 this_register->enable_address.bit_offset = 0; in acpi_ev_create_gpe_info_blocks()
284 status = acpi_hw_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks()
Devgpe.c410 &gpe_register_info->enable_address); in acpi_ev_gpe_detect()
Daclocal.h454 struct acpi_generic_address enable_address; /* Address of enable reg */ member