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

/freebsd-11-stable/sys/dev/agp/
H A Dagp.c370 pci_write_config(dev, agp_find_caps(dev) + AGP_COMMAND, 0, 4);
382 pci_write_config(dev, agp_find_caps(dev) + AGP_COMMAND, command, 4);
383 pci_write_config(mdev, agp_find_caps(mdev) + AGP_COMMAND, command, 4);
435 pci_write_config(dev, agp_find_caps(dev) + AGP_COMMAND, command, 4);
436 pci_write_config(mdev, agp_find_caps(mdev) + AGP_COMMAND, command, 4);
H A Dagpreg.h42 #define AGP_COMMAND 0x8 macro

Completed in 53 milliseconds