Home
last modified time | relevance | path

Searched refs:REG_APSIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagp_via.c49 #define REG_APSIZE 1 macro
245 apsize = pci_read_config(dev, sc->regs[REG_APSIZE], 1); in agp_via_get_aperture()
256 apsize = pci_read_config(dev, sc->regs[REG_APSIZE], 2) & 0xfff; in agp_via_get_aperture()
280 pci_read_config(dev, sc->regs[REG_APSIZE], 2)); in agp_via_get_aperture()
304 pci_write_config(dev, sc->regs[REG_APSIZE], apsize, 1); in agp_via_set_aperture()
342 val = pci_read_config(dev, sc->regs[REG_APSIZE], 2); in agp_via_set_aperture()
343 pci_write_config(dev, sc->regs[REG_APSIZE], in agp_via_set_aperture()