Lines Matching full:bsel
352 aml_store(aml_name("BSEL"), aml_index(params, aml_int(0)))); in aml_pci_device_dsm()
514 QObject *bsel = object_property_get_qobject(OBJECT(bus), in build_append_pcihp_slots() local
516 uint64_t bsel_val = qnum_get_uint(qobject_to(QNum, bsel)); in build_append_pcihp_slots()
517 qobject_unref(bsel); in build_append_pcihp_slots()
519 aml_append(parent_scope, aml_name_decl("BSEL", aml_int(bsel_val))); in build_append_pcihp_slots()
548 aml_call2("PCEJ", aml_name("BSEL"), aml_name("_SUN")) in build_append_pcihp_slots()
596 QObject *bsel; in build_append_notfication_callback() local
620 * ps: hostbridge might not have hotplug (bsel) enabled but might have in build_append_notfication_callback()
621 * child bridges that do have bsel. in build_append_notfication_callback()
626 bsel = object_property_get_qobject(OBJECT(bus), ACPI_PCIHP_PROP_BSEL, NULL); in build_append_notfication_callback()
627 if (bsel) { in build_append_notfication_callback()
628 uint64_t bsel_val = qnum_get_uint(qobject_to(QNum, bsel)); in build_append_notfication_callback()
644 qobject_unref(bsel); in build_append_notfication_callback()