Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c79 uint32_t cursor_cntrl; member
349 *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),