HomeSort by relevance Sort by last modified time
    Searched refs:UINT64_CAST (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubni.h 72 #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...]
hubmd.h 119 #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...]
addrs.h 30 #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_BITS))
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_BITS))
hubpi.h 344 #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)
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubni.h 72 #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...]
hubmd.h 119 #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...]
addrs.h 30 #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_BITS))
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_BITS))
hubpi.h 344 #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)
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubni.h 71 * Have to use UINT64_CAST instead of 'L' suffix, for assembler.
75 #define NSRI_8BITMODE_MASK (UINT64_CAST 0x1 << 30)
77 #define NSRI_LINKUP_MASK (UINT64_CAST 0x1 << 29)
79 #define NSRI_DOWNREASON_MASK (UINT64_CAST 0x1 << 28) /* out of reset. */
81 #define NSRI_MORENODES_MASK (UINT64_CAST 1 << 18) /* Max. # of nodes */
85 #define NSRI_REGIONSIZE_MASK (UINT64_CAST 1 << 17) /* Granularity */
89 #define NSRI_NODEID_MASK (UINT64_CAST 0x1ff << 8)/* Node (Hub) ID */
91 #define NSRI_REV_MASK (UINT64_CAST 0xf << 4) /* Chip Revision */
93 #define NSRI_CHIPID_MASK (UINT64_CAST 0xf) /* Chip type ID */
104 #define NPR_PORTRESET (UINT64_CAST 1 << 7) /* Send warm reset *
    [all...]
hubmd.h 124 #define MMC_FPROM_CYC_SHFT 49 /* Have to use UINT64_CAST, instead */
125 #define MMC_FPROM_CYC_MASK (UINT64_CAST 31 << 49) /* of 'L' suffix, */
127 #define MMC_FPROM_WR_MASK (UINT64_CAST 31 << 44)
129 #define MMC_UCTLR_CYC_MASK (UINT64_CAST 31 << 39)
131 #define MMC_UCTLR_WR_MASK (UINT64_CAST 31 << 34)
133 #define MMC_DIMM0_SEL_MASK (UINT64_CAST 3 << 32)
135 #define MMC_IO_PROT_EN_MASK (UINT64_CAST 1 << 31)
136 #define MMC_IO_PROT (UINT64_CAST 1 << 31)
138 #define MMC_ARB_MLSS_MASK (UINT64_CAST 1 << 30)
139 #define MMC_ARB_MLSS (UINT64_CAST 1 << 30
    [all...]
addrs.h 62 #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)
    [all...]
hubpi.h 386 #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)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubni.h 72 #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...]
hubmd.h 119 #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...]
addrs.h 30 #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_BITS))
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_BITS))
hubpi.h 344 #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)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubni.h 72 #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...]
hubmd.h 119 #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...]
addrs.h 30 #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_BITS))
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_BITS))
hubpi.h 344 #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)
  /external/kernel-headers/original/asm-mips/sn/
addrs.h 30 #define UINT64_CAST (unsigned long)
37 #define UINT64_CAST
50 #define TO_NODE_ADDRSPACE(_pa) (UINT64_CAST (_pa) & NODE_ADDRSPACE_MASK)
53 ((UINT64_CAST(_pa) & ~NASID_MASK) | \
54 (UINT64_CAST(_nasid) << NASID_SHFT))
62 #define NODE_OFFSET(_n) (UINT64_CAST (_n) << NODE_SIZE_BITS)
78 (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZE_BITS))
89 #define SWIN_SIZE (UINT64_CAST 1 << 24)
195 UINT64_CAST(_pa) & NASID_MASK | \
196 UINT64_CAST(_pa) >> 2 & BDDIR_UPPER_MASK |
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
addrs.h 30 #define UINT64_CAST (unsigned long)
35 #define UINT64_CAST
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) << NASID_SHFT))
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_SIZE_BITS))
62 #define SWIN_SIZE (UINT64_CAST 1 << 24)
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
addrs.h 30 #define UINT64_CAST (unsigned long)
35 #define UINT64_CAST
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) << NASID_SHFT))
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_SIZE_BITS))
62 #define SWIN_SIZE (UINT64_CAST 1 << 24)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
addrs.h 30 #define UINT64_CAST (unsigned long)
35 #define UINT64_CAST
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) << NASID_SHFT))
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_SIZE_BITS))
62 #define SWIN_SIZE (UINT64_CAST 1 << 24)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
addrs.h 30 #define UINT64_CAST (unsigned long)
35 #define UINT64_CAST
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) << NASID_SHFT))
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_SIZE_BITS))
62 #define SWIN_SIZE (UINT64_CAST 1 << 24)

Completed in 85 milliseconds

1 2