Searched refs:aml_shiftleft (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/acpi/ |
| H A D | pcihp.c | 580 aml_or(caps, aml_shiftleft(one, aml_int(7)), caps)); in aml_pci_pdsm() 666 aml_store(aml_shiftleft(aml_int(1), aml_arg(1)), aml_name("B0EJ"))); in build_acpi_pci_hotplug() 675 aml_store(aml_shiftleft(aml_int(1), aml_arg(1)), aml_name("PIDX"))); in build_acpi_pci_hotplug()
|
| H A D | nvdimm.c | 1132 aml_append(method, aml_store(aml_shiftleft(dsm_out_buf_size, aml_int(3)), in nvdimm_build_common_dsm() 1206 aml_shiftleft(buf_size, aml_int(3)), "BUFF")); in nvdimm_build_fit() 1319 aml_shiftleft(aml_name("LEN"), aml_int(3)), in nvdimm_build_nvdimm_devices()
|
| H A D | aml-build.c | 728 Aml *aml_shiftleft(Aml *arg1, Aml *count) in aml_shiftleft() function
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | aml-build.h | 307 Aml *aml_shiftleft(Aml *arg1, Aml *count);
|