Home
last modified time | relevance | path

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

/openbmc/qemu/hw/gpio/
H A Dimx_gpio.c188 if (s->has_edge_sel) { in imx_gpio_read()
249 if (s->has_edge_sel) { in imx_gpio_write()
287 VMSTATE_BOOL(has_edge_sel, IMXGPIOState),
294 DEFINE_PROP_BOOL("has-edge-sel", IMXGPIOState, has_edge_sel, true),
/openbmc/qemu/include/hw/gpio/
H A Dimx_gpio.h56 bool has_edge_sel; member