Searched refs:dst_bm_access (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | artist.c | 90 uint32_t dst_bm_access; member 240 return (s->dst_bm_access >> 12) & 0x0f; in vram_write_bufidx() 816 switch (s->dst_bm_access >> 16) { in vram_bit_write() 848 __func__, s->dst_bm_access); in vram_bit_write() 899 __func__, s->dst_bm_access); in artist_vram_read() 1042 combine_write_reg(addr, val, size, &s->dst_bm_access); in artist_reg_write() 1047 combine_write_reg(addr, val, size, &s->dst_bm_access); in artist_reg_write() 1465 VMSTATE_UINT32(dst_bm_access, ARTISTState),
|