agp.c | 463 int capoff; local in function:agp_generic_enable 467 &capoff, NULL) == 0) { 475 capoff + PCI_AGP_STATUS); 480 return agp_generic_enable_v3(sc, &pa, capoff, mode); 482 return agp_generic_enable_v2(sc, &pa, capoff, mode); 487 int capoff, u_int32_t mode) 496 capoff + PCI_AGP_STATUS); 534 pci_conf_write(pa->pa_pc, pa->pa_tag, capoff + PCI_AGP_COMMAND, 542 int capoff, u_int32_t mode) 551 capoff + PCI_AGP_STATUS) [all...] |