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

/freebsd-12-stable/sys/dev/agp/
H A Dagp_ali.c101 u_int32_t attbase; local
130 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4);
132 (attbase & 0xfff), 4);
144 u_int32_t attbase; local
153 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4);
154 pci_write_config(dev, AGP_ALI_ATTBASE, attbase & 0xfff, 4);
182 * The aperture size is derived from the low bits of attbase.
195 u_int32_t attbase; local
203 attbase = pci_read_config(dev, AGP_ALI_ATTBASE, 4);
204 pci_write_config(dev, AGP_ALI_ATTBASE, (attbase
[all...]

Completed in 100 milliseconds