Home
last modified time | relevance | path

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

/freebsd/sys/dev/agp/
H A Dagp_i810.c194 struct agp_i810_softc { struct
195 struct agp_softc agp;
197 struct agp_gatt *gatt;
198 u_int32_t dcache_size; /* i810 only */
204 device_t bdev; /* bridge device */
206 struct resource *sc_res[2];
207 const struct agp_i810_match *match;
208 int sc_flush_page_rid;
209 struct resource *sc_flush_page_res;
210 void *sc_flush_page_vaddr;
[all …]