Lines Matching refs:ifctx
55 Aml *method, *UUID, *ifctx, *ifctx1, *elsectx, *buf; in acpi_dsdt_add_pci_osc() local
71 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
72 aml_append(ifctx, in acpi_dsdt_add_pci_osc()
74 aml_append(ifctx, in acpi_dsdt_add_pci_osc()
76 aml_append(ifctx, aml_store(aml_name("CDW2"), aml_name("SUPP"))); in acpi_dsdt_add_pci_osc()
77 aml_append(ifctx, aml_store(aml_name("CDW3"), aml_name("CTRL"))); in acpi_dsdt_add_pci_osc()
83 aml_append(ifctx, aml_and(aml_name("CTRL"), aml_int(0x1F), in acpi_dsdt_add_pci_osc()
89 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
94 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
96 aml_append(ifctx, aml_store(aml_name("CTRL"), aml_name("CDW3"))); in acpi_dsdt_add_pci_osc()
97 aml_append(ifctx, aml_return(aml_arg(3))); in acpi_dsdt_add_pci_osc()
98 aml_append(method, ifctx); in acpi_dsdt_add_pci_osc()
115 ifctx = aml_if(aml_equal(aml_arg(0), UUID)); in acpi_dsdt_add_pci_osc()
120 aml_append(ifctx, ifctx1); in acpi_dsdt_add_pci_osc()
121 aml_append(method, ifctx); in acpi_dsdt_add_pci_osc()