Searched refs:agp_memory (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | agpvar.h | 76 struct agp_memory * 78 int (*free_memory)(struct vga_pci_softc *, struct agp_memory *); 79 int (*bind_memory)(struct vga_pci_softc *, struct agp_memory *, 81 int (*unbind_memory)(struct vga_pci_softc *, struct agp_memory *); 122 struct agp_memory * 124 int agp_generic_free_memory(struct vga_pci_softc *, struct agp_memory *); 125 int agp_generic_bind_memory(struct vga_pci_softc *, struct agp_memory *, 127 int agp_generic_unbind_memory(struct vga_pci_softc *, struct agp_memory *);
|
| D | agp_i810.c | 78 struct agp_memory * 80 int agp_i810_free_memory(struct vga_pci_softc *, struct agp_memory *); 81 int agp_i810_bind_memory(struct vga_pci_softc *, struct agp_memory *, 83 int agp_i810_unbind_memory(struct vga_pci_softc *, struct agp_memory *); 429 struct agp_memory * 433 struct agp_memory *mem; in agp_i810_alloc_memory() 500 agp_i810_free_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_i810_free_memory() 518 agp_i810_bind_memory(struct vga_pci_softc *sc, struct agp_memory *mem, in agp_i810_bind_memory() 563 agp_i810_unbind_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_i810_unbind_memory()
|
| D | vga_pcivar.h | 49 TAILQ_HEAD(agp_memory_list, agp_memory); 50 struct agp_memory { struct 51 TAILQ_ENTRY(agp_memory) am_link; /* wiring for the tailq */
|
| D | vga_pci.c | 134 struct agp_memory *agp_find_memory(struct vga_pci_softc *sc, int id); 312 struct agp_memory *mem; 441 struct agp_memory * 444 struct agp_memory *mem; in agp_find_memory() 614 struct agp_memory * 617 struct agp_memory *mem; in agp_generic_alloc_memory() 647 agp_generic_free_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_generic_free_memory() 660 agp_generic_bind_memory(struct vga_pci_softc *sc, struct agp_memory *mem, in agp_generic_bind_memory() 799 agp_generic_unbind_memory(struct vga_pci_softc *sc, struct agp_memory *mem) in agp_generic_unbind_memory()
|