Home | History | Annotate | Download | only in isa

Lines Matching refs:nrows

346 	scr->maxdispoffset = 0x8000 - type->nrows * type->ncols * 2;
353 if (cpos < 0 || cpos >= type->nrows * type->ncols)
595 malloc(type->ncols * type->nrows * 2, M_DEVBUF, M_WAITOK);
606 scr->pcs.mem = malloc(type->ncols * type->nrows * 2,
608 pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp);
709 oldtype->ncols * oldtype->nrows);
728 type->ncols * type->nrows);
833 ega_copyrows(void *id, int srcrow, int dstrow, int nrows)
845 if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) {
861 nrows * ncols);
877 nrows * ncols);
881 nrows * ncols * 2);