Lines Matching refs:bound
218 entry->bound = 0;
275 if (!entry || !entry->bound)
279 entry->bound = 0;
299 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
311 if (!entry || entry->bound)
317 entry->bound = dev->agp->base + (page << PAGE_SHIFT);
318 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n",
319 dev->agp->base, entry->bound);
339 * AGP memory entry. If the memory is currently bound, unbind it via
352 if (entry->bound)
437 if (entry->bound)