Home | History | Annotate | Download | only in dev

Lines Matching refs:UINT64_C

49 #define MPI_CFG_XXX_63_29			UINT64_C(0xffffffffe0000000)
50 #define MPI_CFG_CLKDIV UINT64_C(0x000000001fff0000)
51 #define MPI_CFG_XXX_15_12 UINT64_C(0x000000000000f000)
52 #define MPI_CFG_CSLATE UINT64_C(0x0000000000000800)
53 #define MPI_CFG_TRITX UINT64_C(0x0000000000000400)
54 #define MPI_CFG_IDLECLKS UINT64_C(0x0000000000000300)
55 #define MPI_CFG_CSHI UINT64_C(0x0000000000000080)
56 #define MPI_CFG_CSENA UINT64_C(0x0000000000000040)
57 #define MPI_CFG_INT_ENA UINT64_C(0x0000000000000020)
58 #define MPI_CFG_LSBFIRST UINT64_C(0x0000000000000010)
59 #define MPI_CFG_WIREOR UINT64_C(0x0000000000000008)
60 #define MPI_CFG_CLK_CONT UINT64_C(0x0000000000000004)
61 #define MPI_CFG_IDLELO UINT64_C(0x0000000000000002)
62 #define MPI_CFG_ENABLE UINT64_C(0x0000000000000001)
64 #define MPI_STS_XXX_63_13 UINT64_C(0xffffffffffffe000)
65 #define MPI_STS_RXNUM UINT64_C(0x0000000000001f00)
66 #define MPI_STS_XXX_7_1 UINT64_C(0x00000000000000fe)
67 #define MPI_STS_BUSY UINT64_C(0x0000000000000001)
69 #define MPI_TX_XXX_63_17 UINT64_C(0xfffffffffffe0000)
70 #define MPI_TX_LEAVECS UINT64_C(0x0000000000010000)
71 #define MPI_TX_XXX_15_13 UINT64_C(0x000000000000e000)
72 #define MPI_TX_TXNUM UINT64_C(0x0000000000001f00)
73 #define MPI_TX_XXX_7_5 UINT64_C(0x00000000000000e0)
74 #define MPI_TX_TOTNUM UINT64_C(0x000000000000001f)
76 #define MPI_DATX_XXX_63_8 UINT64_C(0xffffffffffffff00)
77 #define MPI_DATX_DATA UINT64_C(0x00000000000000ff)