Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c378 sc->sc_font_height = 8; in ofwfb_init()
381 sc->sc_font_height = 14; in ofwfb_init()
385 sc->sc_font_height = 16; in ofwfb_init()
392 vi->vi_cheight = sc->sc_font_height; in ofwfb_init()
394 vi->vi_height = sc->sc_height/sc->sc_font_height - 2*cborder; in ofwfb_init()
820 p = sc->sc_font + c*sc->sc_font_height; in ofwfb_putc8()
828 for (i = 0; i < sc->sc_font_height; i++) { in ofwfb_putc8()
872 p = sc->sc_font + c*sc->sc_font_height; in ofwfb_putc32()
880 for (i = 0; i < sc->sc_font_height; i++) { in ofwfb_putc32()
H A Dofw_syscons.h51 int sc_font_height; member