Searched refs:AOPOBJ_SETUP_COMPLETE (Results 1 – 3 of 3) sorted by relevance
174 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) { in acpi_ev_address_space_dispatch()218 if (!(region_obj->region.flags & AOPOBJ_SETUP_COMPLETE)) { in acpi_ev_address_space_dispatch()219 region_obj->region.flags |= AOPOBJ_SETUP_COMPLETE; in acpi_ev_address_space_dispatch()409 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) { in acpi_ev_detach_region()436 ~(AOPOBJ_SETUP_COMPLETE); in acpi_ev_detach_region()
262 if (region_obj->region.flags & AOPOBJ_SETUP_COMPLETE) { in acpi_ev_pci_config_region_setup()536 region_obj->common.flags &= ~(AOPOBJ_SETUP_COMPLETE); in acpi_ev_initialize_region()
97 #define AOPOBJ_SETUP_COMPLETE 0x10 /* Region setup is complete */ macro