Searched defs:AGPIOC_BASE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dagpgart.h93 #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,
[all...]

Completed in 44 milliseconds