Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Dhwgpe.c82 status = acpi_hw_read(&enable_mask, &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
123 &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
230 status = acpi_hw_read(&in_byte, &gpe_register_info->enable_address); in acpi_hw_get_gpe_status()
277 status = acpi_hw_write(enable_mask, &gpe_register_info->enable_address); in acpi_hw_gpe_enable_write()
Devgpeblk.c228 this_register->enable_address.address = in acpi_ev_create_gpe_info_blocks()
232 this_register->enable_address.space_id = gpe_block->space_id; in acpi_ev_create_gpe_info_blocks()
235 this_register->enable_address.bit_width = in acpi_ev_create_gpe_info_blocks()
238 this_register->enable_address.bit_offset = 0; in acpi_ev_create_gpe_info_blocks()
251 status = acpi_hw_write(0x00, &this_register->enable_address); in acpi_ev_create_gpe_info_blocks()
Ddbdisply.c787 enable_address.address)); in acpi_db_display_gpes()
816 enable_address.address)); in acpi_db_display_gpes()
Devgpe.c659 status = acpi_hw_read(&enable_reg, &gpe_register_info->enable_address); in acpi_ev_detect_gpe()
Daclocal.h461 struct acpi_generic_address enable_address; /* Address of enable reg */ member