Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dvga_pci.c376 if (mem->am_is_bound) {
639 mem->am_is_bound = 0; in agp_generic_alloc_memory()
649 if (mem->am_is_bound) in agp_generic_free_memory()
671 if (mem->am_is_bound) { in agp_generic_bind_memory()
791 mem->am_is_bound = 1; in agp_generic_bind_memory()
805 if (!mem->am_is_bound) { in agp_generic_unbind_memory()
829 mem->am_is_bound = 0; in agp_generic_unbind_memory()
Dagp_i810.c502 if (mem->am_is_bound) in agp_i810_free_memory()
544 mem->am_is_bound = 1; in agp_i810_bind_memory()
558 mem->am_is_bound = 1; in agp_i810_bind_memory()
572 mem->am_is_bound = 0; in agp_i810_unbind_memory()
584 mem->am_is_bound = 0; in agp_i810_unbind_memory()
Dvga_pcivar.h56 int am_is_bound; /* non-zero if bound */ member