Home
last modified time | relevance | path

Searched defs:PCI_SPACE (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/cris/include/asm/
Dio.h61 #define PCI_SPACE(x) ((((unsigned)(x)) & 0x10000000) == 0x10000000) macro
63 #define PCI_SPACE(x) 0 macro