HomeSort by: relevance | last modified time | path
    Searched refs:am_is_bound (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
agp.c 640 mem->am_is_bound = 0;
650 if (mem->am_is_bound)
682 if (mem->am_is_bound) {
805 mem->am_is_bound = 1;
819 if (!mem->am_is_bound) {
843 mem->am_is_bound = 0;
1001 if (mem->am_is_bound) {
1223 mi->ami_is_bound = mem->am_is_bound;
agpvar.h 93 int am_is_bound; /* non-zero if bound */ member in struct:agp_memory
agp_i810.c 1341 if (mem->am_is_bound)
1374 if (mem->am_is_bound)
1408 mem->am_is_bound = 1;
1469 if (!mem->am_is_bound)
1487 mem->am_is_bound = 0;

Completed in 20 milliseconds