Searched refs:rct_bnkaddrmode (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol_tbl.c | 39 static const struct rct_bnkaddrmode bnkaddr_tbls_pre_d[]; 40 static const struct rct_bnkaddrmode bnkaddr_tbls_d_e[]; 41 static const struct rct_bnkaddrmode bnkaddr_tbls_f[]; 47 const struct rct_bnkaddrmode *modetbl; 162 static const struct rct_bnkaddrmode bnkaddr_tbls_pre_d[] = { 189 static const struct rct_bnkaddrmode bnkaddr_tbls_d_e[] = { 228 static const struct rct_bnkaddrmode bnkaddr_tbls_f[] = { 802 const struct rct_bnkaddrmode * 803 rct_bnkaddrmode(uint_t mcrev, uint_t csmode) in rct_bnkaddrmode() function 867 const struct rct_bnkaddrmode *bam; in rct_csintlv_bits() [all …]
|
H A D | mcamd_rowcol_impl.h | 63 struct rct_bnkaddrmode { struct 95 extern const struct rct_bnkaddrmode *rct_bnkaddrmode(uint_t, uint_t);
|
H A D | mcamd_rowcol.c | 104 const struct rct_bnkaddrmode **bamp, const struct rct_rcbmap **rcbmp, in gettbls() 111 if (bamp && (*bamp = rct_bnkaddrmode(rev, csmode)) == NULL) { in gettbls() 168 iaddr_to_row(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_row() 194 row_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in row_to_iaddr() 216 iaddr_to_col(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in iaddr_to_col() 247 col_to_iaddr(struct mcamd_hdl *hdl, const struct rct_bnkaddrmode *bamp, in col_to_iaddr() 350 const struct rct_bnkaddrmode *bamp; in iaddr_to_rcb() 484 const struct rct_bnkaddrmode *bamp; in mc_offset_to_pa() 653 const struct rct_bnkaddrmode *bamp; in mcamd_cs_size()
|