Symbol: MS
distrib/special/more/curses.h
56
extern char AM, BS, CA, DA, EO, HC, IN, MI, MS, NC, NS, OS,
sys/dev/ic/ar5008.c
1043
rxi.rxi_rssi = MS(ds->ds_status4, AR_RXS4_RSSI_COMBINED);
sys/dev/ic/ar5008.c
1144
failcnt = MS(ds->ds_status1, AR_TXS1_DATA_FAIL_CNT);
sys/dev/ic/ar5008.c
1146
failcnt += MS(ds->ds_status9, AR_TXS9_FINAL_IDX) * 2;
sys/dev/ic/ar5008.c
1219
mask |= MS(reg, AR_ISR_S0_QCU_TXOK);
sys/dev/ic/ar5008.c
1220
mask |= MS(reg, AR_ISR_S0_QCU_TXDESC);
sys/dev/ic/ar5008.c
1223
mask |= MS(reg, AR_ISR_S1_QCU_TXERR);
sys/dev/ic/ar5008.c
1224
mask |= MS(reg, AR_ISR_S1_QCU_TXEOL);
sys/dev/ic/ar5008.c
1410
MS(intr5, AR_ISR_S5_GENTIMER_TRIG),
sys/dev/ic/ar5008.c
1411
MS(intr5, AR_ISR_S5_GENTIMER_THRESH)));
sys/dev/ic/ar5008.c
1850
delay = MS(AR_READ(sc, AR_PHY_RX_DELAY), AR_PHY_RX_DELAY_DELAY);
sys/dev/ic/ar5008.c
2009
nf[i] = MS(reg, AR9280_PHY_MINCCA_PWR);
sys/dev/ic/ar5008.c
2011
nf[i] = MS(reg, AR_PHY_MINCCA_PWR);
sys/dev/ic/ar5008.c
2016
nf_ext[i] = MS(reg, AR9280_PHY_EXT_MINCCA_PWR);
sys/dev/ic/ar5008.c
2018
nf_ext[i] = MS(reg, AR_PHY_EXT_MINCCA_PWR);
sys/dev/ic/ar5008.c
249
sc->rfsilent_pin = MS(base->rfSilent,
sys/dev/ic/ar5008.c
257
kc_entries_log = MS(base->deviceCap, AR_EEP_DEVCAP_KC_ENTRIES);
sys/dev/ic/ar5008.c
289
*val = MS(reg, AR_EEPROM_STATUS_DATA_VAL);
sys/dev/ic/ar5008.c
750
tap->wr_dbm_antsignal = MS(ds->ds_status4, AR_RXS4_RSSI_COMBINED);
sys/dev/ic/ar5008.c
752
tap->wr_antenna = MS(ds->ds_status3, AR_RXS3_ANTENNA);
sys/dev/ic/ar5008.c
755
rate = MS(ds->ds_status0, AR_RXS0_RATE);
sys/dev/ic/ar5008.c
757
rate = MS(ds->ds_status3, AR_RXS3_RATE);
sys/dev/ic/ar5008.c
911
MS(ds->ds_status8, AR_RXS8_PHY_ERR_CODE)));
sys/dev/ic/ar5008.c
932
len = MS(ds->ds_status1, AR_RXS1_DATA_LEN);
sys/dev/ic/ar5416.c
442
overlap = MS(AR_READ(sc, AR_PHY_TPCRG5),
sys/dev/ic/ar9003.c
1030
rxi.rxi_rssi = MS(ds->ds_status5, AR_RXS5_RSSI_COMBINED);
sys/dev/ic/ar9003.c
1095
qid = MS(ds->ds_info, AR_TXI_QCU_NUM);
sys/dev/ic/ar9003.c
1123
failcnt = MS(ds->ds_status3, AR_TXS3_DATA_FAIL_CNT);
sys/dev/ic/ar9003.c
1125
failcnt += MS(ds->ds_status8, AR_TXS8_FINAL_IDX) * 2;
sys/dev/ic/ar9003.c
1364
MS(intr5, AR_ISR_S5_GENTIMER_TRIG),
sys/dev/ic/ar9003.c
1365
MS(intr5, AR_ISR_S5_GENTIMER_THRESH)));
sys/dev/ic/ar9003.c
1789
delay = MS(AR_READ(sc, AR_PHY_RX_DELAY), AR_PHY_RX_DELAY_DELAY);
sys/dev/ic/ar9003.c
1948
nf[i] = MS(reg, AR_PHY_MINCCA_PWR);
sys/dev/ic/ar9003.c
1952
nf_ext[i] = MS(reg, AR_PHY_EXT_MINCCA_PWR);
sys/dev/ic/ar9003.c
245
*val = MS(reg, AR_EEPROM_STATUS_DATA_VAL);
sys/dev/ic/ar9003.c
2519
sc->trainpow = MS(AR_READ(sc, AR_PHY_PWRTX_RATE5),
sys/dev/ic/ar9003.c
2547
scale = MS(AR_READ(sc, AR_PHY_TPC_12),
sys/dev/ic/ar9003.c
2551
atemp = MS(reg, AR_PHY_TPC_19_ALPHA_THERM);
sys/dev/ic/ar9003.c
2552
avolt = MS(reg, AR_PHY_TPC_19_ALPHA_VOLT);
sys/dev/ic/ar9003.c
2555
tempcal = MS(reg, AR_PHY_TPC_18_THERM_CAL);
sys/dev/ic/ar9003.c
2556
voltcal = MS(reg, AR_PHY_TPC_18_VOLT_CAL);
sys/dev/ic/ar9003.c
2559
temp = MS(reg, AR_PHY_BB_THERM_ADC_4_LATEST_THERM);
sys/dev/ic/ar9003.c
2560
volt = MS(reg, AR_PHY_BB_THERM_ADC_4_LATEST_VOLT);
sys/dev/ic/ar9003.c
2562
delta = (int8_t)MS(AR_READ(sc, AR_PHY_TPC_11_B(chain)),
sys/dev/ic/ar9003.c
2580
MS(txgain, AR_PHY_TXGAIN_TXBB1DBGAIN));
sys/dev/ic/ar9003.c
2582
MS(txgain, AR_PHY_TXGAIN_TXBB6DBGAIN));
sys/dev/ic/ar9003.c
2584
MS(txgain, AR_PHY_TXGAIN_TXMXRGAIN));
sys/dev/ic/ar9003.c
2586
MS(txgain, AR_PHY_TXGAIN_PADRVGNA));
sys/dev/ic/ar9003.c
2588
MS(txgain, AR_PHY_TXGAIN_PADRVGNB));
sys/dev/ic/ar9003.c
2590
MS(txgain, AR_PHY_TXGAIN_PADRVGNC));
sys/dev/ic/ar9003.c
2592
MS(txgain, AR_PHY_TXGAIN_PADRVGND));
sys/dev/ic/ar9003.c
2616
if (MS(sc->txgain[i], AR_PHY_TXGAIN_INDEX) >= gain)
sys/dev/ic/ar9003.c
304
if (MS(reg, AR_OTP_STATUS_TYPE) == AR_OTP_STATUS_VALID) {
sys/dev/ic/ar9003.c
875
tap->wr_dbm_antsignal = MS(ds->ds_status5, AR_RXS5_RSSI_COMBINED);
sys/dev/ic/ar9003.c
877
tap->wr_antenna = MS(ds->ds_status4, AR_RXS4_ANTENNA);
sys/dev/ic/ar9003.c
879
rate = MS(ds->ds_status1, AR_RXS1_RATE);
sys/dev/ic/ar9003.c
947
MS(ds->ds_status11, AR_RXS11_PHY_ERR_CODE)));
sys/dev/ic/ar9003.c
964
len = MS(ds->ds_status2, AR_RXS2_DATA_LEN);
sys/dev/ic/ar9280.c
389
MS(modal->miscBits, AR5416_EEP_MISC_TX_DAC_SCALE_CCK));
sys/dev/ic/ar9280.c
407
MS(modal->miscBits, AR5416_EEP_MISC_TX_CLIP));
sys/dev/ic/ar9280.c
580
sc->tx_gain_tbl[i] = MS(reg, AR_PHY_TX_GAIN);
sys/dev/ic/ar9280.c
595
pdadc = MS(reg, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);
sys/dev/ic/ar9285.c
458
ccomp_svg = MS(reg, AR9285_AN_RF2G6_CCOMP);
sys/dev/ic/ar9285.c
674
maxgain = MS(reg, AR_PHY_TX_PWRCTRL_TX_GAIN_TAB_MAX);
sys/dev/ic/ar9285.c
677
clcgain = MS(reg, AR_PHY_TX_GAIN_CLC);
sys/dev/ic/ar9285.c
687
if (MS(reg, AR_PHY_CLC_I0) == 0)
sys/dev/ic/ar9285.c
689
if (MS(reg, AR_PHY_CLC_Q0) == 0)
sys/dev/ic/ar9285.c
753
overlap = MS(AR_READ(sc, AR_PHY_TPCRG5),
sys/dev/ic/ar9287.c
354
overlap = MS(AR_READ(sc, AR_PHY_TPCRG5),
sys/dev/ic/ar9287.c
561
pdadc = MS(reg, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);
sys/dev/ic/ar9380.c
149
sc->rfsilent_pin = MS(base->rfSilent,
sys/dev/ic/ar9380.c
159
sc->txchainmask = MS(base->txrxMask, AR_EEP_TX_MASK);
sys/dev/ic/ar9380.c
160
sc->rxchainmask = MS(base->txrxMask, AR_EEP_RX_MASK);
sys/dev/ic/ar9380.c
177
type = MS(eep->baseEepHeader.txrxgain, AR_EEP_RX_GAIN);
sys/dev/ic/ar9380.c
187
type = MS(eep->baseEepHeader.txrxgain, AR_EEP_TX_GAIN);
sys/dev/ic/ar9380.c
346
MS(ant_div_ctrl, AR_EEP_ANT_DIV_CTRL_ALL));
sys/dev/ic/athn.c
1819
ftrig = MS(reg, AR_TXCFG_FTRIG);
sys/dev/ic/athn.c
1854
if (MS(AR_READ(sc, AR_OBS_BUS_1), AR_OBS_BUS_1_RX_STATE) == 0)
sys/dev/ic/athn.c
1890
return (MS(AR_READ(sc, AR_QSTS(qid)), AR_Q_STS_PEND_FR_CNT) != 0 ||
sys/dev/ic/athn.c
568
if (MS(reg, AR_SREV_ID) == 0xff) {
sys/dev/ic/athn.c
569
sc->mac_ver = MS(reg, AR_SREV_VERSION2);
sys/dev/ic/athn.c
570
sc->mac_rev = MS(reg, AR_SREV_REVISION2);
sys/dev/ic/athn.c
574
sc->mac_ver = MS(reg, AR_SREV_VERSION);
sys/dev/ic/athn.c
575
sc->mac_rev = MS(reg, AR_SREV_REVISION);
sys/dev/ic/rtwn.c
2290
diff = RTWN_SIGN4TO8(MS(txpwr->ht20_ofdm_tx_pwr_diff,
sys/dev/ic/rtwn.c
2301
diff = RTWN_SIGN4TO8(MS(txpwr->ht20_ofdm_tx_pwr_diff,
sys/dev/ic/rtwn.c
2305
diff = RTWN_SIGN4TO8(MS(
sys/dev/ic/rtwn.c
2370
diff = RTWN_SIGN4TO8(MS(rom->txpwr.ht20_ofdm_tx_pwr_diff,
sys/dev/ic/rtwn.c
2381
diff = RTWN_SIGN4TO8(MS(rom->txpwr.ht20_ofdm_tx_pwr_diff,
sys/dev/ic/rtwn.c
491
return (MS(val, R92C_LSSI_READBACK_DATA));
sys/dev/ic/rtwn.c
517
return (MS(reg, R92C_EFUSE_CTRL_DATA));
sys/dev/ic/rtwn.c
632
if (MS(rtwn_read_4(sc, R92C_HPON_FSM),
sys/dev/ic/rtwn.c
641
if (MS(reg, R92C_SYS_CFG_CHIP_VER_RTL) == 0)
sys/dev/ic/rtwn.c
686
sc->board_type = MS(rom->rf_opt1, R92C_ROM_RF1_BOARD_TYPE);
sys/dev/ic/rtwn.c
689
sc->regulatory = MS(rom->rf_opt1, R92C_ROM_RF1_REGULATORY);
sys/dev/ic/rtwn.c
708
sc->regulatory = MS(rom->rf_board_opt, R92C_ROM_RF1_REGULATORY);
sys/dev/ic/rtwn.c
727
sc->regulatory = MS(rom->rf_board_opt, R92C_ROM_RF1_REGULATORY);
sys/dev/pci/drm/i915/i915_wait_util.h
117
#define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000)
sys/dev/pci/drm/i915/i915_wait_util.h
48
#define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000)
sys/dev/pci/if_rtwn.c
1627
if (MS(rtwn_pci_read_4(sc, R92C_LLT_INIT), R92C_LLT_INIT_OP) ==
sys/dev/pci/if_rtwn.c
2351
if (MS(rxstat->rptb1, R88E_RPTB1_MACID) != R92C_MACID_BSS) {
sys/dev/pci/if_rtwn.c
2357
tries = MS(rxstat->rptb2, R88E_RPTB2_RETRY_CNT);
sys/dev/pci/if_rtwn.c
2362
packets = MS(rpt->rptb6, R92C_RPTB6_RPT_PKT_NUM);
sys/dev/pci/if_rtwn.c
2363
tries = MS(rpt->rptb0, R92C_RPTB0_RETRY_CNT);
sys/dev/pci/if_rtwn.c
2392
id = MS(len, R92C_C2H_EVTB0_ID);
sys/dev/pci/if_rtwn.c
2393
len = MS(len, R92C_C2H_EVTB0_LEN);
sys/dev/pci/if_rtwn.c
833
type = MS(rxdw3, R88E_RXDW3_RPT);
sys/dev/pci/if_rtwn.c
840
ntries = MS(rptb2, R88E_RPTB2_RETRY_CNT);
sys/dev/pci/if_rtwn.c
862
pktlen = MS(rxdw0, R92C_RXDW0_PKTLEN);
sys/dev/pci/if_rtwn.c
868
rate = MS(rxdw3, R92C_RXDW3_RATE);
sys/dev/pci/if_rtwn.c
869
infosz = MS(rxdw0, R92C_RXDW0_INFOSZ) * 8;
sys/dev/pci/if_rtwn.c
872
shift = MS(rxdw0, R92C_RXDW0_SHIFT);
sys/dev/usb/if_rsu.c
1301
rate = MS(rxdw3, R92S_RXDW3_RATE);
sys/dev/usb/if_rsu.c
1302
infosz = MS(rxdw0, R92S_RXDW0_INFOSZ) * 8;
sys/dev/usb/if_rsu.c
1399
npkts = MS(letoh32(stat->rxdw2), R92S_RXDW2_PKTCNT);
sys/dev/usb/if_rsu.c
1409
pktlen = MS(rxdw0, R92S_RXDW0_PKTLEN);
sys/dev/usb/if_rsu.c
1413
infosz = MS(rxdw0, R92S_RXDW0_INFOSZ) * 8;
sys/dev/usb/if_rsu.c
217
sc->cut = MS(rsu_read_4(sc, R92S_PMC_FSM), R92S_PMC_FSM_CUT);
sys/dev/usb/if_rsu.c
633
return (MS(reg, R92S_EFUSE_CTRL_DATA));
sys/dev/usb/if_urtwn.c
1195
MS(rxdw3, R92E_RXDW3_RATE) : MS(rxdw3, R92C_RXDW3_RATE);
sys/dev/usb/if_urtwn.c
1196
infosz = MS(rxdw0, R92C_RXDW0_INFOSZ) * 8;
sys/dev/usb/if_urtwn.c
1330
npkts = MS(letoh32(rxd->rxdw2), R92C_RXDW2_PKTCNT);
sys/dev/usb/if_urtwn.c
1337
type = MS(letoh32(rxd->rxdw3), R88E_RXDW3_RPT);
sys/dev/usb/if_urtwn.c
1342
ntries = MS(letoh32(rxstat->rptb2),
sys/dev/usb/if_urtwn.c
1365
if (MS(txrpt->rptb2, R92E_RPTB2_RETRY_CNT) > 0)
sys/dev/usb/if_urtwn.c
1387
pktlen = MS(rxdw0, R92C_RXDW0_PKTLEN);
sys/dev/usb/if_urtwn.c
1391
infosz = MS(rxdw0, R92C_RXDW0_INFOSZ) * 8;
sys/dev/usb/if_urtwn.c
882
if (MS(urtwn_read_4(sc, R92C_LLT_INIT), R92C_LLT_INIT_OP) ==
usr.bin/deroff/deroff.c
1417
case MS:
usr.bin/deroff/deroff.c
1592
case MS:
usr.bin/deroff/deroff.c
295
mac = MS;
usr.sbin/lpr/common_source/common.c
77
char *MS; /* stty flags to set if lp is a tty */
usr.sbin/lpr/common_source/lp.h
53
extern char *MS; /* stty flags to set if lp is a tty */
usr.sbin/lpr/lpd/printjob.c
1341
cgetstr(bp, "ms", &MS);
usr.sbin/lpr/lpd/printjob.c
1537
if (MS) {
usr.sbin/lpr/lpd/printjob.c
1551
p = strdup(MS);