Searched refs:ag_physical (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/agp/ |
H A D | agp_via.c | 201 pci_write_config(dev, sc->regs[REG_ATTBASE], gatt->ag_physical | 3, 4); in agp_via_attach() 209 pci_write_config(dev, sc->regs[REG_ATTBASE], gatt->ag_physical, 4); in agp_via_attach()
|
H A D | agp_amd.c | 63 vm_offset_t ag_physical; member 136 gatt->ag_physical = vtophys((vm_offset_t) gatt->ag_virtual); in agp_amd_alloc_gatt()
|
H A D | agppriv.h | 84 vm_offset_t ag_physical; member
|
H A D | agp_amd64.c | 231 (uint32_t)(gatt->ag_physical >> 8) & AGP_AMD64_ATTBASE_MASK, in agp_amd64_attach() 463 pci_cfgregwrite(0, 0, 1, 0, AGP3_VIA_ATTBASE, sc->gatt->ag_physical, 4); in agp_amd64_via_init()
|
H A D | agp_sis.c | 154 pci_write_config(dev, AGP_SIS_ATTBASE, gatt->ag_physical, 4); in agp_sis_attach()
|
H A D | agp_ali.c | 128 pci_write_config(dev, AGP_ALI_ATTBASE, gatt->ag_physical | in agp_ali_attach()
|
H A D | agp_apple.c | 212 (sc->gatt->ag_physical & 0xfffff000) | aperture, 4); in agp_apple_set_aperture()
|
H A D | agp_intel.c | 139 pci_write_config(dev, AGP_INTEL_ATTBASE, sc->gatt->ag_physical, 4); in agp_intel_commit_gatt()
|
H A D | agp_nvidia.c | 219 (sc->gatt->ag_physical + in agp_nvidia_attach()
|
H A D | agp_i810.c | 1198 sc->gatt->ag_physical = vtophys((vm_offset_t)sc->gatt->ag_virtual); in agp_i810_install_gatt() 1201 sc->gatt->ag_physical | 1); in agp_i810_install_gatt() 1218 sc->gatt->ag_physical = pgtblctl & ~1; in agp_i830_install_gatt_init() 1378 sc->gatt->ag_physical | 1); in agp_i810_resume()
|
H A D | agp.c | 162 gatt->ag_physical = vtophys((vm_offset_t) gatt->ag_virtual); in agp_alloc_gatt()
|