Home
last modified time | relevance | path

Searched defs:tga_devconfig (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dtgavar.h60 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 */
[all …]