Searched refs:get_vram_offset (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | artist.c | 802 static int get_vram_offset(ARTISTState *s, struct vram_buffer *buf, in get_vram_offset() function 826 artist_vram_write4(s, buf, get_vram_offset(s, buf, pos, posy), data); in vram_bit_write() 831 artist_vram_write4(s, buf, get_vram_offset(s, buf, pos >> 2, posy), in vram_bit_write() 837 artist_vram_write32(s, buf, get_vram_offset(s, buf, pos >> 2, posy), in vram_bit_write() 843 artist_vram_write32(s, buf, get_vram_offset(s, buf, pos >> 2, posy), in vram_bit_write() 883 offset = get_vram_offset(s, buf, addr >> 2, 0); in artist_vram_read()
|