Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dtem.c825 int prom_charheight = 0; in tem_adjust_row() local
829 plat_tem_get_prom_font_size(&prom_charheight, &prom_window_top); in tem_adjust_row()
830 if (prom_charheight == 0) in tem_adjust_row()
831 prom_charheight = PROM_DEFAULT_FONT_HEIGHT; in tem_adjust_row()
835 tem_y = (prom_row + 1) * prom_charheight + prom_window_top - in tem_adjust_row()