Home
last modified time | relevance | path

Searched refs:AGP_MODE_GET_AGP (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dagpio.h48 #define AGP_MODE_GET_AGP(x) (((x) & 0x00000100U) >> 8) macro
/freebsd/usr.sbin/pciconf/
H A Dcap.c88 if (AGP_MODE_GET_AGP(command)) { in cap_agp()