Searched refs:AGPIOC_BASE (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | agpgart.h | 93 #define AGPIOC_BASE 'G' macro 94 #define AGPIOC_INFO _IOR(AGPIOC_BASE, 0, 100) 95 #define AGPIOC_ACQUIRE _IO(AGPIOC_BASE, 1) 96 #define AGPIOC_RELEASE _IO(AGPIOC_BASE, 2) 97 #define AGPIOC_SETUP _IOW(AGPIOC_BASE, 3, agp_setup_t) 98 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 4, agp_allocate_t) 99 #define AGPIOC_DEALLOCATE _IOW(AGPIOC_BASE, 5, int) 100 #define AGPIOC_BIND _IOW(AGPIOC_BASE, 6, agp_bind_t) 101 #define AGPIOC_UNBIND _IOW(AGPIOC_BASE, 7, agp_unbind_t) 102 #define AGPIOC_IOREMAP _IO(AGPIOC_BASE, 8) [all …]
|