Home
last modified time | relevance | path

Searched refs:UINT64_CAST (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/mips/include/asm/sn/sn0/
H A Dhubni.h110 #define NPROT_RESETOK (UINT64_CAST 1)
142 #define NVP_TYPE_MASK (UINT64_CAST 0x3)
146 #define NVS_VALID (UINT64_CAST 1 << 63)
147 #define NVS_OVERRUN (UINT64_CAST 1 << 62)
156 #define NVS_TYPE_MASK (UINT64_CAST 0x7)
172 #define NAGE_VCH_MASK (UINT64_CAST 3 << 10)
174 #define NAGE_CC_MASK (UINT64_CAST 3 << 8)
176 #define NAGE_AGE_MASK (UINT64_CAST 0xff)
197 #define NPE_LINKRESET (UINT64_CAST 1 << 37)
200 #define NPE_BADDEST (UINT64_CAST 1 << 34)
[all …]
H A Dhubmd.h163 #define MRC_ENABLE (UINT64_CAST 1 << 63)
187 #define MFC_VALID (UINT64_CAST 1 << 63)
203 #define MLAN_DONE (UINT64_CAST 0x02)
204 #define MLAN_RD_DATA (UINT64_CAST 0x01)
206 UINT64_CAST 0x31 << MLAN_PHI0_SHFT)
215 #define MSU_CORECLK (UINT64_CAST 1 << 6)
218 #define MSU_NETSYNC (UINT64_CAST 1 << 5)
386 #define MD_PROT_RW (UINT64_CAST 0x6)
387 #define MD_PROT_RO (UINT64_CAST 0x3)
388 #define MD_PROT_NO (UINT64_CAST 0x0)
[all …]
H A Daddrs.h62 #define BDDIR_UPPER_MASK (UINT64_CAST 0x7ffff << 10)
63 #define BDECC_UPPER_MASK (UINT64_CAST 0x3ffffff << 3)
76 #define BDDIR_UPPER_MASK (UINT64_CAST 0xfffff << 10)
77 #define BDECC_UPPER_MASK (UINT64_CAST 0x7ffffff << 3)
81 #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS)
83 #define NASID_MASK (UINT64_CAST NASID_BITMASK << NASID_SHFT)
84 #define NASID_GET(_pa) (int) ((UINT64_CAST (_pa) >> \
94 (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZE_BITS))
104 #define BWIN_SIZE (UINT64_CAST 1 << BWIN_SIZE_BITS)
109 (UINT64_CAST(bigwin) << BWIN_SIZE_BITS))
H A Dhubpi.h386 #define PRLC_USE_INT_MASK (UINT64_CAST 1 << 16)
387 #define PRLC_USE_INT (UINT64_CAST 1 << 16)
389 #define PRLC_GCLK_MASK (UINT64_CAST 1 << 15)
390 #define PRLC_GCLK (UINT64_CAST 1 << 15)
392 #define PRLC_GCLK_COUNT_MASK (UINT64_CAST 0x7f << 8)
394 #define PRLC_MAX_COUNT_MASK (UINT64_CAST 0x7f << 1)
396 #define PRLC_GCLK_EN_MASK (UINT64_CAST 1)
397 #define PRLC_GCLK_EN (UINT64_CAST 1)
H A Dhubio.h961 #define IIO_WST_ERROR_MASK (UINT64_CAST 1 << 32) /* Widget status error */
/openbmc/linux/arch/mips/include/asm/sn/
H A Daddrs.h30 #define UINT64_CAST (unsigned long) macro
34 #define UINT64_CAST macro
49 ((UINT64_CAST(_pa) & ~NASID_MASK) | \
50 (UINT64_CAST(_nasid) << NASID_SHFT))
85 #define SWIN_SIZE (UINT64_CAST 1 << 24)
191 UINT64_CAST(_pa) & NASID_MASK | \
193 UINT64_CAST(_pa) >> 3 & 0x1f << 4)
200 UINT64_CAST(_pa) >> 3 & 0x1f << 4)
215 UINT64_CAST(_pa) >> 3 & 3)
226 (UINT64_CAST(_ba) & 0x1f << 4) << 3)
[all …]