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