Searched refs:v_depth (Results 1 – 9 of 9) sorted by relevance
219 PE_state.video.v_depth = args->Video.v_depth; in PE_init_platform()241 PE_state.video.v_depth = args->VideoV1.v_depth; in PE_init_platform()
89 uint32_t v_depth; /* Pixel Depth */ member98 uint32_t v_depth; /* Pixel Depth */ member
1335 if (!vinfo.v_depth) { in vc_clear_screen()1618 if (!vinfo.v_depth) { in vc_paint_char()1622 switch (vinfo.v_depth) { in vc_paint_char()1706 if (!vinfo.v_depth) { in vc_reverse_cursor()1714 switch (vinfo.v_depth) { in vc_reverse_cursor()1739 if (!vinfo.v_depth) { in vc_scroll_down()1773 if (!vinfo.v_depth) { in vc_scroll_up()1804 if (!vinfo.v_depth) { in vc_update_color()1914 if (!vinfo.v_depth) { in vc_blit_rect()1924 switch (vinfo.v_depth) { in vc_blit_rect()[all …]
90 unsigned int v_depth; member
429 …PE_state.video.v_depth = (boot_args_ptr->Video.v_depth >> kBootVideoDepthDepthShift) & kBootVideoD… in PE_init_platform()431 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthRotateShift) & kBootVideoDepthMask) + // rotat… in PE_init_platform()432 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthBootRotateShift) & kBootVideoDepthMask) // add e… in PE_init_platform()434 …PE_state.video.v_scale = ((boot_args_ptr->Video.v_depth >> kBootVideoDepthScaleShift) & kBootVideo… in PE_init_platform()
26 unsigned long v_depth; /* Pixel Depth and other parameters */ member
37 unsigned long v_depth; /* Pixel Depth and other parameters */ member
294 unsigned long v_depth; /* Pixel Depth */ member
1157 graphicsInfo->depth = (uint32_t) consoleInfo.v_depth; in IOHibernateSystemHasSlept()