Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/acpi/
Dacpi.h28 #define ACPI_RESOURCE_COUNT_GET(res) (res)->mmio_max
79 uint8_t mmio_max; member
/Zephyr-latest/tests/lib/acpi/integration/src/
Dmain.c62 mmio_res.mmio_max = ARRAY_SIZE(reg_base); in ZTEST()
/Zephyr-latest/soc/intel/common/
Dsoc_gpio.c58 mmio_res.mmio_max = ARRAY_SIZE(reg_base); in soc_acpi_gpio_resource_get()
/Zephyr-latest/lib/acpi/
Dacpi_shell.c298 mmio_res.mmio_max = ARRAY_SIZE(reg_base); in get_acpi_dev_resource()
Dacpi.c533 if (mmio_cnt >= mmio_res->mmio_max && in acpi_device_mmio_get()
543 mmio_res->mmio_max = mmio_cnt; in acpi_device_mmio_get()