Lines Matching refs:cxl_p1n_reg_t

54 } cxl_p1n_reg_t;  typedef
121 static const cxl_p1n_reg_t CXL_PSL_SR_An = {0x00};
122 static const cxl_p1n_reg_t CXL_PSL_LPID_An = {0x08};
123 static const cxl_p1n_reg_t CXL_PSL_AMBAR_An = {0x10};
124 static const cxl_p1n_reg_t CXL_PSL_SPOffset_An = {0x18};
125 static const cxl_p1n_reg_t CXL_PSL_ID_An = {0x20};
126 static const cxl_p1n_reg_t CXL_PSL_SERR_An = {0x28};
128 static const cxl_p1n_reg_t CXL_PSL_SDR_An = {0x30};
130 static const cxl_p1n_reg_t CXL_PSL_AMOR_An = {0x38};
132 static const cxl_p1n_reg_t CXL_HAURP_An = {0x80};
133 static const cxl_p1n_reg_t CXL_PSL_SPAP_An = {0x88};
134 static const cxl_p1n_reg_t CXL_PSL_LLCMD_An = {0x90};
136 static const cxl_p1n_reg_t CXL_PSL_SCNTL_An = {0xA0};
137 static const cxl_p1n_reg_t CXL_PSL_CtxTime_An = {0xA8};
138 static const cxl_p1n_reg_t CXL_PSL_IVTE_Offset_An = {0xB0};
139 static const cxl_p1n_reg_t CXL_PSL_IVTE_Limit_An = {0xB8};
141 static const cxl_p1n_reg_t CXL_PSL_FIR_SLICE_An = {0xC0};
142 static const cxl_p1n_reg_t CXL_AFU_DEBUG_An = {0xC8};
144 static const cxl_p1n_reg_t CXL_PSL_APCALLOC_A = {0xD0};
145 static const cxl_p1n_reg_t CXL_PSL_COALLOC_A = {0xD8};
146 static const cxl_p1n_reg_t CXL_PSL_RXCTL_A = {0xE0};
147 static const cxl_p1n_reg_t CXL_PSL_SLICE_TRACE = {0xE8};
796 static inline void __iomem *_cxl_p1n_addr(struct cxl_afu *afu, cxl_p1n_reg_t reg) in _cxl_p1n_addr()
802 static inline void cxl_p1n_write(struct cxl_afu *afu, cxl_p1n_reg_t reg, u64 val) in cxl_p1n_write()
808 static inline u64 cxl_p1n_read(struct cxl_afu *afu, cxl_p1n_reg_t reg) in cxl_p1n_read()