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