Home
last modified time | relevance | path

Searched refs:ts_pdepth (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dtem.c506 if (tems.ts_pdepth != tp->depth) in tems_check_videomode()
530 tems.ts_pdepth = tp->depth; in tems_setup_terminal()
584 tems.ts_pdepth = tp->depth; in tems_setup_terminal()
641 tems.ts_pdepth = devinit->depth; in tems_modechange_callback()
745 switch (tems.ts_pdepth) { in tems_reset_colormap()
H A Dtem_safe.c1473 switch (tems.ts_pdepth) { in tem_safe_pix_bit2pix()
1894 if (tems.ts_pdepth == 8 || tems.ts_pdepth == 4) { in tem_safe_pix_cursor()
1902 } else if (tems.ts_pdepth == 24 || tems.ts_pdepth == 32) { in tem_safe_pix_cursor()
/titanic_50/usr/src/uts/common/sys/
H A Dtem_impl.h214 int ts_pdepth; /* pixel depth */ member