Home
last modified time | relevance | path

Searched refs:AGP_MAJOR_VERSION_SHIFT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/agp/
H A Dagp.h258 #define AGP_MAJOR_VERSION_SHIFT (20) macro
H A Disoch.c413 mmajor = (ncapid >> AGP_MAJOR_VERSION_SHIFT) & 0xf; in agp_3_5_enable()
H A Dgeneric.c798 bridge->major_version = (ncapid >> AGP_MAJOR_VERSION_SHIFT) & 0xf; in get_agp_version()