Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Ddm163.c46 VMSTATE_UINT8(activated_rows, DM163State),
71 s->activated_rows = 0; in dm163_reset_hold()
135 if (s->activated_rows & (1 << row)) { in dm163_propagate_outputs()
237 s->activated_rows |= (1 << line); in dm163_rows_gpio_handler()
242 s->activated_rows &= ~(1 << line); in dm163_rows_gpio_handler()
245 trace_dm163_activated_rows(s->activated_rows); in dm163_rows_gpio_handler()
/openbmc/qemu/include/hw/display/
H A Ddm163.h45 uint8_t activated_rows; member