Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dmc6845reg.h33 char irowaddr, maxrow, curstart, curend; member
Dvga_subr.c125 vga_6845_write(vh, maxrow, type->fontheight - 1); in vga_setscreentype()
/openbsd/src/sys/dev/pv/
Dhyperv.c667 int bit, row, maxrow, chanid; in hv_event_intr() local
678 maxrow = VMBUS_CHAN_MAX_COMPAT / VMBUS_EVTFLAG_LEN; in hv_event_intr()
684 maxrow = nitems(evt->evt_flags); in hv_event_intr()
693 for (row = 0; row < maxrow; row++) { in hv_event_intr()