Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dagpvar.h65 struct agp_memory_info { struct
66 vsize_t ami_size; /* size in bytes */
67 bus_addr_t ami_physical; /* bogus hack for i810 */
68 off_t ami_offset; /* page offset if bound */
69 int ami_is_bound; /* non-zero if bound */
H A Dagp.c1216 agp_memory_info(void *dev, void *handle, struct agp_memory_info *mi) in agp_memory_info() function