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
50
) sorted by null
1
2
/bionic/libc/kernel/common/linux/
pci.h
27
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
29
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00)
30
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01)
31
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02)
32
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03)
/development/ndk/platforms/android-3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci.h
36
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
37
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00) /* Get controller for PCI device. */
38
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01) /* Set mmap state to I/O space. */
39
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02) /* Set mmap state to MEM space. */
40
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03) /* Enable/disable write-combining. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci.h
36
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
37
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00) /* Get controller for PCI device. */
38
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01) /* Set mmap state to I/O space. */
39
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02) /* Set mmap state to MEM space. */
40
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03) /* Enable/disable write-combining. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci.h
36
#define
PCIIOC_BASE
('P' << 24 | 'C' << 16 | 'I' << 8)
37
#define PCIIOC_CONTROLLER (
PCIIOC_BASE
| 0x00) /* Get controller for PCI device. */
38
#define PCIIOC_MMAP_IS_IO (
PCIIOC_BASE
| 0x01) /* Set mmap state to I/O space. */
39
#define PCIIOC_MMAP_IS_MEM (
PCIIOC_BASE
| 0x02) /* Set mmap state to MEM space. */
40
#define PCIIOC_WRITE_COMBINE (
PCIIOC_BASE
| 0x03) /* Enable/disable write-combining. */
/prebuilts/ndk/4/platforms/android-3/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/4/platforms/android-4/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/4/platforms/android-5/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/4/platforms/android-5/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/4/platforms/android-8/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/4/platforms/android-8/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/5/platforms/android-3/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/6/platforms/android-3/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/6/platforms/android-3/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/7/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/7/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/7/platforms/android-3/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/7/platforms/android-3/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/7/platforms/android-4/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/7/platforms/android-4/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/7/platforms/android-5/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/7/platforms/android-5/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/7/platforms/android-8/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/7/platforms/android-8/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/7/platforms/android-9/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 303 milliseconds
1
2