Home
last modified time | relevance | path

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

/netbsd-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 pci_chipset_tag_t dc_pc; /* PCI chipset tag */
65 pcitag_t dc_pcitag; /* PCI tag */
66 bus_addr_t dc_pcipaddr; /* PCI phys addr. */
68 bus_space_handle_t dc_regs; /* registers; XXX: need aliases */
70 int dc_tga_type; /* the device type; see below */
71 int dc_tga2; /* True if it is a TGA2 */
72 const struct tga_conf *dc_tgaconf; /* device buffer configuration */
[all …]