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

/freebsd-10.2-release/sys/dev/agp/
H A Dagp_via.c50 #define REG_APSIZE 1 macro
246 apsize = pci_read_config(dev, sc->regs[REG_APSIZE], 1);
257 apsize = pci_read_config(dev, sc->regs[REG_APSIZE], 2) & 0xfff;
281 pci_read_config(dev, sc->regs[REG_APSIZE], 2));
305 pci_write_config(dev, sc->regs[REG_APSIZE], apsize, 1);
343 val = pci_read_config(dev, sc->regs[REG_APSIZE], 2);
344 pci_write_config(dev, sc->regs[REG_APSIZE],

Completed in 83 milliseconds