Searched refs:cursor_cntrl (Results 1 – 1 of 1) sorted by relevance
79 uint32_t cursor_cntrl; member349 *x -= (s->cursor_cntrl & 0xf0) >> 4; in artist_get_cursor_pos()353 *y -= (s->cursor_cntrl & 0x0f); in artist_get_cursor_pos()367 return s->cursor_cntrl & 0x80; in cursor_visible()1100 combine_write_reg(addr, val, size, &s->cursor_cntrl); in artist_reg_write()1458 VMSTATE_UINT32(cursor_cntrl, ARTISTState),