Searched defs:tga_conf (Results 1 – 1 of 1) sorted by relevance
42 struct tga_conf { struct43 char *tgac_name; /* name for this board type */45 struct ramdac_funcs *(*ramdac_funcs)(void);47 int tgac_phys_depth; /* physical frame buffer depth */71 const struct tga_conf *dc_tgaconf; /* device buffer configuration */ argument