Lines Matching refs:v_baseaddr
1343 p = (uint32_t*) vinfo.v_baseaddr; in vc_clear_screen()
1344 endp = (uint32_t*) vinfo.v_baseaddr; in vc_clear_screen()
1428 where = (uint32_t*)(vinfo.v_baseaddr + in vc_paint_char_8()
1496 where = (uint32_t*)(vinfo.v_baseaddr + in vc_paint_char_16()
1566 where = (uint32_t*)(vinfo.v_baseaddr + in vc_paint_char_32()
1710 where = (uint32_t*)(vinfo.v_baseaddr + in vc_reverse_cursor()
1747 to = (uint32_t *) vinfo.v_baseaddr + (linelongs * scrreg_bottom) in vc_scroll_down()
1781 to = (uint32_t *) vinfo.v_baseaddr + (scrreg_top * linelongs); in vc_scroll_up()
1969 dst = (volatile unsigned short *) (vinfo.v_baseaddr + in vc_blit_rect_8()
2035 dst = (volatile unsigned short *) (vinfo.v_baseaddr + in vc_blit_rect_16()
2111 dst = (volatile unsigned int *) (vinfo.v_baseaddr + in vc_blit_rect_32()
2186 dst = (volatile unsigned int *) (vinfo.v_baseaddr + in vc_blit_rect_30()
2328 …image_start = (uint32_t *) (vinfo.v_baseaddr + (dst_y * bytes_per_row) + (dst_x * bytes_per_pixel)… in vc_display_lzss_icon()
2882 …new_vinfo.v_baseaddr = newVideoVirt + boot_vinfo->v_offset; /* Set the new fra… in initialize_screen()
2887 new_vinfo.v_baseaddr |= (VM_MIN_KERNEL_ADDRESS & ~LOW_4GB_MASK); in initialize_screen()