Searched defs:agp_memory_info (Results 1 – 2 of 2) sorted by relevance
55 struct agp_memory_info { struct56 vm_size_t ami_size; /* size in bytes */57 vm_offset_t ami_physical; /* bogus hack for i810 */58 vm_offset_t ami_offset; /* page offset if bound */59 int ami_is_bound; /* non-zero if bound */
990 void agp_memory_info(device_t dev, void *handle, struct in agp_memory_info() function