Lines Matching refs:v_rowbytes

1339 	linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2);  in vc_clear_screen()
1341 rowlongs = vinfo.v_rowbytes >> 2; in vc_clear_screen()
1429 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_8()
1442 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_8()
1476 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_8()
1497 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_16()
1510 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_16()
1538 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_16()
1567 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_32()
1584 where = (uint32_t *)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_32()
1609 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_32()
1711 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_reverse_cursor()
1730 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_reverse_cursor()
1743 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_scroll_down()
1744 rowline = vinfo.v_rowbytes >> 2; in vc_scroll_down()
1777 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_scroll_up()
1778 rowline = vinfo.v_rowbytes >> 2; in vc_scroll_up()
1970 (y * vinfo.v_rowbytes) + in vc_blit_rect_8()
1986 dst = (volatile unsigned short *) (((volatile char*)dst) + vinfo.v_rowbytes); in vc_blit_rect_8()
2036 (y * vinfo.v_rowbytes) + in vc_blit_rect_16()
2073 dst = (volatile unsigned short *) (((volatile char*)dst) + vinfo.v_rowbytes); in vc_blit_rect_16()
2112 (y * vinfo.v_rowbytes) + in vc_blit_rect_32()
2148 dst = (volatile unsigned int *) (((volatile char*)dst) + vinfo.v_rowbytes); in vc_blit_rect_32()
2187 (y * vinfo.v_rowbytes) + in vc_blit_rect_30()
2225 dst = (volatile unsigned int *) (((volatile char*)dst) + vinfo.v_rowbytes); in vc_blit_rect_30()
2324 uint32_t bytes_per_row = vinfo.v_rowbytes; in vc_display_lzss_icon()
2815 new_vinfo.v_rowbytes = (unsigned int)boot_vinfo->v_rowBytes; in initialize_screen()
2851 …new_vinfo.v_physaddr, new_vinfo.v_width, new_vinfo.v_height, new_vinfo.v_rowbytes, new_vinfo.v_typ… in initialize_screen()
2878 …newMapSize = (unsigned int) round_page(new_vinfo.v_height * new_vinfo.v_rowbytes); … in initialize_screen()