HomeSort by: relevance | last modified time | path
    Searched defs:agp_i810_unbind_page (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
agp_i810.c 89 static int agp_i810_unbind_page(struct agp_softc *, off_t);
114 agp_i810_unbind_page,
1222 agp_i810_unbind_page(struct agp_softc *sc, off_t offset) function in typeref:typename:int
1435 (void)agp_i810_unbind_page(sc, offset + j);
1459 (void)agp_i810_unbind_page(sc, offset + j);
1480 (void)agp_i810_unbind_page(sc, mem->am_offset + i);
agp_i810.c 89 static int agp_i810_unbind_page(struct agp_softc *, off_t);
114 agp_i810_unbind_page,
1222 agp_i810_unbind_page(struct agp_softc *sc, off_t offset) function in typeref:typename:int
1435 (void)agp_i810_unbind_page(sc, offset + j);
1459 (void)agp_i810_unbind_page(sc, offset + j);
1480 (void)agp_i810_unbind_page(sc, mem->am_offset + i);

Completed in 57 milliseconds