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