Searched defs:csmode (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/mc/mc-amd/ |
H A D | mcamd_rowcol_tbl.c | 288 * part of the row address - eg in table 12 for csmode 0000b bank address 803 rct_bnkaddrmode(uint_t mcrev, uint_t csmode) argument 811 if (MC_REV_MATCH(mcrev, bdp->revmask) && csmode < bdp->nmodes) 812 return (&bdp->modetbl[csmode]); 824 rct_rcbmap(uint_t mcrev, int width, uint_t csmode) argument 833 rcbm->mt_width == width && csmode < rcbmap_tbls[i].nmodes) 834 return (&rcbm->mt_csmap[csmode]); 862 rct_csintlv_bits(uint_t mcrev, int width, uint_t csmode, int factor, argument 875 ((MC_REV_MATCH(mcrev, MC_F_REVS_BC) && csmode == 0x6) || 877 (csmode [all...] |
H A D | mcamd_rowcol.c | 103 gettbls(struct mcamd_hdl *hdl, uint_t csmode, struct mcprops *mcpp, argument 111 if (bamp && (*bamp = rct_bnkaddrmode(rev, csmode)) == NULL) { 113 "table for MC rev %d csmode %d\n", caller, rev, csmode); 117 if (rcbmp && (*rcbmp = rct_rcbmap(rev, width, csmode)) == NULL) { 119 "table for MC rev %d csmode %d\n", caller, 120 rev, csmode); 132 rct_csintlv_bits(rev, width, csmode, 138 "csmode %d, factor %d\n", caller, 139 rev, width, csmode, 347 iaddr_to_rcb(struct mcamd_hdl *hdl, uint_t csmode, struct mcprops *mcpp, uint64_t iaddr, uint32_t *rowp, uint32_t *colp, uint32_t *bankp) argument 434 uint_t csmode; local 490 uint64_t csmode; local 651 uint_t csmode; local [all...] |
/illumos-gate/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 2083 mwl_hal_setcsmode(struct mwl_softc *sc, MWL_HAL_CSMODE csmode) argument 2091 pCmd->CSMode = LE_16(csmode);
|
Completed in 69 milliseconds