Lines Matching defs:agp_softc
69 struct agp_softc { struct
70 struct resource *as_aperture; /* location of aperture */
71 int as_aperture_rid;
72 u_int32_t as_maxmem; /* allocation upper bound */
73 u_int32_t as_allocated; /* amount allocated */
74 enum agp_acquire_state as_state;
75 struct agp_memory_list as_memory; /* list of allocated memory */
76 int as_nextid; /* next memory block id */
77 int as_isopen; /* user device is open */
78 struct cdev *as_devnode; /* from make_dev */
79 struct lock as_lock; /* lock for access to GATT */