Home
last modified time | relevance | path

Searched defs:agp_info (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dagpgart.h33 struct agp_info { struct
34 struct agp_version version; /* version of the driver */
35 u32 bridge_id; /* bridge vendor/device */
36 u32 agp_mode; /* mode info of bridge */
37 unsigned long aper_base;/* base of aperture */
38 size_t aper_size; /* size of aperture */
39 size_t pg_total; /* max pages (swap + system) */
40 size_t pg_system; /* max pages (system) */
41 size_t pg_used; /* current pages used */
/linux/include/uapi/linux/
H A Dagpgart.h70 } agp_info; typedef
/linux/arch/alpha/include/asm/
H A Dmachvec.h91 struct _alpha_agp_info *(*agp_info)(void); member