Searched refs:AGP_MODE_GET_AGP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | agpio.h | 48 #define AGP_MODE_GET_AGP(x) (((x) & 0x00000100U) >> 8) macro |
/freebsd/usr.sbin/pciconf/ | ||
H A D | cap.c | 88 if (AGP_MODE_GET_AGP(command)) { in cap_agp() |