Searched refs:SM (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c43 SM(ahp->ah_txOkInterruptMask, AR_IMR_S0_QCU_TXOK) |
44 SM(ahp->ah_txDescInterruptMask, AR_IMR_S0_QCU_TXDESC));
46 SM(ahp->ah_txErrInterruptMask, AR_IMR_S1_QCU_TXERR)|
47 SM(ahp->ah_txEolInterruptMask, AR_IMR_S1_QCU_TXEOL));
188 (txcfg & ~AR_FTRIG) | SM(newLevel, AR_FTRIG));
217 REG_WRITE(ah, AR_QUIET2, SM(10, AR_QUIET2_QUIET_DUR));
401 SM(txPower, AR_XmitPower) |
408 (keyIx != ATH9K_TXKEYIX_INVALID ? SM(keyIx, AR_DestIdx) : 0) |
409 SM(type, AR_FrameType) |
414 ads->ds_ctl6 = SM(keyTyp
[all...]
H A Darn_eeprom.c1110 SM(pdGainOverlap_t2,
1112 SM(gainBoundaries[0],
1114 SM(gainBoundaries[1],
1116 SM(gainBoundaries[2],
1118 SM(gainBoundaries[3],
1226 SM(pdGainOverlap_t2,
1228 SM(gainBoundaries[0],
1230 SM(gainBoundaries[1],
1232 SM(gainBoundaries[2],
1234 SM(gainBoundarie
[all...]
H A Darn_hw.c1062 SM(2, AR_QOS_NO_ACK_TWO_BIT) |
1063 SM(5, AR_QOS_NO_ACK_BIT_OFF) |
1064 SM(0, AR_QOS_NO_ACK_BYTE_OFF));
1085 pll = SM(0x5, AR_RTC_9160_PLL_REFDIV);
1088 pll |= SM(0x1, AR_RTC_9160_PLL_CLKSEL);
1090 pll |= SM(0x2, AR_RTC_9160_PLL_CLKSEL);
1093 pll |= SM(0x28, AR_RTC_9160_PLL_DIV);
1104 pll |= SM(0x2c, AR_RTC_9160_PLL_DIV);
1109 pll = SM(0x5, AR_RTC_9160_PLL_REFDIV);
1112 pll |= SM(
[all...]
H A Darn_hw.h327 (SM((_series)[_index].Tries, AR_XmitDataTries##_index))
330 (SM((_series)[_index].Rate, AR_XmitRate##_index))
333 (SM((_series)[_index].PktDuration, AR_PacketDur##_index) | \
342 |SM((_series)[_index].ChSel, AR_ChainSel##_index))
H A Darn_ath9k.h618 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y36 %term SM 4
121 cmd: INSTALL options opt_namelist SM = {
135 | NOTIFY namelist SM = {
140 | EXCEPT namelist SM = {
145 | PATTERN namelist SM = {
161 | SPECIAL opt_namelist STRING SM = {
223 case ';': /* SM */
224 return(SM);
H A Ddefs.h51 #define SM 4 macro
H A Dmain.c530 case SM:
531 return ("SM");
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c42 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
918 in->in_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN);
920 in->in_htopmode = SM(w, IEEE80211_HTINFO_OPMODE);
922 in->in_htstbc = SM(w, IEEE80211_HTINFO_BASIC_STBCMCS);
1190 | SM(tid, IEEE80211_BAPS_TID)
1191 | SM(rap->rxa_wnd, IEEE80211_BAPS_BUFSIZ);
1352 | SM(tid, IEEE80211_BAPS_TID)
1353 | SM(IEEE80211_AGGR_BAWMAX, IEEE80211_BAPS_BUFSIZ);
1355 args[3] = SM(0, IEEE80211_BASEQ_START)
1356 | SM(
[all...]
H A Dnet80211_output.c324 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
350 *frm++ = SM(i, WME_PARAM_ACI)
351 | SM(ac->wmep_acm, WME_PARAM_ACM)
352 | SM(ac->wmep_aifsn, WME_PARAM_AIFSN);
353 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX)
354 | SM(ac->wmep_logcwmin, WME_PARAM_LOGCWMIN);
358 #undef SM macro
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess1110 SM[BE]S:UNIX_SV:*:*)
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c102 SM, enumerator in enum:__anon34
2212 /* [8,C] */ TNS("movw",SM), TS("lea",MR), TNS("movw",MS), TSp("pop",M),
3904 case SM:

Completed in 244 milliseconds