Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dtga.c246 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,
[all …]
Dtgavar.h71 const struct tga_conf *dc_tgaconf; /* device buffer configuration */ member