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

/freebsd-current/sys/dev/agp/
H A Dagp_intel.c162 pci_write_config(dev, AGP_INTEL_I820_RDCR,
163 (pci_read_config(dev, AGP_INTEL_I820_RDCR, 1)
271 reg = pci_read_config(dev, AGP_INTEL_I820_RDCR, 1) & ~(1 << 1);
273 pci_write_config(dev, AGP_INTEL_I820_RDCR, reg, 1);
H A Dagpreg.h79 #define AGP_INTEL_I820_RDCR 0x51 macro

Completed in 133 milliseconds