Searched refs:MS (Results 1 - 25 of 155) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c150 MS(s5, AR_ISR_S5_GENTIMER_TRIG);
153 MS(s5, AR_ISR_S5_GENTIMER_THRESH);
247 if ((MS(ads->ds_info, AR_DescId) != ATHEROS_VENDOR_ID) ||
248 (MS(ads->ds_info, AR_TxRxDesc) != 1)) {
255 ts->qid = MS(ads->ds_info, AR_TxQcuNum);
256 ts->desc_id = MS(ads->status1, AR_TxDescId);
257 ts->ts_seqnum = MS(ads->status8, AR_SeqNum);
291 ts->ts_rateindex = MS(ads->status8, AR_FinalTxIdx);
293 ts->ts_rssi = MS(ads->status7, AR_TxRSSICombined);
294 ts->ts_rssi_ctl0 = MS(ad
[all...]
H A Dar9002_mac.c108 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXOK);
109 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXDESC);
112 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXERR);
113 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXEOL);
141 MS(s5_s, AR_ISR_S5_GENTIMER_TRIG);
144 MS(s5_s, AR_ISR_S5_GENTIMER_THRESH);
225 ts->ts_seqnum = MS(ads->ds_txstatus9, AR_SeqNum);
261 ts->ts_rateindex = MS(ads->ds_txstatus9, AR_FinalTxIdx);
264 ts->ts_ratecode = MS(ads->ds_ctl3, AR_XmitRate0);
267 ts->ts_ratecode = MS(ad
[all...]
H A Dar9003_phy.c1020 nf = MS(REG_READ(ah, AR_PHY_CCA_0), AR_PHY_MINCCA_PWR);
1023 nf = MS(REG_READ(ah, AR_PHY_CCA_1), AR_PHY_CH1_MINCCA_PWR);
1026 nf = MS(REG_READ(ah, AR_PHY_CCA_2), AR_PHY_CH2_MINCCA_PWR);
1032 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
1035 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA_1), AR_PHY_CH1_EXT_MINCCA_PWR);
1038 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA_2), AR_PHY_CH2_EXT_MINCCA_PWR);
1080 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH);
1081 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH);
1082 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR);
1085 iniDef->m1ThreshLow = MS(va
[all...]
H A Dar5008_phy.c1499 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR);
1502 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR);
1505 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
1511 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
1514 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR_PHY_CH1_EXT_MINCCA_PWR);
1517 nf = MS(REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR);
1549 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH);
1550 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH);
1551 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR);
1554 iniDef->m1ThreshLow = MS(va
[all...]
H A Dar9002_phy.c438 MS(REG_READ(ah, AR_PHY_TX_GAIN_TBL1 + i * 4),
475 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
478 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
485 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
488 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR);
H A Dmac.c129 curLevel = MS(txcfg, AR_FTRIG);
667 rs->rs_rssi = MS(ads.ds_rxstatus4, AR_RxRSSICombined);
668 rs->rs_rssi_ctl0 = MS(ads.ds_rxstatus0,
670 rs->rs_rssi_ctl1 = MS(ads.ds_rxstatus0,
672 rs->rs_rssi_ctl2 = MS(ads.ds_rxstatus0,
674 rs->rs_rssi_ext0 = MS(ads.ds_rxstatus4,
676 rs->rs_rssi_ext1 = MS(ads.ds_rxstatus4,
678 rs->rs_rssi_ext2 = MS(ads.ds_rxstatus4,
682 rs->rs_keyix = MS(ads.ds_rxstatus8, AR_KeyIdx);
692 rs->rs_antenna = MS(ad
[all...]
H A Dar9002_calib.c387 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);
417 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);
512 regVal |= (MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9)
597 ccomp_org = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_CCOMP);
612 reg_field = MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9);
619 reg_field = MS(REG_READ(ah, AR9285_AN_RF2G9), AR9285_AN_RXTXBB1_SPARE9);
621 offs_6_1 = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_OFFS);
622 offs_0 = MS(REG_READ(ah, AR9285_AN_RF2G3), AR9285_AN_RF2G3_PDVCCOMP);
795 txgain_max = MS(REG_READ(ah, AR_PHY_TX_PWRCTRL7),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.spec12 Mtools is a collection of utilities to access MS-DOS disks
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-spi.c203 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; local
217 cvmx_wait(10 * MS);
267 cvmx_wait(100 * MS);
274 cvmx_wait(100 * MS);
434 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; local
441 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout;
466 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout;
511 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; local
512 uint64_t timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout;
529 cvmx_wait(1000 * MS);
578 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcommdlg.tex16 the generic classes and functions can stand in. For example, under MS Windows, wxColourDialog
19 on non-MS Windows platforms. However, under MS Windows, the generic dialog can also be
29 {\bf The MS Windows colour selector}
41 Under non-MS Windows platforms, the colour selector is a simulation of
42 most of the features of the MS Windows selector. Two palettes of 48
49 selector is also available under MS Windows; use the name
90 {\bf The MS Windows font selector}
96 in the translation from full MS Windows fonts to wxWidgets font
103 Under non-MS Window
[all...]
H A Dhelpevt.tex6 (on MS Windows) by the system generating a WM\_HELP message when the user pressed F1 or clicked
65 MS Windows.}
H A Dhelpinst.tex21 \item On desktop Windows, wxCHMHelpController is used (MS HTML Help).
35 \item wxCHMHelpController, for controlling MS HTML Help. To use this, you need to set wxUSE\_MS\_HTML\_HELP
39 \item wxBestHelpController, for controlling MS HTML Help or, if Microsoft's runtime is
64 <wx/msw/helpchm.h> (MS HTML Help controller)\\
114 {\it MS HTML Help:} Refers to the context number.
144 this call is equivalent to KeywordSearch. For MS HTML Help, wxHTML help and external HTML help,
153 {\it WinHelp, MS HTML Help} {\it sectionNo} is a context id.
209 {\it WinHelp, MS HTML Help:} If more than one match is found,
H A Dhtmlhlpf.tex3 wxHTML library uses a reduced version of MS HTML Workshop format.
35 MS HTML Help Workshop and it would either silently remove it or complain
H A Dhthlpdat.tex72 Sets temporary directory where binary cached versions of MS HTML Workshop
H A Dpowerevt.tex18 under MS Windows platform. To avoid the need to change the code using this
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Daliases.h239 char stringpool_str253[sizeof("MS-EE")];
240 char stringpool_str256[sizeof("MS-ANSI")];
280 char stringpool_str309[sizeof("MS-CYRL")];
328 char stringpool_str411[sizeof("MS-HEBR")];
424 char stringpool_str651[sizeof("MS-ARAB")];
426 char stringpool_str657[sizeof("MS-GREEK")];
441 char stringpool_str790[sizeof("MS-TURK")];
580 "MS-EE",
581 "MS-ANSI",
621 "MS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dglob.inc93 pattern = "*"; // Hack for MS-DOS compat.
246 #else /* MS-DOS/Windows glob() */
264 // @@@@ dotSpecial is ignored by MS-DOS
302 // MS-DOS file system is case INDEPENDENT
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_drv.h36 #define wait_for(COND, MS, W) ({ \
37 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Daliases.h100 char stringpool_str11[sizeof("MS-EE")];
173 "MS-EE",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dak4642.c81 #define MS (1 << 3) /* master/slave select */ macro
321 data |= MS;
329 snd_soc_update_bits(codec, PW_MGMT2, MS, data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibd32.mak72 # the command line is cut to fit in the MS-DOS 128 byte limit:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxMGL.spec32 Motif/LessTif, MS Windows, Mac) from the same source code.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A DMakefile.am79 $(XSLTPROC) --nonet --stringparam vendor MS \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A Dzlibd32.mak66 # the command line is cut to fit in the MS-DOS 128 byte limit:

Completed in 309 milliseconds

1234567