Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dagpio.h63 #define AGP_MODE_SET_RATE(x,v) (((x) & ~0x00000007U) | (v)) macro
/freebsd/sys/dev/agp/
H A Dagp.c399 command = AGP_MODE_SET_RATE(command, rate); in agp_v3_enable()
453 command = AGP_MODE_SET_RATE(command, rate); in agp_v2_enable()