Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Daml-build-stub.c59 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, in aml_io() argument
H A Daml-build.c1026 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, in aml_io() argument
1032 build_append_byte(var->buf, min_base & 0xff); in aml_io()
1033 build_append_byte(var->buf, (min_base >> 8) & 0xff); in aml_io()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h339 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base,