Lines Matching refs:cxl_p1_reg_t
51 } cxl_p1_reg_t; typedef
65 static const cxl_p1_reg_t CXL_PSL_CtxTime = {0x0000};
66 static const cxl_p1_reg_t CXL_PSL_ErrIVTE = {0x0008};
67 static const cxl_p1_reg_t CXL_PSL_KEY1 = {0x0010};
68 static const cxl_p1_reg_t CXL_PSL_KEY2 = {0x0018};
69 static const cxl_p1_reg_t CXL_PSL_Control = {0x0020};
71 static const cxl_p1_reg_t CXL_PSL_DLCNTL = {0x0060};
72 static const cxl_p1_reg_t CXL_PSL_DLADDR = {0x0068};
75 static const cxl_p1_reg_t CXL_PSL_LBISEL = {0x0080};
76 static const cxl_p1_reg_t CXL_PSL_SLBIE = {0x0088};
77 static const cxl_p1_reg_t CXL_PSL_SLBIA = {0x0090};
78 static const cxl_p1_reg_t CXL_PSL_TLBIE = {0x00A0};
79 static const cxl_p1_reg_t CXL_PSL_TLBIA = {0x00A8};
80 static const cxl_p1_reg_t CXL_PSL_AFUSEL = {0x00B0};
83 static const cxl_p1_reg_t CXL_PSL_FIR1 = {0x0100};
84 static const cxl_p1_reg_t CXL_PSL_FIR2 = {0x0108};
85 static const cxl_p1_reg_t CXL_PSL_VERSION = {0x0118};
86 static const cxl_p1_reg_t CXL_PSL_RESLCKTO = {0x0128};
87 static const cxl_p1_reg_t CXL_PSL_FIR_CNTL = {0x0148};
88 static const cxl_p1_reg_t CXL_PSL_DSNDCTL = {0x0150};
89 static const cxl_p1_reg_t CXL_PSL_SNWRALLOC = {0x0158};
90 static const cxl_p1_reg_t CXL_PSL_TRACE = {0x0170};
526 static inline void __iomem *_cxl_p1_addr(struct cxl *cxl, cxl_p1_reg_t reg) in _cxl_p1_addr()