Home
last modified time | relevance | path

Searched defs:agp_memory_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagpvar.h55 struct agp_memory_info { struct
56 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 */
H A Dagp.c990 void agp_memory_info(device_t dev, void *handle, struct in agp_memory_info() function