Home | History | Annotate | Download | only in pci

Lines Matching refs:dc_tgaconf

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);
500 dc->dc_tgaconf->tgac_phys_depth,
543 wsd_fbip->depth = sc->sc_dc->dc_tgaconf->tgac_phys_depth;
675 if (offset >= sc->sc_dc->dc_tgaconf->tgac_cspace_size || offset < 0)
734 if (dcp->dc_tgaconf == NULL)
744 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs)
751 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs)
1033 int offset = 1 * dc->dc_tgaconf->tgac_vvbr_units;