Searched refs:max_fixed (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 355 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, 359 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, 364 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, 370 AmlMaxFixed max_fixed, AmlCacheable cacheable, 376 AmlMaxFixed max_fixed, AmlCacheable cacheable,
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 1356 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument 1359 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header() 1370 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument 1394 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument 1419 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument 1463 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument 1470 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io() 1481 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument 1500 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument 1508 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory() [all …]
|