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

/freebsd-11-stable/sys/dev/agp/
H A Dagp_intel.c163 pci_write_config(dev, AGP_INTEL_I820_RDCR,
164 (pci_read_config(dev, AGP_INTEL_I820_RDCR, 1)
272 reg = pci_read_config(dev, AGP_INTEL_I820_RDCR, 1) & ~(1 << 1);
274 pci_write_config(dev, AGP_INTEL_I820_RDCR, reg, 1);
H A Dagpreg.h79 #define AGP_INTEL_I820_RDCR 0x51 macro

Completed in 55 milliseconds