/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.c | 287 MS(s5, AR_ISR_S5_GENTIMER_TRIG); in ar9003_hw_get_isr() 290 MS(s5, AR_ISR_S5_GENTIMER_THRESH); in ar9003_hw_get_isr() 368 if ((MS(ads->ds_info, AR_DescId) != ATHEROS_VENDOR_ID) || in ar9003_hw_proc_txdesc() 369 (MS(ads->ds_info, AR_TxRxDesc) != 1)) { in ar9003_hw_proc_txdesc() 376 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9003_hw_proc_txdesc() 377 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9003_hw_proc_txdesc() 378 ts->tid = MS(status, AR_TxTid); in ar9003_hw_proc_txdesc() 380 ts->qid = MS(ads->ds_info, AR_TxQcuNum); in ar9003_hw_proc_txdesc() 381 ts->desc_id = MS(ads->status1, AR_TxDescId); in ar9003_hw_proc_txdesc() 389 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9003_hw_proc_txdesc() [all …]
|
D | ar9002_mac.c | 123 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXOK); in ar9002_hw_get_isr() 124 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXDESC); in ar9002_hw_get_isr() 125 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXERR); in ar9002_hw_get_isr() 126 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXEOL); in ar9002_hw_get_isr() 147 MS(s5_s, AR_ISR_S5_GENTIMER_TRIG); in ar9002_hw_get_isr() 150 MS(s5_s, AR_ISR_S5_GENTIMER_THRESH); in ar9002_hw_get_isr() 331 ts->tid = MS(status, AR_TxTid); in ar9002_hw_proc_txdesc() 332 ts->ts_rateindex = MS(status, AR_FinalTxIdx); in ar9002_hw_proc_txdesc() 333 ts->ts_seqnum = MS(status, AR_SeqNum); in ar9002_hw_proc_txdesc() 336 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); in ar9002_hw_proc_txdesc() [all …]
|
D | ar9003_aic.c | 282 MS(value, AR_PHY_AIC_SRAM_VALID); in ar9003_aic_cal_post_process() 284 MS(value, AR_PHY_AIC_SRAM_ROT_QUAD_ATT_DB); in ar9003_aic_cal_post_process() 286 MS(value, AR_PHY_AIC_SRAM_VGA_QUAD_SIGN); in ar9003_aic_cal_post_process() 288 MS(value, AR_PHY_AIC_SRAM_ROT_DIR_ATT_DB); in ar9003_aic_cal_post_process() 290 MS(value, AR_PHY_AIC_SRAM_VGA_DIR_SIGN); in ar9003_aic_cal_post_process() 292 MS(value, AR_PHY_AIC_SRAM_COM_ATT_6DB); in ar9003_aic_cal_post_process() 458 num_chan = MS(mci_hw->config, ATH_MCI_CONFIG_AIC_CAL_NUM_CHAN); in ar9003_aic_cal_continue() 586 num_chan = MS(mci_hw->config, ATH_MCI_CONFIG_AIC_CAL_NUM_CHAN); in ar9003_aic_calibration_single()
|
D | ar5008_phy.c | 1127 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); in ar5008_hw_do_getnf() 1130 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR); in ar5008_hw_do_getnf() 1133 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR); in ar5008_hw_do_getnf() 1139 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1142 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR_PHY_CH1_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1145 nf = MS(REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1171 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); in ar5008_hw_ani_cache_ini_regs() 1172 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); in ar5008_hw_ani_cache_ini_regs() 1173 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); in ar5008_hw_ani_cache_ini_regs() 1176 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); in ar5008_hw_ani_cache_ini_regs() [all …]
|
D | mac.c | 115 curLevel = MS(txcfg, AR_FTRIG); in ath9k_hw_updatetxtriglevel() 552 rs->rs_rssi = MS(ads.ds_rxstatus4, AR_RxRSSICombined); in ath9k_hw_rxprocdesc() 553 rs->rs_rssi_ctl[0] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 555 rs->rs_rssi_ctl[1] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 557 rs->rs_rssi_ctl[2] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 559 rs->rs_rssi_ext[0] = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 561 rs->rs_rssi_ext[1] = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 563 rs->rs_rssi_ext[2] = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 567 rs->rs_keyix = MS(ads.ds_rxstatus8, AR_KeyIdx); in ath9k_hw_rxprocdesc() 571 rs->rs_rate = MS(ads.ds_rxstatus0, AR_RxRate); in ath9k_hw_rxprocdesc() [all …]
|
D | ar9003_phy.c | 1373 nf = MS(REG_READ(ah, ah->nf_regs[i]), in ar9003_hw_do_getnf() 1380 nf = MS(REG_READ(ah, ah->nf_regs[ext_idx]), in ar9003_hw_do_getnf() 1431 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); in ar9003_hw_ani_cache_ini_regs() 1432 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); in ar9003_hw_ani_cache_ini_regs() 1433 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); in ar9003_hw_ani_cache_ini_regs() 1436 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); in ar9003_hw_ani_cache_ini_regs() 1437 iniDef->m2ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M2_THRESH_LOW); in ar9003_hw_ani_cache_ini_regs() 1438 iniDef->m2CountThrLow = MS(val, AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW); in ar9003_hw_ani_cache_ini_regs() 1441 iniDef->m1ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH); in ar9003_hw_ani_cache_ini_regs() 1442 iniDef->m2ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH); in ar9003_hw_ani_cache_ini_regs() [all …]
|
D | ar9002_phy.c | 297 MS(REG_READ(ah, AR_PHY_TX_GAIN_TBL1 + i * 4), in ar9002_olc_init() 335 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ar9002_hw_do_getnf() 338 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR); in ar9002_hw_do_getnf() 345 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR); in ar9002_hw_do_getnf() 348 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR); in ar9002_hw_do_getnf()
|
D | ar9002_calib.c | 374 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); in ar9287_hw_olc_temp_compensation() 404 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); in ar9280_hw_olc_temp_compensation() 497 regVal |= (MS(REG_READ(ah, AR9285_AN_RF2G9), in ar9271_hw_pa_cal() 577 ccomp_org = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_CCOMP); in ar9285_hw_pa_cal() 592 reg_field = MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9); in ar9285_hw_pa_cal() 599 reg_field = MS(REG_READ(ah, AR9285_AN_RF2G9), AR9285_AN_RXTXBB1_SPARE9); in ar9285_hw_pa_cal() 601 offs_6_1 = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_OFFS); in ar9285_hw_pa_cal() 602 offs_0 = MS(REG_READ(ah, AR9285_AN_RF2G3), AR9285_AN_RF2G3_PDVCCOMP); in ar9285_hw_pa_cal() 772 txgain_max = MS(REG_READ(ah, AR_PHY_TX_PWRCTRL7), in ar9285_hw_clc()
|
D | ar9003_mci.c | 819 thresh = MS(mci->config, ATH_MCI_CONFIG_AGGR_THRESH); in ar9003_mci_osla_setup() 931 u8 ant = MS(mci->config, ATH_MCI_CONFIG_ANT_ARCH); in ar9003_mci_reset() 969 regval = MS(mci->config, ATH_MCI_CONFIG_CLK_DIV); in ar9003_mci_reset() 1296 value = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); in ar9003_mci_state() 1304 value = MS(REG_READ(ah, AR_MCI_RX_STATUS), in ar9003_mci_state() 1310 value = MS(REG_READ(ah, AR_MCI_RX_STATUS), in ar9003_mci_state() 1434 bt_sleep = MS(REG_READ(ah, AR_MCI_RX_STATUS), AR_MCI_RX_REMOTE_SLEEP); in ar9003_mci_set_power_awake() 1455 offset = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); in ar9003_mci_check_gpm_offset() 1482 gpm_ptr = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); in ar9003_mci_get_next_gpm_offset()
|
D | ar9003_mci.h | 122 ((MS(mci->config, ATH_MCI_CONFIG_ANT_ARCH) == ATH_MCI_ANT_ARCH_1_ANT_PA_LNA_SHARED) || \ 123 (MS(mci->config, ATH_MCI_CONFIG_ANT_ARCH) == ATH_MCI_ANT_ARCH_2_ANT_PA_LNA_SHARED))
|
D | hw.c | 268 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions() 291 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions() 300 ah->hw_version.macVersion = MS(val, AR_SREV_VERSION); in ath9k_hw_read_revisions() 992 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_ACK)); in ath9k_hw_set_ack_timeout() 999 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_CTS)); in ath9k_hw_set_cts_timeout() 1076 rx_lat = MS(reg, AR_USEC_RX_LAT); in ath9k_hw_init_global_settings() 1077 tx_lat = MS(reg, AR_USEC_TX_LAT); in ath9k_hw_init_global_settings() 2495 MS(ah->rfsilent, EEP_RFSILENT_GPIO_SEL); in ath9k_hw_fill_cap_info() 2497 MS(ah->rfsilent, EEP_RFSILENT_POLARITY); in ath9k_hw_fill_cap_info() 2658 (MS(REG_READ(ah, AR_GPIO_IN_OUT), x##_GPIO_IN_VAL) & (AR_GPIO_BIT(y))) in ath9k_hw_gpio_get() [all …]
|
D | mci.c | 603 int value_dbm = MS(mci_hw->cont_status, in ath_mci_intr() 610 MS(mci_hw->cont_status, AR_MCI_CONT_TXRX) ? in ath_mci_intr() 612 MS(mci_hw->cont_status, AR_MCI_CONT_PRIORITY), in ath_mci_intr()
|
D | ar9003_rtt.c | 162 val = MS(REG_READ(ah, AR_PHY_RTT_TABLE_SW_INTF_1_B(chain)), in ar9003_hw_rtt_fill_hist_entry()
|
D | htc_drv_txrx.c | 487 rate->idx = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_RATE); in ath9k_htc_tx_process() 620 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); in ath9k_htc_tx_get_packet() 770 MS(event->txs.ts_rate, ATH9K_HTC_TXSTAT_EPID)); in ath9k_htc_tx_cleanup_timer()
|
D | pci.c | 814 *data = MS(common->ops->read(ah, AR_EEPROM_STATUS_DATA), in ath_pci_eeprom_read()
|
D | ar9003_eeprom.c | 5484 return MS(le32_to_cpu(eep->modalHeader2G.papdRateMaskHt20), in ar9003_get_paprd_scale_factor() 5488 return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt20), in ar9003_get_paprd_scale_factor() 5491 return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt40), in ar9003_get_paprd_scale_factor() 5494 return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt40), in ar9003_get_paprd_scale_factor()
|
D | hw.h | 122 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
|
D | htc_drv_init.c | 534 *data = MS(REG_READ(ah, AR_EEPROM_STATUS_DATA), in ath_usb_eeprom_read()
|
D | eeprom_9287.c | 430 pdGainOverlap_t2 = (u16)(MS(REG_READ(ah, AR_PHY_TPCRG5), in ath9k_hw_set_ar9287_power_cal_table()
|
D | eeprom_4k.c | 373 pdGainOverlap_t2 = (u16)(MS(REG_READ(ah, AR_PHY_TPCRG5), in ath9k_hw_set_4k_power_cal_table()
|
D | eeprom_def.c | 837 pdGainOverlap_t2 = (u16)(MS(REG_READ(ah, AR_PHY_TPCRG5), in ath9k_hw_set_def_power_cal_table()
|
/linux-4.4.14/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 …]
|
D | ALSA-Configuration.txt | 1865 0 = Soundcanvas, 1 = MS-124T, 2 = MS-124W S/A, 1866 3 = MS-124W M/B, 4 = Generic
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-spi.c | 204 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_reset_cb() local 218 cvmx_wait(10 * MS); in cvmx_spi_reset_cb() 268 cvmx_wait(100 * MS); in cvmx_spi_reset_cb() 275 cvmx_wait(100 * MS); in cvmx_spi_reset_cb() 435 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_clock_detect_cb() local 442 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_clock_detect_cb() 467 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_clock_detect_cb() 512 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; in cvmx_spi_training_cb() local 513 uint64_t timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; in cvmx_spi_training_cb() 530 cvmx_wait(1000 * MS); in cvmx_spi_training_cb() [all …]
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.h | 86 #define _wait_for(COND, MS, W) ({ \ argument 87 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS) + 1; \ 104 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | spectral.c | 117 fft_sample->relpwr_db = MS(reg1, SEARCH_FFT_REPORT_REG1_RELPWR_DB); in ath10k_spectral_process_fft() 118 fft_sample->avgpwr_db = MS(reg1, SEARCH_FFT_REPORT_REG1_AVGPWR_DB); in ath10k_spectral_process_fft() 120 peak_mag = MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG); in ath10k_spectral_process_fft() 122 fft_sample->max_index = MS(reg0, SEARCH_FFT_REPORT_REG0_PEAK_SIDX); in ath10k_spectral_process_fft() 125 total_gain_db = MS(reg0, SEARCH_FFT_REPORT_REG0_TOTAL_GAIN_DB); in ath10k_spectral_process_fft() 126 base_pwr_db = MS(reg0, SEARCH_FFT_REPORT_REG0_BASE_PWR_DB); in ath10k_spectral_process_fft() 135 chain_idx = MS(reg0, SEARCH_FFT_REPORT_REG0_FFT_CHN_IDX); in ath10k_spectral_process_fft()
|
D | htt_rx.c | 371 msdu_len = MS(__le32_to_cpu(rx_desc->msdu_start.common.info0), in ath10k_htt_rx_amsdu_pop() 662 preamble = MS(info1, RX_PPDU_START_INFO1_PREAMBLE_TYPE); in ath10k_htt_rx_h_rates() 673 rate = MS(info1, RX_PPDU_START_INFO1_L_SIG_RATE); in ath10k_htt_rx_h_rates() 790 peer_id = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_peer_channel() 1259 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_undecap() 1341 enctype = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_mpdu() 1482 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_unchain() 1581 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_handler() 1672 int status = MS(resp->data_tx_completion.flags, HTT_DATA_TX_STATUS); in ath10k_htt_rx_frm_tx_compl() 1712 tid = MS(info0, HTT_RX_BA_INFO0_TID); in ath10k_htt_rx_addba() [all …]
|
D | wmi.c | 3413 MS(reg0, RADAR_REPORT_REG0_PULSE_IS_CHIRP), in ath10k_dfs_radar_report() 3414 MS(reg0, RADAR_REPORT_REG0_PULSE_IS_MAX_WIDTH), in ath10k_dfs_radar_report() 3415 MS(reg0, RADAR_REPORT_REG0_AGC_TOTAL_GAIN), in ath10k_dfs_radar_report() 3416 MS(reg0, RADAR_REPORT_REG0_PULSE_DELTA_DIFF)); in ath10k_dfs_radar_report() 3419 MS(reg0, RADAR_REPORT_REG0_PULSE_DELTA_PEAK), in ath10k_dfs_radar_report() 3420 MS(reg0, RADAR_REPORT_REG0_PULSE_SIDX), in ath10k_dfs_radar_report() 3421 MS(reg1, RADAR_REPORT_REG1_PULSE_SRCH_FFT_VALID), in ath10k_dfs_radar_report() 3422 MS(reg1, RADAR_REPORT_REG1_PULSE_AGC_MB_GAIN), in ath10k_dfs_radar_report() 3423 MS(reg1, RADAR_REPORT_REG1_PULSE_SUBCHAN_MASK)); in ath10k_dfs_radar_report() 3426 MS(reg1, RADAR_REPORT_REG1_PULSE_TSF_OFFSET), in ath10k_dfs_radar_report() [all …]
|
D | ce.c | 481 *transfer_idp = MS(__le16_to_cpu(sdesc.flags), CE_DESC_FLAGS_META_DATA); in ath10k_ce_completed_recv_next_nolock() 662 *transfer_idp = MS(__le16_to_cpu(desc->flags), in ath10k_ce_cancel_send_next()
|
D | core.h | 41 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) macro
|
D | core.c | 544 board_id = MS(result, ATH10K_BMI_BOARD_ID_FROM_OTP); in ath10k_core_get_board_id_from_otp() 545 chip_id = MS(result, ATH10K_BMI_CHIP_ID_FROM_OTP); in ath10k_core_get_board_id_from_otp()
|
D | pci.c | 1874 switch (MS(ar->chip_id, SOC_CHIP_ID_REV)) { in ath10k_pci_get_num_banks() 2970 u32 rev_id = MS(chip_id, SOC_CHIP_ID_REV); in ath10k_pci_chip_is_supported()
|
D | wmi-tlv.c | 426 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); in ath10k_wmi_tlv_op_rx()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | hif.c | 320 if (MS(ERROR_INT_STATUS_WAKEUP, error_int_status)) in ath6kl_hif_proc_err_intr() 323 if (MS(ERROR_INT_STATUS_RX_UNDERFLOW, error_int_status)) in ath6kl_hif_proc_err_intr() 326 if (MS(ERROR_INT_STATUS_TX_OVERFLOW, error_int_status)) in ath6kl_hif_proc_err_intr() 498 if (MS(HOST_INT_STATUS_CPU, host_int_status)) { in proc_pending_irqs() 505 if (MS(HOST_INT_STATUS_ERROR, host_int_status)) { in proc_pending_irqs() 512 if (MS(HOST_INT_STATUS_COUNTER, host_int_status)) in proc_pending_irqs()
|
D | target.h | 134 #define MS(f, v) (((v) & f) >> f##_S) macro
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | intel_gmbus.c | 38 #define _wait_for(COND, MS, W) ({ \ argument 39 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \ 51 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 52 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
D | cdv_intel_display.c | 122 #define _wait_for(COND, MS, W) ({ \ argument 123 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \ 136 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
D | cdv_intel_dp.c | 235 #define _wait_for(COND, MS, W) ({ \ argument 236 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \ 248 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl8712_wmac_regdef.h | 38 #define MS (RTL8712_WMAC_ + 0x24) macro
|
/linux-4.4.14/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
|
D | README.OSS | 364 Probably you should "shut down" your machine to MS-DOS mode before running it.
|
/linux-4.4.14/sound/soc/codecs/ |
D | ak4642.c | 89 #define MS (1 << 3) /* master/slave select */ macro 402 data |= MS; in ak4642_dai_set_fmt() 410 snd_soc_update_bits(codec, PW_MGMT2, MS | MCKO | PMPLL, data); in ak4642_dai_set_fmt()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_drv.h | 48 #define _wait_for(COND, MS, W) ({ \ argument 49 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS) + 1; \ 66 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 67 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
/linux-4.4.14/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-4.4.14/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-4.4.14/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-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 137 To make MS-Windows work with this, use Documentation/usb/linux.inf 138 as the "driver info file". For versions of MS-Windows older than 271 to interoperate with MS-Windows hosts or with the Linux-USB 283 make MS-Windows work with CDC ACM.
|
/linux-4.4.14/arch/x86/boot/ |
D | header.S | 46 # "MZ", MS-DOS header
|
/linux-4.4.14/drivers/iommu/ |
D | rockchip-iommu.c | 118 #define rk_wait_for(COND, MS) ({ \ argument 119 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS) + 1; \
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 252 MS-Windows hosts or with the Linux-USB "cdc-acm" driver. 308 To make MS-Windows work with this, use Documentation/usb/linux.inf 309 as the "driver info file". For versions of MS-Windows older than
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-ali15x3 | 57 Microstar (MSI) MS-5169
|
/linux-4.4.14/include/sound/ |
D | wavefront.h | 29 the case on the original platform, MS-DOS). If this is not done,
|
/linux-4.4.14/fs/fat/ |
D | Kconfig | 5 If you want to use one of the FAT-based file systems (the MS-DOS and
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_multi.txt | 123 Xiaofan Chen ([[mailto:xiaofanc@gmail.com]]) basing on the MS RNDIS
|
D | mass-storage.txt | 104 MS Windows mounts removable storage in “Removal optimised mode” by
|
/linux-4.4.14/drivers/usb/storage/ |
D | Kconfig | 193 Say Y here if you wish to control a ENE SD/MS Card reader.
|
/linux-4.4.14/Documentation/ |
D | rtc.txt | 9 with MS-Windows -- but will instead be set to Coordinated Universal Time
|
D | devices.txt | 764 driver does not work with the CM-205MS CD-ROM.
|
D | kernel-parameters.txt | 505 atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Cards | 906 MSI TV@nywhere Tuner Card (MS-8876) (CX23881/883) Not Bt878 compatible. 907 MS-8401 DVB-S
|
/linux-4.4.14/drivers/input/mouse/ |
D | Kconfig | 265 tristate "InPort/MS/ATIXL busmouse"
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 71 crb_addr_transform(MS); in crb_addr_transform_setup()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfat.txt | 164 on the on-disk location of a file in the MS-DOS directory entry.
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 150 protection fault message when run under the MS-DOS prompt of Windows
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 95 crb_addr_transform(MS); in crb_addr_transform_setup()
|
/linux-4.4.14/Documentation/networking/ |
D | can.txt | 1038 [ restart-ms TIME-MS ] 1048 RESTART-MS := { 0 | NUMBER }
|
D | arcnet-hardware.txt | 260 a doc I got from Novell, MS Windows prefers values of 0x300 or more, 1234 MS Switch No.
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 278 MSI MegaBook S270 (MS-1013)
|
/linux-4.4.14/ |
D | CREDITS | 1079 S: 1501 Page Mill Rd, MS 1U17 2353 S: MS 42 3413 S: MS 352, Fermilab
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_nx.c | 88 qla82xx_crb_addr_transform(MS); in qla82xx_crb_addr_transform_setup()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 727 DFS support allows transparent redirection to shares in an MS-DFS name space.
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_nx.c | 99 qla4_8xxx_crb_addr_transform(MS); in qla4_82xx_crb_addr_transform_setup()
|