Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dhwgpe.c116 status = acpi_hw_read(&enable_mask, &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
157 &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
264 status = acpi_hw_read(&in_byte, &gpe_register_info->enable_address); in acpi_hw_get_gpe_status()
311 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); in acpi_hw_gpe_enable_write()
Devgpeblk.c262 this_register->enable_address.address = in acpi_ev_create_gpe_info_blocks()
266 this_register->enable_address.space_id = gpe_block->space_id; in acpi_ev_create_gpe_info_blocks()
269 this_register->enable_address.bit_width = in acpi_ev_create_gpe_info_blocks()
272 this_register->enable_address.bit_offset = 0; in acpi_ev_create_gpe_info_blocks()
285 status = acpi_hw_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks()
Ddbdisply.c797 enable_address.address)); in acpi_db_display_gpes()
826 enable_address.address)); in acpi_db_display_gpes()
Devgpe.c464 &gpe_register_info->enable_address); in acpi_ev_gpe_detect()
Daclocal.h494 struct acpi_generic_address enable_address; /* Address of enable reg */ member