Lines Matching refs:agp_softc
65 struct agp_softc *agp_i810_sc = NULL;
86 static u_int32_t agp_i810_get_aperture(struct agp_softc *);
87 static int agp_i810_set_aperture(struct agp_softc *, u_int32_t);
88 static int agp_i810_bind_page(struct agp_softc *, off_t, bus_addr_t);
89 static int agp_i810_unbind_page(struct agp_softc *, off_t);
90 static void agp_i810_flush_tlb(struct agp_softc *);
91 static int agp_i810_enable(struct agp_softc *, u_int32_t mode);
92 static struct agp_memory *agp_i810_alloc_memory(struct agp_softc *, int,
94 static int agp_i810_free_memory(struct agp_softc *, struct agp_memory *);
95 static int agp_i810_bind_memory(struct agp_softc *, struct agp_memory *,
97 static int agp_i810_bind_memory_dcache(struct agp_softc *, struct agp_memory *,
99 static int agp_i810_bind_memory_hwcursor(struct agp_softc *,
101 static int agp_i810_unbind_memory(struct agp_softc *, struct agp_memory *);
104 static int agp_i810_init(struct agp_softc *);
106 static int agp_i810_setup_chipset_flush_page(struct agp_softc *);
107 static void agp_i810_teardown_chipset_flush_page(struct agp_softc *);
108 static int agp_i810_init(struct agp_softc *);
296 agp_i965_map_aperture(struct pci_attach_args *pa, struct agp_softc *sc, int reg)
315 struct agp_softc *sc = device_private(self);
674 agp_i810_setup_chipset_flush_page(struct agp_softc *sc)
750 agp_i810_teardown_chipset_flush_page(struct agp_softc *sc)
797 agp_i810_init(struct agp_softc *sc)
1102 agp_i810_detach(struct agp_softc *sc)
1142 agp_i810_get_aperture(struct agp_softc *sc)
1189 agp_i810_set_aperture(struct agp_softc *sc __unused,
1197 agp_i810_bind_page(struct agp_softc *sc, off_t offset, bus_addr_t physical)
1222 agp_i810_unbind_page(struct agp_softc *sc, off_t offset)
1243 agp_i810_flush_tlb(struct agp_softc *sc)
1248 agp_i810_enable(struct agp_softc *sc, u_int32_t mode)
1259 agp_i810_alloc_memory(struct agp_softc *sc, int type, vsize_t size)
1338 agp_i810_free_memory(struct agp_softc *sc, struct agp_memory *mem)
1367 agp_i810_bind_memory(struct agp_softc *sc, struct agp_memory *mem,
1413 agp_i810_bind_memory_dcache(struct agp_softc *sc, struct agp_memory *mem,
1440 agp_i810_bind_memory_hwcursor(struct agp_softc *sc, struct agp_memory *mem,
1464 agp_i810_unbind_memory(struct agp_softc *sc, struct agp_memory *mem)
1505 struct agp_softc *sc = device_private(dv);