Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/fb/
H A Dmachfb.c115 u_int sc_cbwidth; member
573 sc->sc_cbwidth = howmany(vi->vi_cwidth, NBBY); /* width in bytes */ in machfb_init()
1025 wait_for_fifo(sc, 4 + (adp->va_info.vi_cheight / sc->sc_cbwidth)); in machfb_putc()
1034 p = sc->sc_font + (c * adp->va_info.vi_cheight * sc->sc_cbwidth); in machfb_putc()
1035 for (i = 0; i < adp->va_info.vi_cheight * sc->sc_cbwidth; i += 4) in machfb_putc()