Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c117 short anmag, anexp, anmant; in _g721_fmult() local
125 anexp = _fmultanexp[an] - 12; in _g721_fmult()
126 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; in _g721_fmult()
128 wanexp = anexp + (srn >> 6) - 7; in _g721_fmult()
134 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g721_fmult()
142 anexp = _fmultanexp[anmag] - 12; in _g721_fmult()
143 anmant = ((anexp >= 0) ? anmag >> anexp : anmag << -anexp) in _g721_fmult()
146 wanexp = anexp + (srn >> 6) - 7; in _g721_fmult()
152 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g721_fmult()
H A Dg723.c122 short anmag, anexp, anmant; in _g723_fmult() local
130 anexp = _fmultanexp[an] - 12; in _g723_fmult()
131 anmant = ((anexp >= 0) ? an >> anexp : an << -anexp) & 07700; in _g723_fmult()
133 wanexp = anexp + (srn >> 6) - 7; in _g723_fmult()
139 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g723_fmult()
147 anexp = _fmultanexp[anmag] - 12; in _g723_fmult()
148 anmant = ((anexp >= 0) ? anmag >> anexp : anmag << -anexp) in _g723_fmult()
151 wanexp = anexp + (srn >> 6) - 7; in _g723_fmult()
157 wanexp = anexp + (srn >> 6) - 0xFFF7; in _g723_fmult()
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c1381 uint16_t control, status, lpar, msstat, anexp; in phy_check() local
1392 anexp = phy_read(ph, MII_AN_EXPANSION); in phy_check()
1395 anexp = 0; in phy_check()
1490 } else if (anexp & MII_AN_EXP_PARFAULT) { in phy_check()
1517 ph->phy_lp_aneg = !!(anexp & MII_AN_EXP_LPCANAN); in phy_check()
1527 (anexp & MII_AN_EXP_LPCANAN)) { in phy_check()
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.h346 uint16_t anexp; member
H A Dvr.c2476 v = (vrp->chip.mii.anexp & MII_AN_EXP_LPCANAN) != 0; in vr_mac_getstat()
2734 vr_phy_read(vrp, MII_AN_EXPANSION, &vrp->chip.mii.anexp); in vr_link_state()