Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dagpvar.h130 struct agp_softc { struct
131 device_t as_dev;
132 bus_space_tag_t as_apt;
133 int as_capoff;
134 bus_addr_t as_apaddr;
135 bus_size_t as_apsize;
136 int as_apflags;
137 bus_dma_tag_t as_dmat;
138 u_int32_t as_maxmem; /* allocation upper bound */
139 u_int32_t as_allocated; /* amount allocated */
[all …]