Searched refs:blockmove_source (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | artist.c | 66 uint32_t blockmove_source; member 1011 combine_write_reg(addr, val, size, &s->blockmove_source); in artist_reg_write() 1017 block_move(s, artist_get_x(s->blockmove_source), in artist_reg_write() 1018 artist_get_y(s->blockmove_source), in artist_reg_write() 1029 artist_get_x(s->blockmove_source), in artist_reg_write() 1030 artist_get_y(s->blockmove_source), in artist_reg_write() 1449 VMSTATE_UINT32(blockmove_source, ARTISTState),
|