Searched refs:activated_rows (Results 1 – 2 of 2) sorted by relevance
46 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()
45 uint8_t activated_rows; member