Document a few acronyms.
This commit is contained in:
parent
777508ca28
commit
1a1b8ed8d5
@ -37,6 +37,9 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Macros to manipulate AGP mode words.
|
* Macros to manipulate AGP mode words.
|
||||||
|
*
|
||||||
|
* SBA = Sideband Address Port
|
||||||
|
* FW = Fast Writes
|
||||||
*/
|
*/
|
||||||
#define AGP_MODE_GET_RQ(x) (((x) & 0xff000000U) >> 24)
|
#define AGP_MODE_GET_RQ(x) (((x) & 0xff000000U) >> 24)
|
||||||
#define AGP_MODE_GET_SBA(x) (((x) & 0x00000200U) >> 9)
|
#define AGP_MODE_GET_SBA(x) (((x) & 0x00000200U) >> 9)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user