Lines Matching defs:agp_softc
101 struct agp_softc;
104 u_int32_t (*get_aperture)(struct agp_softc *);
105 int (*set_aperture)(struct agp_softc *, u_int32_t);
106 int (*bind_page)(struct agp_softc *, off_t, bus_addr_t);
107 int (*unbind_page)(struct agp_softc *, off_t);
108 void (*flush_tlb)(struct agp_softc *);
109 int (*enable)(struct agp_softc *, u_int32_t mode);
110 struct agp_memory *(*alloc_memory)(struct agp_softc *, int, vsize_t);
111 int (*free_memory)(struct agp_softc *, struct agp_memory *);
112 int (*bind_memory)(struct agp_softc *, struct agp_memory *, off_t);
113 int (*unbind_memory)(struct agp_softc *, struct agp_memory *);
130 struct agp_softc {
171 int agp_map_aperture(struct pci_attach_args *, struct agp_softc *, int);
172 struct agp_gatt *agp_alloc_gatt(struct agp_softc *);
173 void agp_free_gatt(struct agp_softc *, struct agp_gatt *);
174 int agp_generic_attach(struct agp_softc *);
175 int agp_generic_detach(struct agp_softc *);
176 int agp_generic_enable(struct agp_softc *, u_int32_t);
177 struct agp_memory *agp_generic_alloc_memory(struct agp_softc *, int, vsize_t);
178 int agp_generic_free_memory(struct agp_softc *, struct agp_memory *);
179 int agp_generic_bind_memory(struct agp_softc *, struct agp_memory *, off_t);
180 int agp_generic_bind_memory_bounded(struct agp_softc *, struct agp_memory *,
182 int agp_generic_unbind_memory(struct agp_softc *, struct agp_memory *);