HomeSort by: relevance | last modified time | path
    Searched refs:dc_tgaconf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
tga.c 206 dc->dc_tgaconf = tga_getconf(dc->dc_tga_type);
208 if (dc->dc_tgaconf)
220 dc->dc_tgaconf = NULL;
253 tgac = dc->dc_tgaconf = tga_getconf(dc->dc_tga_type);
304 dc->dc_rowbytes = dc->dc_wid * (dc->dc_tgaconf->tgac_phys_depth / 8);
465 dc->dc_ramdac_funcs = dc->dc_tgaconf->ramdac_funcs();
467 if (dc->dc_tgaconf->ramdac_funcs == bt485_funcs)
480 if (dc->dc_tgaconf->ramdac_funcs != bt485_funcs)
493 if (dc->dc_tgaconf == NULL) {
497 aprint_normal("board type %s\n", dc->dc_tgaconf->tgac_name)
    [all...]
tgavar.h 72 const struct tga_conf *dc_tgaconf; /* device buffer configuration */ member in struct:tga_devconfig

Completed in 12 milliseconds