/src/sys/dev/pci/ |
agp.c | 473 sc->as_capoff + PCI_AGP_STATUS); 494 sc->as_capoff + PCI_AGP_STATUS); 533 sc->as_capoff + PCI_AGP_COMMAND, command); 549 sc->as_capoff + PCI_AGP_STATUS); 601 sc->as_capoff + PCI_AGP_COMMAND, command); 897 if (sc->as_capoff != 0) 899 sc->as_capoff + PCI_AGP_STATUS); 1152 sc->as_capoff + PCI_AGP_STATUS);
|
agp_sis.c | 86 pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, &sc->as_capoff,
|
agp_ali.c | 94 pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, &sc->as_capoff,
|
agp_apple.c | 90 pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, &sc->as_capoff,
|
agpvar.h | 133 int as_capoff; member in struct:agp_softc
|
agp_amd.c | 193 pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, &sc->as_capoff,
|
agp_intel.c | 126 pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, &sc->as_capoff,
|
agp_via.c | 97 pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, &sc->as_capoff,
|
agp_amd64.c | 243 pci_get_capability(pa->pa_pc, pa->pa_tag, PCI_CAP_AGP, &sc->as_capoff,
|