Home
last modified time | relevance | path

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

/openbmc/u-boot/board/bluewater/gurnard/
H A Dgurnard.c128 int posx, posy; in lcd_splash() local
132 posy = y; in lcd_splash()
133 base_addr[posy * width + posx] = colour; in lcd_splash()
/openbmc/qemu/hw/display/
H A Dartist.c801 int pos, int posy) in get_vram_offset() argument
807 posy += ADDR_TO_Y(pos); in get_vram_offset()
808 return posy * width + posx; in get_vram_offset()
811 static int vram_bit_write(ARTISTState *s, uint32_t pos, int posy, in vram_bit_write() argument
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()
H A Djazz_led.c86 int posy, int posx1, int posx2, in draw_horizontal_line() argument
93 d = surface_data(ds) + surface_stride(ds) * posy + bpp * posx1; in draw_horizontal_line()
H A Domap_dss.c63 int posy; member
162 s->dispc.l[0].posy = 0; in omap_dss_reset()
321 return (s->dispc.l[0].posy << 16) | s->dispc.l[0].posx; in omap_disc_read()
520 s->dispc.l[0].posy = ((value >> 16) & 0x7ff); /* GFXPOSY */ in omap_disc_write()
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() argument
318 info.pos_y = posy; in omapvid_setup_overlay()
360 int posx, posy, outw, outh; in omapvid_init() local
384 posy = (timing->y_res - win->w.width) - win->w.left; in omapvid_init()
390 posy = (timing->y_res - win->w.height) - win->w.top; in omapvid_init()
395 posy = win->w.left; in omapvid_init()
401 posy = win->w.top; in omapvid_init()
405 ret = omapvid_setup_overlay(vout, ovl, posx, posy, in omapvid_init()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h124 u16 posx, u16 posy, u16 outw, u16 outh);
H A Domapfb-main.c832 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() argument
858 posx, posy, outw, outh); in omapfb_setup_overlay()
908 info.pos_y = posy; in omapfb_setup_overlay()
932 u16 posx, posy; in omapfb_apply_changes() local
975 posy = 0; in omapfb_apply_changes()
980 posy = info.pos_y; in omapfb_apply_changes()
983 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()
/openbmc/qemu/ui/
H A Dconsole-vc.c127 static void qemu_console_fill_rect(QemuConsole *con, int posx, int posy, in qemu_console_fill_rect() argument
132 .x = posx, .y = posy, .width = width, .height = height in qemu_console_fill_rect()