Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dagpio.h61 #define AGP_MODE_SET_FW(x,v) (((x) & ~0x00000010U) | ((v) << 4)) macro
/freebsd/sys/dev/agp/
H A Dagp.c398 command = AGP_MODE_SET_FW(command, fw); in agp_v3_enable()
452 command = AGP_MODE_SET_FW(command, fw); in agp_v2_enable()