Home
last modified time | relevance | path

Searched refs:max_base (Results 1 – 4 of 4) 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.c1025 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, in aml_io() argument
1033 build_append_byte(var->buf, max_base & 0xff); in aml_io()
1034 build_append_byte(var->buf, (max_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,
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dctrl.c2825 u64 max_base = 0; in irdma_sc_parse_fpm_commit_buf() local
2875 if (info[i].base > max_base) { in irdma_sc_parse_fpm_commit_buf()
2876 max_base = info[i].base; in irdma_sc_parse_fpm_commit_buf()