Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dartist.c800 static int get_vram_offset(ARTISTState *s, struct vram_buffer *buf, in get_vram_offset() function
824 artist_vram_write4(s, buf, get_vram_offset(s, buf, pos, posy), data); in vram_bit_write()
829 artist_vram_write4(s, buf, get_vram_offset(s, buf, pos >> 2, posy), in vram_bit_write()
835 artist_vram_write32(s, buf, get_vram_offset(s, buf, pos >> 2, posy), in vram_bit_write()
841 artist_vram_write32(s, buf, get_vram_offset(s, buf, pos >> 2, posy), in vram_bit_write()
881 offset = get_vram_offset(s, buf, addr >> 2, 0); in artist_vram_read()