HomeSort by: relevance | last modified time | path
    Searched defs:gtt_bar (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
agp_i810.c 317 int apbase, mmadr_bar, gtt_bar; local in function:agp_i810_attach
427 gtt_bar = AGP_I915_GTTADR;
433 gtt_bar = 0;
439 gtt_bar = 0;
445 gtt_bar = 0;
572 if (gtt_bar == 0) {
608 if (pci_mapreg_map(&isc->vga_pa, gtt_bar, PCI_MAPREG_TYPE_MEM,
638 if ((gtt_bar != 0) || (isc->size < gtt_off))

Completed in 128 milliseconds