Lines Matching refs:ifctx
391 Aml *method, *ifctx; in aml_pci_edsm() local
401 ifctx = aml_if(aml_equal(func, zero)); in aml_pci_edsm()
406 build_append_pci_dsm_func0_common(ifctx, ret); in aml_pci_edsm()
407 aml_append(ifctx, aml_store(aml_int(caps), aml_index(ret, zero))); in aml_pci_edsm()
408 aml_append(ifctx, aml_return(ret)); in aml_pci_edsm()
410 aml_append(method, ifctx); in aml_pci_edsm()
418 ifctx = aml_if(aml_equal(func, aml_int(7))); in aml_pci_edsm()
424 aml_append(ifctx, aml_store(pkg, ret)); in aml_pci_edsm()
432 aml_append(ifctx, in aml_pci_edsm()
434 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm()
435 aml_append(ifctx, aml_return(ret)); in aml_pci_edsm()
437 aml_append(method, ifctx); in aml_pci_edsm()
651 Aml *method, *ifctx, *ifctx1; in aml_pci_pdsm() local
666 ifctx = aml_if(aml_equal(func, zero)); in aml_pci_pdsm()
668 build_append_pci_dsm_func0_common(ifctx, ret); in aml_pci_pdsm()
670 aml_append(ifctx, aml_store(zero, caps)); in aml_pci_pdsm()
671 aml_append(ifctx, in aml_pci_pdsm()
691 aml_append(ifctx, ifctx1); in aml_pci_pdsm()
693 aml_append(ifctx, aml_store(caps, aml_index(ret, zero))); in aml_pci_pdsm()
694 aml_append(ifctx, aml_return(ret)); in aml_pci_pdsm()
696 aml_append(method, ifctx); in aml_pci_pdsm()
704 ifctx = aml_if(aml_equal(func, aml_int(7))); in aml_pci_pdsm()
708 aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); in aml_pci_pdsm()
709 aml_append(ifctx, aml_store(pkg, ret)); in aml_pci_pdsm()
730 aml_append(ifctx, ifctx1); in aml_pci_pdsm()
732 aml_append(ifctx, aml_return(ret)); in aml_pci_pdsm()
735 aml_append(method, ifctx); in aml_pci_pdsm()