/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 | 283 MS(value, AR_PHY_AIC_SRAM_VALID); in ar9003_aic_cal_post_process() 285 MS(value, AR_PHY_AIC_SRAM_ROT_QUAD_ATT_DB); in ar9003_aic_cal_post_process() 287 MS(value, AR_PHY_AIC_SRAM_VGA_QUAD_SIGN); in ar9003_aic_cal_post_process() 289 MS(value, AR_PHY_AIC_SRAM_ROT_DIR_ATT_DB); in ar9003_aic_cal_post_process() 291 MS(value, AR_PHY_AIC_SRAM_VGA_DIR_SIGN); in ar9003_aic_cal_post_process() 293 MS(value, AR_PHY_AIC_SRAM_COM_ATT_6DB); in ar9003_aic_cal_post_process() 387 fixed_com_att_db = com_att_db_table[MS(aic->aic_sram[i], in ar9003_aic_cal_post_process() 459 num_chan = MS(mci_hw->config, ATH_MCI_CONFIG_AIC_CAL_NUM_CHAN); in ar9003_aic_cal_continue() 587 num_chan = MS(mci_hw->config, ATH_MCI_CONFIG_AIC_CAL_NUM_CHAN); in ar9003_aic_calibration_single()
|
D | ar5008_phy.c | 1151 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); in ar5008_hw_do_getnf() 1154 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR); in ar5008_hw_do_getnf() 1157 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR); in ar5008_hw_do_getnf() 1163 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1166 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR_PHY_CH1_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1169 nf = MS(REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR); in ar5008_hw_do_getnf() 1195 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); in ar5008_hw_ani_cache_ini_regs() 1196 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); in ar5008_hw_ani_cache_ini_regs() 1197 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); in ar5008_hw_ani_cache_ini_regs() 1200 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); in ar5008_hw_ani_cache_ini_regs() [all …]
|
D | ar9003_phy.c | 1361 nf = MS(REG_READ(ah, ah->nf_regs[i]), in ar9003_hw_do_getnf() 1368 nf = MS(REG_READ(ah, ah->nf_regs[ext_idx]), in ar9003_hw_do_getnf() 1419 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); in ar9003_hw_ani_cache_ini_regs() 1420 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); in ar9003_hw_ani_cache_ini_regs() 1421 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); in ar9003_hw_ani_cache_ini_regs() 1424 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); in ar9003_hw_ani_cache_ini_regs() 1425 iniDef->m2ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M2_THRESH_LOW); in ar9003_hw_ani_cache_ini_regs() 1426 iniDef->m2CountThrLow = MS(val, AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW); in ar9003_hw_ani_cache_ini_regs() 1429 iniDef->m1ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH); in ar9003_hw_ani_cache_ini_regs() 1430 iniDef->m2ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH); in ar9003_hw_ani_cache_ini_regs() [all …]
|
D | mac.c | 115 curLevel = MS(txcfg, AR_FTRIG); in ath9k_hw_updatetxtriglevel() 553 rs->rs_rssi = MS(ads.ds_rxstatus4, AR_RxRSSICombined); in ath9k_hw_rxprocdesc() 554 rs->rs_rssi_ctl[0] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 556 rs->rs_rssi_ctl[1] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 558 rs->rs_rssi_ctl[2] = MS(ads.ds_rxstatus0, in ath9k_hw_rxprocdesc() 560 rs->rs_rssi_ext[0] = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 562 rs->rs_rssi_ext[1] = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 564 rs->rs_rssi_ext[2] = MS(ads.ds_rxstatus4, in ath9k_hw_rxprocdesc() 568 rs->rs_keyix = MS(ads.ds_rxstatus8, AR_KeyIdx); in ath9k_hw_rxprocdesc() 572 rs->rs_rate = MS(ads.ds_rxstatus0, AR_RxRate); in ath9k_hw_rxprocdesc() [all …]
|
D | ar9002_phy.c | 298 MS(REG_READ(ah, AR_PHY_TX_GAIN_TBL1 + i * 4), in ar9002_olc_init() 336 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); in ar9002_hw_do_getnf() 339 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR); in ar9002_hw_do_getnf() 346 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR); in ar9002_hw_do_getnf() 349 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 | 383 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); in ar9287_hw_olc_temp_compensation() 413 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); in ar9280_hw_olc_temp_compensation() 506 regVal |= (MS(REG_READ(ah, AR9285_AN_RF2G9), in ar9271_hw_pa_cal() 586 ccomp_org = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_CCOMP); in ar9285_hw_pa_cal() 601 reg_field = MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9); in ar9285_hw_pa_cal() 608 reg_field = MS(REG_READ(ah, AR9285_AN_RF2G9), AR9285_AN_RXTXBB1_SPARE9); in ar9285_hw_pa_cal() 610 offs_6_1 = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_OFFS); in ar9285_hw_pa_cal() 611 offs_0 = MS(REG_READ(ah, AR9285_AN_RF2G3), AR9285_AN_RF2G3_PDVCCOMP); in ar9285_hw_pa_cal() 804 txgain_max = MS(REG_READ(ah, AR_PHY_TX_PWRCTRL7), in ar9285_hw_clc()
|
D | ar9003_mci.c | 832 thresh = MS(mci->config, ATH_MCI_CONFIG_AGGR_THRESH); in ar9003_mci_osla_setup() 944 u8 ant = MS(mci->config, ATH_MCI_CONFIG_ANT_ARCH); in ar9003_mci_reset() 982 regval = MS(mci->config, ATH_MCI_CONFIG_CLK_DIV); in ar9003_mci_reset() 1307 value = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); in ar9003_mci_state() 1315 value = MS(REG_READ(ah, AR_MCI_RX_STATUS), in ar9003_mci_state() 1321 value = MS(REG_READ(ah, AR_MCI_RX_STATUS), in ar9003_mci_state() 1445 bt_sleep = MS(REG_READ(ah, AR_MCI_RX_STATUS), AR_MCI_RX_REMOTE_SLEEP); in ar9003_mci_set_power_awake() 1466 offset = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); in ar9003_mci_check_gpm_offset() 1493 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 | 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 | hw.c | 271 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions() 302 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions() 311 ah->hw_version.macVersion = MS(val, AR_SREV_VERSION); in ath9k_hw_read_revisions() 1023 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_ACK)); in ath9k_hw_set_ack_timeout() 1030 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_CTS)); in ath9k_hw_set_cts_timeout() 1109 rx_lat = MS(reg, AR_USEC_RX_LAT); in ath9k_hw_init_global_settings() 1110 tx_lat = MS(reg, AR_USEC_TX_LAT); in ath9k_hw_init_global_settings() 2590 MS(ah->rfsilent, EEP_RFSILENT_GPIO_SEL); in ath9k_hw_fill_cap_info() 2592 MS(ah->rfsilent, EEP_RFSILENT_POLARITY); in ath9k_hw_fill_cap_info() 2818 (MS(REG_READ(ah, AR_GPIO_IN_OUT), x##_GPIO_IN_VAL) & BIT(y)) in ath9k_hw_gpio_get()
|
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()
|
/drivers/net/wireless/ath/ath10k/ |
D | hw.c | 624 phyclk = MS(phyclk_reg, WAVE1_PHYCLK_USEC) + 1; in ath10k_hw_qca988x_set_coverage_class() 657 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class() 671 slottime = MS(slottime_reg, WAVE1_PCU_GBL_IFS_SLOT); in ath10k_hw_qca988x_set_coverage_class() 678 ack_timeout = MS(timeout_reg, WAVE1_PCU_ACK_CTS_TIMEOUT_ACK); in ath10k_hw_qca988x_set_coverage_class() 684 cts_timeout = MS(timeout_reg, WAVE1_PCU_ACK_CTS_TIMEOUT_CTS); in ath10k_hw_qca988x_set_coverage_class() 765 if (MS(reg_val, EFUSE_XTAL_SEL) > ATH10K_HW_REFCLK_COUNT) in ath10k_hw_qca6174_enable_pll_clock() 768 hw_clk = &hw->hw_clk[MS(reg_val, EFUSE_XTAL_SEL)]; in ath10k_hw_qca6174_enable_pll_clock() 835 if (!MS(reg_val, RTC_SYNC_STATUS_PLL_CHANGING)) in ath10k_hw_qca6174_enable_pll_clock() 843 if (MS(reg_val, RTC_SYNC_STATUS_PLL_CHANGING)) in ath10k_hw_qca6174_enable_pll_clock() 866 if (!MS(reg_val, RTC_SYNC_STATUS_PLL_CHANGING)) in ath10k_hw_qca6174_enable_pll_clock() [all …]
|
D | spectral.c | 114 fft_sample->relpwr_db = MS(reg1, SEARCH_FFT_REPORT_REG1_RELPWR_DB); in ath10k_spectral_process_fft() 115 fft_sample->avgpwr_db = MS(reg1, SEARCH_FFT_REPORT_REG1_AVGPWR_DB); in ath10k_spectral_process_fft() 117 peak_mag = MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG); in ath10k_spectral_process_fft() 119 fft_sample->max_index = MS(reg0, SEARCH_FFT_REPORT_REG0_PEAK_SIDX); in ath10k_spectral_process_fft() 122 total_gain_db = MS(reg0, SEARCH_FFT_REPORT_REG0_TOTAL_GAIN_DB); in ath10k_spectral_process_fft() 123 base_pwr_db = MS(reg0, SEARCH_FFT_REPORT_REG0_BASE_PWR_DB); in ath10k_spectral_process_fft() 132 chain_idx = MS(reg0, SEARCH_FFT_REPORT_REG0_FFT_CHN_IDX); in ath10k_spectral_process_fft()
|
D | htt_rx.c | 388 msdu_len = MS(__le32_to_cpu(rx_desc->msdu_start.common.info0), in ath10k_htt_rx_amsdu_pop() 958 preamble = MS(info1, RX_PPDU_START_INFO1_PREAMBLE_TYPE); in ath10k_htt_rx_h_rates() 969 rate = MS(info1, RX_PPDU_START_INFO1_L_SIG_RATE); in ath10k_htt_rx_h_rates() 1080 peer_id = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_peer_channel() 1691 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_undecap() 1863 enctype = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_mpdu() 2093 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_unchain() 2141 enctype = MS(__le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_validate_amsdu() 2299 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_pn_check_replay_hl() 2305 if (!MS(rx_desc_info, HTT_RX_DESC_HL_INFO_ENCRYPTED)) in ath10k_htt_rx_pn_check_replay_hl() [all …]
|
D | wmi.c | 4041 MS(reg0, RADAR_REPORT_REG0_PULSE_IS_CHIRP), in ath10k_dfs_radar_report() 4042 MS(reg0, RADAR_REPORT_REG0_PULSE_IS_MAX_WIDTH), in ath10k_dfs_radar_report() 4043 MS(reg0, RADAR_REPORT_REG0_AGC_TOTAL_GAIN), in ath10k_dfs_radar_report() 4044 MS(reg0, RADAR_REPORT_REG0_PULSE_DELTA_DIFF)); in ath10k_dfs_radar_report() 4047 MS(reg0, RADAR_REPORT_REG0_PULSE_DELTA_PEAK), in ath10k_dfs_radar_report() 4048 MS(reg0, RADAR_REPORT_REG0_PULSE_SIDX), in ath10k_dfs_radar_report() 4049 MS(reg1, RADAR_REPORT_REG1_PULSE_SRCH_FFT_VALID), in ath10k_dfs_radar_report() 4050 MS(reg1, RADAR_REPORT_REG1_PULSE_AGC_MB_GAIN), in ath10k_dfs_radar_report() 4051 MS(reg1, RADAR_REPORT_REG1_PULSE_SUBCHAN_MASK)); in ath10k_dfs_radar_report() 4054 MS(reg1, RADAR_REPORT_REG1_PULSE_TSF_OFFSET), in ath10k_dfs_radar_report() [all …]
|
/drivers/gpu/drm/gma500/ |
D | intel_gmbus.c | 39 #define _wait_for(COND, MS, W) ({ \ argument 40 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \ 52 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument 53 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0) argument
|
D | cdv_intel_display.c | 112 #define _wait_for(COND, MS, W) ({ \ argument 113 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \ 126 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
/drivers/net/wireless/ath/ath6kl/ |
D | hif.c | 317 if (MS(ERROR_INT_STATUS_WAKEUP, error_int_status)) in ath6kl_hif_proc_err_intr() 320 if (MS(ERROR_INT_STATUS_RX_UNDERFLOW, error_int_status)) in ath6kl_hif_proc_err_intr() 323 if (MS(ERROR_INT_STATUS_TX_OVERFLOW, error_int_status)) in ath6kl_hif_proc_err_intr() 495 if (MS(HOST_INT_STATUS_CPU, host_int_status)) { in proc_pending_irqs() 502 if (MS(HOST_INT_STATUS_ERROR, host_int_status)) { in proc_pending_irqs() 509 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
|
/drivers/gpu/drm/i915/ |
D | i915_utils.h | 338 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument 402 #define wait_for_atomic(COND, MS) wait_for_atomic_us((COND), (MS) * 1000) argument
|
/drivers/staging/rtl8712/ |
D | rtl8712_wmac_regdef.h | 26 #define MS (RTL8712_WMAC_ + 0x24) macro
|
/drivers/gpu/drm/v3d/ |
D | v3d_drv.h | 290 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
/drivers/gpu/drm/vc4/ |
D | vc4_drv.h | 783 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|