Lines Matching refs:ifctx

392     Aml *method, *ifctx;  in aml_pci_edsm()  local
402 ifctx = aml_if(aml_equal(func, zero)); in aml_pci_edsm()
407 build_append_pci_dsm_func0_common(ifctx, ret); in aml_pci_edsm()
408 aml_append(ifctx, aml_store(aml_int(caps), aml_index(ret, zero))); in aml_pci_edsm()
409 aml_append(ifctx, aml_return(ret)); in aml_pci_edsm()
411 aml_append(method, ifctx); in aml_pci_edsm()
419 ifctx = aml_if(aml_equal(func, aml_int(7))); in aml_pci_edsm()
425 aml_append(ifctx, aml_store(pkg, ret)); in aml_pci_edsm()
433 aml_append(ifctx, in aml_pci_edsm()
435 aml_append(ifctx, aml_store(aidx, aml_index(ret, zero))); in aml_pci_edsm()
436 aml_append(ifctx, aml_return(ret)); in aml_pci_edsm()
438 aml_append(method, ifctx); in aml_pci_edsm()
652 Aml *method, *ifctx, *ifctx1; in aml_pci_pdsm() local
667 ifctx = aml_if(aml_equal(func, zero)); in aml_pci_pdsm()
669 build_append_pci_dsm_func0_common(ifctx, ret); in aml_pci_pdsm()
671 aml_append(ifctx, aml_store(zero, caps)); in aml_pci_pdsm()
672 aml_append(ifctx, in aml_pci_pdsm()
692 aml_append(ifctx, ifctx1); in aml_pci_pdsm()
694 aml_append(ifctx, aml_store(caps, aml_index(ret, zero))); in aml_pci_pdsm()
695 aml_append(ifctx, aml_return(ret)); in aml_pci_pdsm()
697 aml_append(method, ifctx); in aml_pci_pdsm()
705 ifctx = aml_if(aml_equal(func, aml_int(7))); in aml_pci_pdsm()
709 aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); in aml_pci_pdsm()
710 aml_append(ifctx, aml_store(pkg, ret)); in aml_pci_pdsm()
731 aml_append(ifctx, ifctx1); in aml_pci_pdsm()
733 aml_append(ifctx, aml_return(ret)); in aml_pci_pdsm()
736 aml_append(method, ifctx); in aml_pci_pdsm()