HomeSort by: relevance | last modified time | path
    Searched defs:tgac (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
tga.c 243 const struct tga_conf *tgac; local in function:tga_init
253 tgac = dc->dc_tgaconf = tga_getconf(dc->dc_tga_type);
256 if (tgac->tgac_cspace_size != pcisize) /* sanity */
310 dc->dc_videobase = dc->dc_vaddr + tgac->tgac_dbuf[0] +
311 1 * tgac->tgac_vvbr_units;
329 rip->ri_depth = tgac->tgac_phys_depth;
338 if (tgac->tgac_phys_depth == 32) {

Completed in 15 milliseconds