Lines Matching refs:pci_write_config
201 pci_write_config(dev, sc->regs[REG_ATTBASE], gatt->ag_physical | 3, 4); in agp_via_attach()
204 pci_write_config(dev, sc->regs[REG_GARTCTRL], 0x0f, 4); in agp_via_attach()
209 pci_write_config(dev, sc->regs[REG_ATTBASE], gatt->ag_physical, 4); in agp_via_attach()
213 pci_write_config(dev, sc->regs[REG_GARTCTRL], gartctrl | (3 << 7), 4); in agp_via_attach()
229 pci_write_config(dev, sc->regs[REG_GARTCTRL], 0, 4); in agp_via_detach()
230 pci_write_config(dev, sc->regs[REG_ATTBASE], 0, 4); in agp_via_detach()
304 pci_write_config(dev, sc->regs[REG_APSIZE], apsize, 1); in agp_via_set_aperture()
343 pci_write_config(dev, sc->regs[REG_APSIZE], in agp_via_set_aperture()
380 pci_write_config(dev, sc->regs[REG_GARTCTRL], 0x8f, 4); in agp_via_flush_tlb()
381 pci_write_config(dev, sc->regs[REG_GARTCTRL], 0x0f, 4); in agp_via_flush_tlb()
384 pci_write_config(dev, sc->regs[REG_GARTCTRL], gartctrl & in agp_via_flush_tlb()
386 pci_write_config(dev, sc->regs[REG_GARTCTRL], gartctrl, 4); in agp_via_flush_tlb()