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.c77 uint32_t cursor_cntrl; member
347 *x -= (s->cursor_cntrl & 0xf0) >> 4; in artist_get_cursor_pos()
351 *y -= (s->cursor_cntrl & 0x0f); in artist_get_cursor_pos()
365 return s->cursor_cntrl & 0x80; in cursor_visible()
1098 combine_write_reg(addr, val, size, &s->cursor_cntrl); in artist_reg_write()
1456 VMSTATE_UINT32(cursor_cntrl, ARTISTState),