/linux-2.6.39/Documentation/sound/alsa/ |
D | serial-u16550.txt | 8 1 - Midiator MS-124T support (1) 9 2 - Midiator MS-124W S/A mode (2) 10 3 - MS-124W M/B mode support (3) 13 For the Midiator MS-124W, you must set the physical M-S and A-B 34 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs 39 Usage example for MS-124T, with A-B switch in A position: 45 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0); 54 In MS-124W M/B mode, the driver supports 16 ALSA raw MIDI substreams; 70 The MS-124W hardware's M/A mode is currently not supported. This mode allows 77 Midiator models other than MS-124W and MS-124T are currently not supported. [all …]
|
/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.c | 150 MS(s5, AR_ISR_S5_GENTIMER_TRIG); in ar9003_hw_get_isr() 153 MS(s5, AR_ISR_S5_GENTIMER_THRESH); in ar9003_hw_get_isr() 250 if ((MS(ads->ds_info, AR_DescId) != ATHEROS_VENDOR_ID) || in ar9003_hw_proc_txdesc() 251 (MS(ads->ds_info, AR_TxRxDesc) != 1)) { in ar9003_hw_proc_txdesc() 260 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9003_hw_proc_txdesc() 261 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9003_hw_proc_txdesc() 262 ts->tid = MS(status, AR_TxTid); in ar9003_hw_proc_txdesc() 264 ts->qid = MS(ads->ds_info, AR_TxQcuNum); in ar9003_hw_proc_txdesc() 265 ts->desc_id = MS(ads->status1, AR_TxDescId); in ar9003_hw_proc_txdesc() 271 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9003_hw_proc_txdesc() [all …]
|
D | ar9002_mac.c | 105 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXOK); in ar9002_hw_get_isr() 106 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXDESC); in ar9002_hw_get_isr() 109 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXERR); in ar9002_hw_get_isr() 110 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXEOL); in ar9002_hw_get_isr() 129 MS(s5_s, AR_ISR_S5_GENTIMER_TRIG); in ar9002_hw_get_isr() 132 MS(s5_s, AR_ISR_S5_GENTIMER_THRESH); in ar9002_hw_get_isr() 223 ts->tid = MS(status, AR_TxTid); in ar9002_hw_proc_txdesc() 224 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9002_hw_proc_txdesc() 225 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9002_hw_proc_txdesc() 228 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9002_hw_proc_txdesc() [all …]
|
D | ar9003_phy.c | 1033 nf = MS(REG_READ(ah, ah->nf_regs[i]), in ar9003_hw_do_getnf() 1040 nf = MS(REG_READ(ah, ah->nf_regs[ext_idx]), in ar9003_hw_do_getnf() 1083 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); in ar9003_hw_ani_cache_ini_regs() 1084 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); in ar9003_hw_ani_cache_ini_regs() 1085 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); in ar9003_hw_ani_cache_ini_regs() 1088 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); in ar9003_hw_ani_cache_ini_regs() 1089 iniDef->m2ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M2_THRESH_LOW); in ar9003_hw_ani_cache_ini_regs() 1090 iniDef->m2CountThrLow = MS(val, AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW); in ar9003_hw_ani_cache_ini_regs() 1093 iniDef->m1ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH); in ar9003_hw_ani_cache_ini_regs() 1094 iniDef->m2ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH); in ar9003_hw_ani_cache_ini_regs() [all …]
|
D | mac.c | 127 curLevel = MS(txcfg, AR_FTRIG); in ath9k_hw_updatetxtriglevel() 629 rs->rs_rssi = MS(ads.ds_rxstatus4, AR_RxRSSICombined); in ath9k_hw_rxprocdesc() 630 rs->rs_rssi_ctl0 = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 632 rs->rs_rssi_ctl1 = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 634 rs->rs_rssi_ctl2 = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 636 rs->rs_rssi_ext0 = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 638 rs->rs_rssi_ext1 = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 640 rs->rs_rssi_ext2 = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 644 rs->rs_keyix = MS(ads.ds_rxstatus8, AR_KeyIdx); in ath9k_hw_rxprocdesc() 654 rs->rs_antenna = MS(ads.ds_rxstatus3, AR_RxAntenna); in ath9k_hw_rxprocdesc() [all …]
|
D | ar5008_phy.c | 1460 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); in ar5008_hw_do_getnf() 1463 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR); in ar5008_hw_do_getnf() 1466 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR); in ar5008_hw_do_getnf() 1472 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1475 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR_PHY_CH1_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1478 nf = MS(REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1505 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); in ar5008_hw_ani_cache_ini_regs() 1506 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); in ar5008_hw_ani_cache_ini_regs() 1507 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); in ar5008_hw_ani_cache_ini_regs() 1510 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); in ar5008_hw_ani_cache_ini_regs() [all …]
|
D | ar9002_calib.c | 366 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); in ar9287_hw_olc_temp_compensation() 396 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); in ar9280_hw_olc_temp_compensation() 491 regVal |= (MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9) in ar9271_hw_pa_cal() 570 ccomp_org = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_CCOMP); in ar9285_hw_pa_cal() 585 reg_field = MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9); in ar9285_hw_pa_cal() 592 reg_field = MS(REG_READ(ah, AR9285_AN_RF2G9), AR9285_AN_RXTXBB1_SPARE9); in ar9285_hw_pa_cal() 594 offs_6_1 = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_OFFS); in ar9285_hw_pa_cal() 595 offs_0 = MS(REG_READ(ah, AR9285_AN_RF2G3), AR9285_AN_RF2G3_PDVCCOMP); in ar9285_hw_pa_cal() 763 txgain_max = MS(REG_READ(ah, AR_PHY_TX_PWRCTRL7), in ar9285_hw_clc()
|
D | ar9002_phy.c | 441 MS(REG_READ(ah, AR_PHY_TX_GAIN_TBL1 + i * 4), in ar9002_olc_init() 478 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ar9002_hw_do_getnf() 481 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR); in ar9002_hw_do_getnf() 488 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR); in ar9002_hw_do_getnf() 491 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR); in ar9002_hw_do_getnf()
|
D | hw.c | 261 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions() 265 ah->hw_version.macVersion = MS(val, AR_SREV_VERSION); in ath9k_hw_read_revisions() 797 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_ACK)); in ath9k_hw_set_ack_timeout() 804 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_CTS)); in ath9k_hw_set_cts_timeout() 1870 MS(capField, AR_EEPROM_EEPCAP_MAXQCU); in ath9k_hw_fill_cap_info() 1876 1 << MS(capField, AR_EEPROM_EEPCAP_KC_ENTRIES); in ath9k_hw_fill_cap_info() 1909 MS(ah->rfsilent, EEP_RFSILENT_GPIO_SEL); in ath9k_hw_fill_cap_info() 1911 MS(ah->rfsilent, EEP_RFSILENT_POLARITY); in ath9k_hw_fill_cap_info() 2079 (MS(REG_READ(ah, AR_GPIO_IN_OUT), x##_GPIO_IN_VAL) & (AR_GPIO_BIT(y))) in ath9k_hw_gpio_get() 2087 return (MS(val, AR7010_GPIO_IN_VAL) & AR_GPIO_BIT(gpio)) == 0; in ath9k_hw_gpio_get() [all …]
|
D | ar9003_paprd.c | 53 scale = MS(le32_to_cpu(hdr->papdRateMaskHt20), AR9300_PAPRD_SCALE_1); in ar9003_get_training_power_2g() 76 scale = MS(le32_to_cpu(hdr->papdRateMaskHt20), in ar9003_get_training_power_5g() 79 scale = MS(le32_to_cpu(hdr->papdRateMaskHt40), in ar9003_get_training_power_5g() 82 scale = MS(le32_to_cpu(hdr->papdRateMaskHt40), in ar9003_get_training_power_5g()
|
D | pci.c | 83 *data = MS(common->ops->read(ah, AR_EEPROM_STATUS_DATA), in ath_pci_eeprom_read()
|
/linux-2.6.39/drivers/staging/octeon/ |
D | cvmx-spi.c | 203 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_reset_cb() local 217 cvmx_wait(10 * MS); in cvmx_spi_reset_cb() 267 cvmx_wait(100 * MS); in cvmx_spi_reset_cb() 274 cvmx_wait(100 * MS); in cvmx_spi_reset_cb() 434 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_clock_detect_cb() local 441 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_clock_detect_cb() 466 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_clock_detect_cb() 511 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_training_cb() local 512 uint64_t timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_training_cb() 529 cvmx_wait(1000 * MS); in cvmx_spi_training_cb() [all …]
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | intel_drv.h | 34 #define _wait_for(COND, MS, W) ({ \ argument 35 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \ 47 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 48 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
/linux-2.6.39/drivers/staging/keucr/ |
D | Kconfig | 2 tristate "USB ENE SM/MS card reader support" 5 Say Y here if you wish to control a ENE SM/MS Card reader.
|
/linux-2.6.39/drivers/staging/rtl8712/ |
D | rtl8712_wmac_regdef.h | 13 #define MS (RTL8712_WMAC_ + 0x24) macro
|
/linux-2.6.39/sound/soc/codecs/ |
D | ak4642.c | 85 #define MS (1 << 3) /* master/slave select */ macro 352 data |= MS; in ak4642_dai_set_fmt() 360 snd_soc_update_bits(codec, PW_MGMT2, MS, data); in ak4642_dai_set_fmt()
|
/linux-2.6.39/Documentation/sound/oss/ |
D | AudioExcelDSP16 | 72 For all the non-supported audio cards, you have to boot MS-DOS (or WIN95) 73 activating the audio card with the MS-DOS device driver, then you have to 81 3) Boot MS-DOS and configure the audio card with the boot time device
|
/linux-2.6.39/Documentation/video4linux/ |
D | radiotrack.txt | 17 want to use the RadioTrack card in an environment other than MS Windows. 21 I have a RadioTrack card from back when I ran an MS-Windows platform. After
|
/linux-2.6.39/Documentation/ide/ |
D | ide.txt | 144 be a separate MS-DOS driver just for the controller. IDE interfaces 146 can often be made to work by first booting MS-DOS, loading the 148 off). This can be automated using loadlin in the MS-DOS autoexec.
|
/linux-2.6.39/Documentation/cdrom/ |
D | ide-cd | 206 will often be a separate MS-DOS driver just for the controller.) 216 MS-DOS and load the appropriate drivers. Then warm-boot linux 218 by running loadlin from the MS-DOS autoexec. 243 - Note that many MS-DOS CDROM drivers will still function even if 269 - Note that many MS-DOS CDROM drivers will work with such buggy
|
/linux-2.6.39/arch/arm/kernel/ |
D | head.S | 529 tst ip, 0x0400 @ the i bit tells us LS or MS byte 554 tst ip, #0x400 @ rotate shift tells us LS or MS byte
|
/linux-2.6.39/Documentation/i2c/busses/ |
D | i2c-ali15x3 | 57 Microstar (MSI) MS-5169
|
/linux-2.6.39/include/sound/ |
D | wavefront.h | 29 the case on the original platform, MS-DOS). If this is not done,
|
/linux-2.6.39/fs/fat/ |
D | Kconfig | 5 If you want to use one of the FAT-based file systems (the MS-DOS and
|
/linux-2.6.39/Documentation/usb/ |
D | gadget_multi.txt | 123 Xiaofan Chen ([[mailto:xiaofanc@gmail.com]]) basing on the MS RNDIS
|