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

/freebsd-10.2-release/sys/dev/agp/
H A Dagp_ali.c99 u_int32_t attbase; local
128 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4);
130 (attbase & 0xfff), 4);
142 u_int32_t attbase; local
151 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4);
152 pci_write_config(dev, AGP_ALI_ATTBASE, attbase & 0xfff, 4);
180 * The aperture size is derived from the low bits of attbase.
193 u_int32_t attbase; local
201 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4);
202 pci_write_config(dev, AGP_ALI_ATTBASE, (attbase
[all...]

Completed in 37 milliseconds