OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCI_MSI_FLAGS_64BIT
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
pci.h
229
#define
PCI_MSI_FLAGS_64BIT
0x80 /* 64-bit addresses allowed */
235
#define PCI_MSI_ADDRESS_HI 8 /* Upper 32 bits (if
PCI_MSI_FLAGS_64BIT
set) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pci_regs.h
290
#define
PCI_MSI_FLAGS_64BIT
0x80 /* 64-bit addresses allowed */
297
#define PCI_MSI_ADDRESS_HI 8 /* Upper 32 bits (if
PCI_MSI_FLAGS_64BIT
set) */
[
all
...]
/bionic/libc/kernel/uapi/linux/
pci_regs.h
249
#define
PCI_MSI_FLAGS_64BIT
0x0080
/external/kernel-headers/original/uapi/linux/
pci_regs.h
309
#define
PCI_MSI_FLAGS_64BIT
0x0080 /* 64-bit addresses allowed */
313
#define PCI_MSI_ADDRESS_HI 8 /* Upper 32 bits (if
PCI_MSI_FLAGS_64BIT
set) */
[
all
...]
Completed in 1019 milliseconds