Lines Matching refs:aml_index
353 aml_store(aml_name("BSEL"), aml_index(params, aml_int(0)))); in aml_pci_device_dsm()
355 aml_store(aml_name("ASUN"), aml_index(params, aml_int(1)))); in aml_pci_device_dsm()
408 aml_append(ifctx, aml_store(aml_int(caps), aml_index(ret, zero))); in aml_pci_edsm()
434 aml_store(aml_derefof(aml_index(params, aml_int(0))), aidx)); in aml_pci_edsm()
435 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm()
661 Aml *bnum = aml_derefof(aml_index(params, aml_int(0))); in aml_pci_pdsm()
662 Aml *sunum = aml_derefof(aml_index(params, aml_int(1))); in aml_pci_pdsm()
694 aml_append(ifctx, aml_store(caps, aml_index(ret, zero))); in aml_pci_pdsm()
724 aml_append(ifctx1, aml_store(acpi_index, aml_index(ret, zero))); in aml_pci_pdsm()
729 aml_index(ret, one))); in aml_pci_pdsm()
895 aml_store(aml_derefof(aml_index(buf, idx)), aml_name("DBGB"))); in build_dbg_aml()