Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dagpio.h57 #define AGP_MODE_SET_SBA(x,v) (((x) & ~0x00000200U) | ((v) << 9)) macro
/freebsd/sys/dev/agp/
H A Dagp.c397 command = AGP_MODE_SET_SBA(command, sba); in agp_v3_enable()
451 command = AGP_MODE_SET_SBA(command, sba); in agp_v2_enable()