Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dagpio.h54 #define AGP_MODE_SET_RQ(x,v) (((x) & ~0xff000000U) | ((v) << 24)) macro
/freebsd/sys/dev/agp/
H A Dagp.c394 command = AGP_MODE_SET_RQ(0, rq); in agp_v3_enable()
450 command = AGP_MODE_SET_RQ(0, rq); in agp_v2_enable()