Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Daml-build.c1355 uint8_t type_flags) in aml_as_desc_header() argument
1362 build_append_byte(var->buf, type_flags); /* Type Specific Flags */ in aml_as_desc_header()
1371 uint16_t len, uint8_t type_flags) in aml_word_as_desc() argument
1381 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_word_as_desc()
1395 uint32_t len, uint8_t type_flags) in aml_dword_as_desc() argument
1406 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_dword_as_desc()
1420 uint64_t len, uint8_t type_flags) in aml_qword_as_desc() argument
1430 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_qword_as_desc()
2595 uint16_t type_flags, in aml_serial_bus_device() argument
2608 build_append_int_noprefix(var->buf, type_flags, /* Type Specific Flags */ in aml_serial_bus_device()
[all …]