Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-amd.c200 char *active_level; in amd_gpio_dbg_show() local
252 active_level = "↑"; in amd_gpio_dbg_show()
254 active_level = "↓"; in amd_gpio_dbg_show()
257 active_level = "b"; in amd_gpio_dbg_show()
259 active_level = "?"; in amd_gpio_dbg_show()
279 active_level, in amd_gpio_dbg_show()
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h328 AmlActiveHighAndLow active_level, AmlShared shared,
/openbmc/qemu/hw/acpi/
H A Daml-build.c953 AmlActiveHighAndLow active_level, AmlShared shared, in aml_gpio_int() argument
959 uint8_t flags = edge_level | (active_level << 1) | (shared << 3); in aml_gpio_int()