Home | History | Annotate | Download | only in pci

Lines Matching refs:agp_softc

74 static u_int32_t agp_amd_get_aperture(struct agp_softc *);
75 static int agp_amd_set_aperture(struct agp_softc *, u_int32_t);
76 static int agp_amd_bind_page(struct agp_softc *, off_t, bus_addr_t);
77 static int agp_amd_unbind_page(struct agp_softc *, off_t);
78 static void agp_amd_flush_tlb(struct agp_softc *);
96 agp_amd_alloc_gatt(struct agp_softc *sc)
143 agp_amd_free_gatt(struct agp_softc *sc, struct agp_amd_gatt *gatt)
169 struct agp_softc *sc = device_private(self);
233 agp_amd_detach(struct agp_softc *sc)
262 agp_amd_get_aperture(struct agp_softc *sc)
275 agp_amd_set_aperture(struct agp_softc *sc, u_int32_t aperture)
299 agp_amd_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
311 agp_amd_unbind_page(struct agp_softc *sc, off_t offset)
323 agp_amd_flush_tlb(struct agp_softc *sc)