/src/sys/dev/pci/ |
agp_sis.c | 89 if (agp_map_aperture(pa, sc, AGP_APBASE) != 0) {
|
agp_ali.c | 88 if (agp_map_aperture(pa, sc, AGP_APBASE) != 0) {
|
agpvar.h | 171 int agp_map_aperture(struct pci_attach_args *, struct agp_softc *, int);
|
agp_amd.c | 187 if (agp_map_aperture(pa, sc, AGP_APBASE) != 0) {
|
agp_intel.c | 129 if (agp_map_aperture(pa, sc, AGP_APBASE) != 0) {
|
agp_via.c | 114 if (agp_map_aperture(pa, sc, AGP_APBASE) != 0) {
|
agp_amd64.c | 213 if (agp_map_aperture(pa, sc, AGP_APBASE) != 0) {
|
agp.c | 386 agp_map_aperture(struct pci_attach_args *pa, struct agp_softc *sc, int reg) function in typeref:typename:int
|
agp_i810.c | 511 error = agp_map_aperture(&isc->vga_pa, sc, apbase);
|