Home
last modified time | relevance | path

Searched refs:ulong_t (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/pci/
Dbridge.h752 #define IS_PCI32_LOCAL(x) ((ulong_t)(x) < PCI32_MAPPED_BASE)
753 #define IS_PCI32_MAPPED(x) ((ulong_t)(x) < PCI32_DIRECT_BASE && \
754 (ulong_t)(x) >= PCI32_MAPPED_BASE)
755 #define IS_PCI32_DIRECT(x) ((ulong_t)(x) >= PCI32_MAPPED_BASE)
756 #define IS_PCI64(x) ((ulong_t)(x) >= PCI64_BASE)
771 #define IS_GIO_LOCAL(x) ((ulong_t)(x) < GIO_MAPPED_BASE)
772 #define IS_GIO_MAPPED(x) ((ulong_t)(x) < GIO_DIRECT_BASE && \
773 (ulong_t)(x) >= GIO_MAPPED_BASE)
774 #define IS_GIO_DIRECT(x) ((ulong_t)(x) >= GIO_MAPPED_BASE)
/linux-2.4.37.9/drivers/char/rio/
Dtypdef.h62 typedef unsigned long ulong_t; typedef
Drioroute.c1028 if (drv_getparm(LBOLT, (ulong_t *) &current_time)) in RIOFreeDisconnected()
/linux-2.4.37.9/fs/xfs/
Dxfs_types.h43 typedef unsigned long ulong_t; typedef
/linux-2.4.37.9/include/asm-mips64/sn/
Dklconfig.h963 extern lboard_t *brd_from_key(ulong_t key);