Lines Matching refs:v_baseaddr
1341 p = (uint32_t*) vinfo.v_baseaddr; in vc_clear_screen()
1342 endp = (uint32_t*) vinfo.v_baseaddr; in vc_clear_screen()
1426 where = (uint32_t*)(vinfo.v_baseaddr + in vc_paint_char_8()
1494 where = (uint32_t*)(vinfo.v_baseaddr + in vc_paint_char_16()
1564 where = (uint32_t*)(vinfo.v_baseaddr + in vc_paint_char_32()
1708 where = (uint32_t*)(vinfo.v_baseaddr + in vc_reverse_cursor()
1745 to = (uint32_t *) vinfo.v_baseaddr + (linelongs * scrreg_bottom) in vc_scroll_down()
1779 to = (uint32_t *) vinfo.v_baseaddr + (scrreg_top * linelongs); in vc_scroll_up()
1967 dst = (volatile unsigned short *) (vinfo.v_baseaddr + in vc_blit_rect_8()
2048 dst = (volatile unsigned short *) (vinfo.v_baseaddr + in vc_blit_rect_16()
2124 dst = (volatile unsigned int *) (vinfo.v_baseaddr + in vc_blit_rect_32()
2199 dst = (volatile unsigned int *) (vinfo.v_baseaddr + in vc_blit_rect_30()
2341 …image_start = (uint32_t *) (vinfo.v_baseaddr + (dst_y * bytes_per_row) + (dst_x * bytes_per_pixel)… in vc_display_lzss_icon()
2905 …new_vinfo.v_baseaddr = newVideoVirt + boot_vinfo->v_offset; /* Set the new fra… in initialize_screen()
2910 new_vinfo.v_baseaddr |= (VM_MIN_KERNEL_ADDRESS & ~LOW_4GB_MASK); in initialize_screen()