OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCIIOC_BASE
(Results
1 - 25
of
98
) sorted by null
1
2
3
4
/bionic/libc/kernel/uapi/linux/
pci.h
26
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
27
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
29
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
30
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
31
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/development/ndk/platforms/android-21/include/linux/
pci.h
26
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
27
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
29
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
30
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
31
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/development/ndk/platforms/android-9/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/external/kernel-headers/original/uapi/linux/
pci.h
35
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
36
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00) /* Get controller for PCI device. */
37
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01) /* Set mmap state to I/O space. */
38
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02) /* Set mmap state to MEM space. */
39
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03) /* Enable/disable write-combining. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pci.h
35
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
36
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00) /* Get controller for PCI device. */
37
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01) /* Set mmap state to I/O space. */
38
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02) /* Set mmap state to MEM space. */
39
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03) /* Enable/disable write-combining. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pci.h
35
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
36
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00) /* Get controller for PCI device. */
37
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01) /* Set mmap state to I/O space. */
38
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02) /* Set mmap state to MEM space. */
39
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03) /* Enable/disable write-combining. */
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/linux/
pci.h
23
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
24
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
25
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
26
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
27
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
Completed in 524 milliseconds
1
2
3
4