Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
Dhubni.h72 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
75 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
77 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28)
80 #define NSRI_MORENODES_MASK (UINT64_CAST 1 << 18)
85 #define NSRI_REGIONSIZE_MASK (UINT64_CAST 1 << 17)
90 #define NSRI_NODEID_MASK (UINT64_CAST 0x1ff << 8)
92 #define NSRI_REV_MASK (UINT64_CAST 0xf << 4)
95 #define NSRI_CHIPID_MASK (UINT64_CAST 0xf)
99 #define NPR_PORTRESET (UINT64_CAST 1 << 7)
100 #define NPR_LINKRESET (UINT64_CAST 1 << 1)
[all …]
Dhubmd.h119 #define MMC_FPROM_CYC_MASK (UINT64_CAST 31 << 49)
121 #define MMC_FPROM_WR_MASK (UINT64_CAST 31 << 44)
124 #define MMC_UCTLR_CYC_MASK (UINT64_CAST 31 << 39)
126 #define MMC_UCTLR_WR_MASK (UINT64_CAST 31 << 34)
129 #define MMC_DIMM0_SEL_MASK (UINT64_CAST 3 << 32)
131 #define MMC_IO_PROT_EN_MASK (UINT64_CAST 1 << 31)
132 #define MMC_IO_PROT (UINT64_CAST 1 << 31)
135 #define MMC_ARB_MLSS_MASK (UINT64_CAST 1 << 30)
136 #define MMC_ARB_MLSS (UINT64_CAST 1 << 30)
139 #define MMC_IGNORE_ECC_MASK (UINT64_CAST 1 << 29)
[all …]
Daddrs.h30 #define BDDIR_UPPER_MASK (UINT64_CAST 0xfffff << 10)
31 #define BDECC_UPPER_MASK (UINT64_CAST 0x7ffffff << 3)
32 #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS)
34 #define NASID_MASK (UINT64_CAST NASID_BITMASK << NASID_SHFT)
35 #define NASID_GET(_pa) (int) ((UINT64_CAST (_pa) >> NASID_SHFT) & NASID_BITMASK)
40 #define NODE_SWIN_BASE(nasid, widget) (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZE_BI…
44 #define BWIN_SIZE (UINT64_CAST 1 << BWIN_SIZE_BITS)
49 #define NODE_BWIN_BASE(nasid, bigwin) (NODE_BWIN_BASE0(nasid) + (UINT64_CAST(bigwin) << BWIN_SIZE…
Dhubpi.h344 #define PRLC_USE_INT_MASK (UINT64_CAST 1 << 16)
345 #define PRLC_USE_INT (UINT64_CAST 1 << 16)
347 #define PRLC_GCLK_MASK (UINT64_CAST 1 << 15)
349 #define PRLC_GCLK (UINT64_CAST 1 << 15)
351 #define PRLC_GCLK_COUNT_MASK (UINT64_CAST 0x7f << 8)
354 #define PRLC_MAX_COUNT_MASK (UINT64_CAST 0x7f << 1)
356 #define PRLC_GCLK_EN_MASK (UINT64_CAST 1)
357 #define PRLC_GCLK_EN (UINT64_CAST 1)
Dhubio.h784 #define IIO_WST_ERROR_MASK (UINT64_CAST 1 << 32)
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/
Daddrs.h30 #define UINT64_CAST (unsigned long) macro
35 #define UINT64_CAST macro
42 #define TO_NODE_ADDRSPACE(_pa) (UINT64_CAST (_pa) & NODE_ADDRSPACE_MASK)
44 #define CHANGE_ADDR_NASID(_pa, _nasid) ((UINT64_CAST(_pa) & ~NASID_MASK) | (UINT64_CAST(_nasid)…
45 #define NODE_OFFSET(_n) (UINT64_CAST (_n) << NODE_SIZE_BITS)
59 #define RAW_NODE_SWIN_BASE(nasid, widget) (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZ…
62 #define SWIN_SIZE (UINT64_CAST 1 << 24)