Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dhwgpe.c153 &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
193 &gpe_register_info->enable_address); in acpi_hw_low_set_gpe()
300 status = acpi_hw_gpe_read(&in_byte, &gpe_register_info->enable_address); in acpi_hw_get_gpe_status()
348 &gpe_register_info->enable_address); in acpi_hw_gpe_enable_write()
555 &gpe_register_info->enable_address); in acpi_hw_get_gpe_block_status()
Devgpeblk.c231 this_register->enable_address.address = in acpi_ev_create_gpe_info_blocks()
235 this_register->enable_address.space_id = gpe_block->space_id; in acpi_ev_create_gpe_info_blocks()
248 status = acpi_hw_gpe_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_gpe_read(&enable_reg, &gpe_register_info->enable_address); in acpi_ev_detect_gpe()
Daclocal.h468 struct acpi_gpe_address enable_address; /* Address of enable reg */ member