_ba               221 arch/mips/include/asm/sn/addrs.h #define BDADDR_IS_DIR(_ba)	((UINT64_CAST  (_ba) & 0x200) != 0)
_ba               222 arch/mips/include/asm/sn/addrs.h #define BDADDR_IS_PRT(_ba)	((UINT64_CAST  (_ba) & 0x200) == 0)
_ba               224 arch/mips/include/asm/sn/addrs.h #define BDDIR_TO_MEM(_ba)	(UINT64_CAST (_ba) & NASID_MASK		   | \
_ba               225 arch/mips/include/asm/sn/addrs.h 				 (UINT64_CAST(_ba) & BDDIR_UPPER_MASK)<<2  | \
_ba               226 arch/mips/include/asm/sn/addrs.h 				 (UINT64_CAST(_ba) & 0x1f << 4) << 3)
_ba               228 arch/mips/include/asm/sn/addrs.h #define BDPRT_TO_MEM(_ba)	(UINT64_CAST (_ba) & NASID_MASK	    | \
_ba               229 arch/mips/include/asm/sn/addrs.h 				 (UINT64_CAST(_ba) & BDDIR_UPPER_MASK)<<2)
_ba               231 arch/mips/include/asm/sn/addrs.h #define BDECC_TO_MEM(_ba)	(UINT64_CAST (_ba) & NASID_MASK	    | \
_ba               232 arch/mips/include/asm/sn/addrs.h 				 (UINT64_CAST(_ba) & BDECC_UPPER_MASK)<<2  | \
_ba               233 arch/mips/include/asm/sn/addrs.h 				 (UINT64_CAST(_ba) & 3) << 3)