Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
agp_backend.h
Go to the documentation of this file.
1 #ifndef _ALPHA_AGP_BACKEND_H
2 #define _ALPHA_AGP_BACKEND_H 1
3 
4 typedef union _alpha_agp_mode {
5  struct {
6  u32 rate : 3;
8  u32 fw : 1;
9  u32 fourgb : 1;
11  u32 enable : 1;
12  u32 sba : 1;
13  u32 reserved2 : 14;
14  u32 rq : 8;
15  } bits;
18 
19 typedef struct _alpha_agp_info {
21  struct {
23  unsigned long size;
24  void *sysdata;
25  } aperture;
28  void *private;
29  struct alpha_agp_ops *ops;
31 
32 struct alpha_agp_ops {
39 };
40 
41 
42 #endif /* _ALPHA_AGP_BACKEND_H */