Searched defs:agp_softc (Results 1 – 1 of 1) sorted by relevance
69 struct agp_softc { struct70 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 */[all …]