Searched defs:aper_base (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c39 uint64_t aper_base; local
44 aper_base = (uint64_t)value << AMD64_APERBASE_SHIFT;
45 return (aper_base);
103 uint32_t aper_base; local
109 aper_base = pci_config_get32(sc->gsoft_pcihdl, AMD64_APERTURE_BASE);
113 aper_base = aper_base;
117 AMD64DB_PRINT1((CE_NOTE, "before: aper_base = %x", aper_base));
H A Dagptarget.c170 * aper_base AGP aperture base address
179 uint64_t aper_base; local
182 aper_base = pci_config_get32(softstate->tsoft_pcihdl,
185 aper_base = pci_config_get64(softstate->tsoft_pcihdl,
188 if ((aper_base & AGP_APER_TYPE_MASK) == 0)
189 aper_base &= AGP_32_APERBASE_MASK;
191 aper_base &= AGP_64_APERBASE_MASK;
194 return (aper_base);

Completed in 69 milliseconds