Lines Matching refs:dc_tgaconf
246 tgac = dc->dc_tgaconf = tga_getconf(dc->dc_tga_type);
306 dc->dc_rowbytes = dc->dc_wid * (dc->dc_tgaconf->tgac_phys_depth / 8);
310 dc->dc_rowbytes, dc->dc_tgaconf->tgac_phys_depth,
484 sc->sc_dc->dc_ramdac_funcs = sc->sc_dc->dc_tgaconf->ramdac_funcs();
489 (sc->sc_dc->dc_tgaconf->ramdac_funcs == bt485_funcs)
491 if (sc->sc_dc->dc_tgaconf->ramdac_funcs == bt485_funcs)
506 if (sc->sc_dc->dc_tgaconf->ramdac_funcs != bt485_funcs)
521 if (sc->sc_dc->dc_tgaconf == NULL) {
525 printf("board type %s\n", sc->sc_dc->dc_tgaconf->tgac_name);
528 sc->sc_dc->dc_tgaconf->tgac_phys_depth,
595 wsd_fbip->depth = sc->sc_dc->dc_tgaconf->tgac_phys_depth;
713 if (offset >= dc->dc_tgaconf->tgac_cspace_size || offset < 0)
720 offset += dc->dc_tgaconf->tgac_cspace_size / 2;
850 if (dcp->dc_tgaconf == NULL)
860 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs)
867 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs)
1154 int offset = 1 * dc->dc_tgaconf->tgac_vvbr_units;