Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDagpio.h55 #define AGP_MODE_SET_ARQSZ(x,v) (((x) & ~0x0000e000U) | ((v) << 13)) macro
/NextBSD/sys/dev/agp/
HDagp.c375 command = AGP_MODE_SET_ARQSZ(command, arqsz); in agp_v3_enable()