Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dtgavar.h84 int dc_rowbytes; /* bytes in a FB scan line */ member
Dtga.c309 dc->dc_rowbytes = dc->dc_wid * (dc->dc_tgaconf->tgac_phys_depth / 8);
313 dc->dc_rowbytes, dc->dc_tgaconf->tgac_phys_depth,
342 for (i = 0; i < dc->dc_ht * dc->dc_rowbytes; i += sizeof(u_int32_t))
353 rip->ri_stride = dc->dc_rowbytes;
605 *(u_int *)data = sc->sc_dc->dc_rowbytes;