HomeSort by: relevance | last modified time | path
    Searched refs:AGPIOC_BASE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
agpio.h 79 #define AGPIOC_BASE 'A'
80 #define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, agp_info)
81 #define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
82 #define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2)
83 #define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, agp_setup)
85 #define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region)
86 #define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region)
88 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate)
89 #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
90 #define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, agp_bind
    [all...]
  /src/sys/dev/pci/
agp.c 1054 #define AGPIOC_OALLOCATE _IOWR(AGPIOC_BASE, 6, agp_oallocate)

Completed in 37 milliseconds