Home
last modified time | relevance | path

Searched refs:min_fixed (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Daml-build.h355 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,
369 Aml *aml_dword_memory(AmlDecode dec, AmlMinFixed min_fixed,
375 Aml *aml_qword_memory(AmlDecode dec, AmlMinFixed min_fixed,
/openbmc/qemu/hw/acpi/
H A Daml-build.c1354 static Aml *aml_as_desc_header(AmlResourceType type, AmlMinFixed min_fixed, in aml_as_desc_header() argument
1358 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1368 static Aml *aml_word_as_desc(AmlResourceType type, AmlMinFixed min_fixed, in aml_word_as_desc() argument
1382 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_word_as_desc()
1392 static Aml *aml_dword_as_desc(AmlResourceType type, AmlMinFixed min_fixed, in aml_dword_as_desc() argument
1407 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_dword_as_desc()
1417 static Aml *aml_qword_as_desc(AmlResourceType type, AmlMinFixed min_fixed, in aml_qword_as_desc() argument
1431 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_qword_as_desc()
1446 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_bus_number() argument
1452 return aml_word_as_desc(AML_BUS_NUMBER_RANGE, min_fixed, max_fixed, dec, in aml_word_bus_number()
[all …]