HomeSort by relevance Sort by last modified time
    Searched refs:PCI32_MAPPED_BASE (Results 1 - 8 of 8) sorted by null

  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 599 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
601 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
602 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && (ulong_t)(x) >= PCI32_MAPPED_BASE)
604 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 599 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
601 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
602 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && (ulong_t)(x) >= PCI32_MAPPED_BASE)
604 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 753 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
756 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
758 (ulong_t)(x) >= PCI32_MAPPED_BASE)
759 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 599 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
601 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
602 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && (ulong_t)(x) >= PCI32_MAPPED_BASE)
604 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 599 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
601 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
602 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && (ulong_t)(x) >= PCI32_MAPPED_BASE)
604 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 599 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
601 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
602 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && (ulong_t)(x) >= PCI32_MAPPED_BASE)
604 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/pci/
bridge.h 599 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
601 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
602 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && (ulong_t)(x) >= PCI32_MAPPED_BASE)
604 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 599 #define PCI32_MAPPED_BASE BRIDGE_DMA_MAPPED_BASE
601 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
602 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && (ulong_t)(x) >= PCI32_MAPPED_BASE)
604 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)

Completed in 38 milliseconds