Lines Matching defs:tga_devconfig
60 struct tga_devconfig { struct
61 bus_space_tag_t dc_memt;
62 bus_space_handle_t dc_memh;
64 pcitag_t dc_pcitag; /* PCI tag */
65 bus_addr_t dc_pcipaddr; /* PCI phys addr. */
67 bus_space_handle_t dc_regs; /* registers; XXX: need aliases */
69 int dc_tga_type; /* the device type; see below */
70 int dc_tga2; /* True if it is a TGA2 */
71 const struct tga_conf *dc_tgaconf; /* device buffer configuration */
74 *dc_ramdac_funcs; /* The RAMDAC functions */
99 struct tga_devconfig *sc_dc; /* device configuration */ argument