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

/freebsd-11-stable/sys/dev/agp/
H A Dagppriv.h61 int am_is_bound; /* non-zero if bound */ member in struct:agp_memory
H A Dagp.c496 mem->am_is_bound = 0;
508 if (mem->am_is_bound)
557 if (mem->am_is_bound) {
605 mem->am_is_bound = 1;
635 if (!mem->am_is_bound) {
661 mem->am_is_bound = 0;
824 if (mem->am_is_bound)
983 mi->ami_is_bound = mem->am_is_bound;
H A Dagp_i810.c1772 mem->am_is_bound = 0;
1785 if (mem->am_is_bound)
1832 if (mem->am_is_bound) {
1842 mem->am_is_bound = 1;
1872 if (!mem->am_is_bound) {
1881 mem->am_is_bound = 0;

Completed in 78 milliseconds