Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmc6845reg.h32 u_int8_t irowaddr, maxrow, curstart, curend; member
H A Dvga_subr.c172 vga_6845_write(vh, maxrow, type->fontheight - 1); in vga_setscreentype()
/netbsd-src/sys/arch/sparc64/dev/
H A Dffb.c200 int maxrow; in ffb_attach() local
232 maxrow = (prom_getoption("screen-#rows", buf, sizeof buf) != 0) in ffb_attach()
360 sc->sc_fb.fb_type.fb_size = maxrow * sc->sc_linebytes; in ffb_attach()
/netbsd-src/sys/dev/hyperv/
H A Dvmbus.c708 int maxrow) in vmbus_event_flags_proc() argument
715 for (row = 0; row < maxrow; row++) { in vmbus_event_flags_proc()