Searched refs:AGP_MODE_SET_RQ (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ | ||
H A D | agpreg.h | 67 #define AGP_MODE_SET_RQ(x,v) (((x) & ~0xff000000U) | ((v) << 24)) macro |
H A D | agp.c | 255 command = AGP_MODE_SET_RQ(0, rq); in agp_generic_enable() |