Home
last modified time | relevance | path

Searched refs:anexp (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/audio/utilities/
H A Dg721.c119 short anmag, anexp, anmant; in _g721_fmult() local
127 anexp = _fmultanexp[an] - 12; in _g721_fmult()
128 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; in _g721_fmult()
130 wanexp = anexp + (srn >> 6) - 7; in _g721_fmult()
136 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g721_fmult()
144 anexp = _fmultanexp[anmag] - 12; in _g721_fmult()
145 anmant = ((anexp >= 0) ? anmag >> anexp : anmag << -anexp) in _g721_fmult()
148 wanexp = anexp + (srn >> 6) - 7; in _g721_fmult()
154 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g721_fmult()
H A Dg723.c124 short anmag, anexp, anmant; in _g723_fmult() local
132 anexp = _fmultanexp[an] - 12; in _g723_fmult()
133 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; in _g723_fmult()
135 wanexp = anexp + (srn >> 6) - 7; in _g723_fmult()
141 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g723_fmult()
149 anexp = _fmultanexp[anmag] - 12; in _g723_fmult()
150 anmant = ((anexp >= 0) ? anmag >> anexp : anmag << -anexp) in _g723_fmult()
153 wanexp = anexp + (srn >> 6) - 7; in _g723_fmult()
159 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g723_fmult()
/titanic_50/usr/src/uts/common/io/mii/
H A Dmii.c1377 uint16_t control, status, lpar, msstat, anexp; in phy_check() local
1388 anexp = phy_read(ph, MII_AN_EXPANSION); in phy_check()
1391 anexp = 0; in phy_check()
1486 } else if (anexp & MII_AN_EXP_PARFAULT) { in phy_check()
1513 ph->phy_lp_aneg = !!(anexp & MII_AN_EXP_LPCANAN); in phy_check()
1523 (anexp & MII_AN_EXP_LPCANAN)) { in phy_check()
/titanic_50/usr/src/uts/common/io/vr/
H A Dvr.h346 uint16_t anexp; member
H A Dvr.c2472 v = (vrp->chip.mii.anexp & MII_AN_EXP_LPCANAN) != 0; in vr_mac_getstat()
2730 vr_phy_read(vrp, MII_AN_EXPANSION, &vrp->chip.mii.anexp); in vr_link_state()