Home
last modified time | relevance | path

Searched refs:am_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dagp_i810.c1300 mem->am_type = type; in agp_i810_alloc_memory()
1344 switch (mem->am_type) { in agp_i810_free_memory()
1356 panic("invalid agp i810 memory type: %d", mem->am_type); in agp_i810_free_memory()
1391 switch (mem->am_type) { in agp_i810_bind_memory()
1402 panic("invalid agp i810 memory type: %d", mem->am_type); in agp_i810_bind_memory()
1472 switch (mem->am_type) { in agp_i810_unbind_memory()
1484 panic("invalid agp i810 memory type: %d", mem->am_type); in agp_i810_unbind_memory()
H A Dagpvar.h91 int am_type; /* chipset specific type */ member
H A Dagp.c637 mem->am_type = 0; in agp_generic_alloc_memory()