Lines Matching refs:bound
225 entry->bound = 0;
286 if (!entry || !entry->bound)
290 entry->bound = 0;
314 * is currently bound into the GATT. Looks-up the AGP memory entry and passes
326 if (!entry || entry->bound)
332 entry->bound = dev->agp->base + (page << PAGE_SHIFT);
333 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n",
334 dev->agp->base, entry->bound);
358 * AGP memory entry. If the memory is currently bound, unbind it via
371 if (entry->bound)
455 if (entry->bound)