Searched refs:gsoft_pcihdl (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/intel/io/agpgart/ |
H A D | amd64_gart.c | 29 ddi_acc_handle_t gsoft_pcihdl; member 42 value = pci_config_get32(sc->gsoft_pcihdl, in amd64_get_aperbase() 54 value = pci_config_get32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL); in amd64_get_apersize() 93 value = pci_config_get32(sc->gsoft_pcihdl, AMD64_GART_CACHE_CTL); in amd64_invalidate_gtlb() 96 pci_config_put32(sc->gsoft_pcihdl, AMD64_GART_CACHE_CTL, value); in amd64_invalidate_gtlb() 107 aper_ctl = pci_config_get32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL); in amd64_enable_gart() 109 aper_base = pci_config_get32(sc->gsoft_pcihdl, AMD64_APERTURE_BASE); in amd64_enable_gart() 110 gart_ctl = pci_config_get32(sc->gsoft_pcihdl, AMD64_GART_CACHE_CTL); in amd64_enable_gart() 111 gart_base = pci_config_get32(sc->gsoft_pcihdl, AMD64_GART_BASE); in amd64_enable_gart() 126 pci_config_put32(sc->gsoft_pcihdl, AMD64_APERTURE_CONTROL, aper_ctl); in amd64_enable_gart() [all …]
|