Searched refs:MS (Results 1 - 200 of 244) sorted by relevance

12

/linux-4.4.14/arch/microblaze/kernel/
H A Dmcount.S16 /* FIXME MS: I think that I don't need to save all regs */
88 /* MS: It is just barrier which is removed from C code */
109 /* MS: jump over graph function - replaced from C code */
112 addik r5, r1, 120; /* MS: load parent addr */
113 addik r6, r15, 0; /* MS: load current function addr */
116 /* MS: graph was taken that's why - can jump over function trace */
122 /* MS: test function trace if is taken or not */
126 beqid r5, end; /* MS: not taken -> jump over */
135 lwi r6, r1, 120; /* MS: load parent addr */
136 addik r5, r15, -4; /* MS: load current function addr */
137 /* MS: here is dependency on previous code */
138 brald r15, r20; /* MS: jump to ftrace handler */
144 rtsd r15, 8; /* MS: jump back */
149 nop; /* MS: just barrier for rtsd r15, 8 */
154 /* MS: find out returning address */
158 /* MS: return value from ftrace_return_to_handler is my returning addr
163 rtsd r15, 8; /* MS: jump back */
H A Dentry.S265 /* MS these three instructions can be added to one */ \
274 /* MS: I am clearing UMS even in case when I come from kernel space */ \
506 /* MS: I have to save r11 value and then restore it because
644 /* MS: we are in physical address */
647 /* MS: See if already in kernel mode. */
655 tophys(r1,r1); /* MS: I have in r1 physical address where stack is */
657 /* MS: Make room on the stack -> activation record */
664 /* MS: get the saved current */
685 /* MS: we are in virtual mode */
692 lwi r19, r11, TI_FLAGS; /* MS: get flags from thread info */
716 addik r1, r1, PT_SIZE /* MS: Clean up stack space. */
719 /* MS: Return to kernel state. */
723 /* MS: get preempt_count from thread info */
741 VM_OFF /* MS: turn off MMU */
744 addik r1, r1, PT_SIZE /* MS: Clean up stack space. */
747 IRQ_return: /* MS: Make global symbol for debugging */
763 /* MS: Kernel-mode state save - kgdb */
785 /* MS: r31 - current pointer isn't changed */
793 /* MS: Place handler for brki from kernel space if KGDB is OFF.
797 /* MS: User-mode state save - gdb */
819 /* MS: The first instruction for the second part of the gdb/kgdb */
823 /* MS: Return to user space - gdb */
849 /* MS: Restore all regs */
853 DBTRAP_return_user: /* MS: Make global symbol for debugging */
854 rtbd r16, 0; /* MS: Instructions to return from a debug trap */
857 /* MS: Return to kernel state - kgdb */
860 /* MS: Restore all regs */
864 addik r1, r1, PT_SIZE; /* MS: Clean up stack space */
866 DBTRAP_return_kernel: /* MS: Make global symbol for debugging */
867 rtbd r16, 0; /* MS: Instructions to return from a debug trap */
H A Dptrace.c112 /* MS potential problem on WB system arch_ptrace()
H A Dhw_exception_handler.S417 lwi r7, r0, PER_CPU(KM) /* MS: saving current kernel mode to regs */
859 /* MS: storing last used tlb index */
863 /* MS: load the last used TLB index. */
865 addik r5, r5, 1 /* MS: inc tlb_index -> use next one */
867 /* MS: FIXME this is potential fault, because this is mask not count */
874 /* MS: save back current TLB index */
878 mts rtlbx, r5 /* MS: save current TLB */
880 mts rtlblo, r4 /* MS: save to TLB LO */
H A Dsignal.c206 /* MS: I need add offset in page */ setup_rt_frame()
208 /* MS address is virtual */ setup_rt_frame()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c287 MS(s5, AR_ISR_S5_GENTIMER_TRIG); ar9003_hw_get_isr()
290 MS(s5, AR_ISR_S5_GENTIMER_THRESH); ar9003_hw_get_isr()
368 if ((MS(ads->ds_info, AR_DescId) != ATHEROS_VENDOR_ID) || ar9003_hw_proc_txdesc()
369 (MS(ads->ds_info, AR_TxRxDesc) != 1)) { ar9003_hw_proc_txdesc()
376 ts->ts_rateindex = MS(status, AR_FinalTxIdx); ar9003_hw_proc_txdesc()
377 ts->ts_seqnum = MS(status, AR_SeqNum); ar9003_hw_proc_txdesc()
378 ts->tid = MS(status, AR_TxTid); ar9003_hw_proc_txdesc()
380 ts->qid = MS(ads->ds_info, AR_TxQcuNum); ar9003_hw_proc_txdesc()
381 ts->desc_id = MS(ads->status1, AR_TxDescId); ar9003_hw_proc_txdesc()
389 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); ar9003_hw_proc_txdesc()
390 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01); ar9003_hw_proc_txdesc()
391 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02); ar9003_hw_proc_txdesc()
419 ts->ts_shortretry = MS(status, AR_RTSFailCnt); ar9003_hw_proc_txdesc()
420 ts->ts_longretry = MS(status, AR_DataFailCnt); ar9003_hw_proc_txdesc()
421 ts->ts_virtcol = MS(status, AR_VirtRetryCnt); ar9003_hw_proc_txdesc()
424 ts->ts_rssi = MS(status, AR_TxRSSICombined); ar9003_hw_proc_txdesc()
425 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10); ar9003_hw_proc_txdesc()
426 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11); ar9003_hw_proc_txdesc()
427 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12); ar9003_hw_proc_txdesc()
440 return MS(ACCESS_ONCE(adc->ctl15), AR_PacketDur0); ar9003_hw_get_duration()
442 return MS(ACCESS_ONCE(adc->ctl15), AR_PacketDur1); ar9003_hw_get_duration()
444 return MS(ACCESS_ONCE(adc->ctl16), AR_PacketDur2); ar9003_hw_get_duration()
446 return MS(ACCESS_ONCE(adc->ctl16), AR_PacketDur3); ar9003_hw_get_duration()
489 if (MS(rxsp->ds_info, AR_DescId) != 0x168c) ath9k_hw_process_rxdesc_edma()
503 rxs->rs_rssi = MS(rxsp->status5, AR_RxRSSICombined); ath9k_hw_process_rxdesc_edma()
504 rxs->rs_rssi_ctl[0] = MS(rxsp->status1, AR_RxRSSIAnt00); ath9k_hw_process_rxdesc_edma()
505 rxs->rs_rssi_ctl[1] = MS(rxsp->status1, AR_RxRSSIAnt01); ath9k_hw_process_rxdesc_edma()
506 rxs->rs_rssi_ctl[2] = MS(rxsp->status1, AR_RxRSSIAnt02); ath9k_hw_process_rxdesc_edma()
507 rxs->rs_rssi_ext[0] = MS(rxsp->status5, AR_RxRSSIAnt10); ath9k_hw_process_rxdesc_edma()
508 rxs->rs_rssi_ext[1] = MS(rxsp->status5, AR_RxRSSIAnt11); ath9k_hw_process_rxdesc_edma()
509 rxs->rs_rssi_ext[2] = MS(rxsp->status5, AR_RxRSSIAnt12); ath9k_hw_process_rxdesc_edma()
512 rxs->rs_keyix = MS(rxsp->status11, AR_KeyIdx); ath9k_hw_process_rxdesc_edma()
516 rxs->rs_rate = MS(rxsp->status1, AR_RxRate); ath9k_hw_process_rxdesc_edma()
522 rxs->rs_antenna = (MS(rxsp->status4, AR_RxAntenna) & 0x7); ath9k_hw_process_rxdesc_edma()
557 phyerr = MS(rxsp->status11, AR_PHYErrCode); ath9k_hw_process_rxdesc_edma()
H A Dar9002_mac.c123 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXOK); ar9002_hw_get_isr()
124 ah->intr_txqs |= MS(s0_s, AR_ISR_S0_QCU_TXDESC); ar9002_hw_get_isr()
125 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXERR); ar9002_hw_get_isr()
126 ah->intr_txqs |= MS(s1_s, AR_ISR_S1_QCU_TXEOL); ar9002_hw_get_isr()
147 MS(s5_s, AR_ISR_S5_GENTIMER_TRIG); ar9002_hw_get_isr()
150 MS(s5_s, AR_ISR_S5_GENTIMER_THRESH); ar9002_hw_get_isr()
331 ts->tid = MS(status, AR_TxTid); ar9002_hw_proc_txdesc()
332 ts->ts_rateindex = MS(status, AR_FinalTxIdx); ar9002_hw_proc_txdesc()
333 ts->ts_seqnum = MS(status, AR_SeqNum); ar9002_hw_proc_txdesc()
336 ts->ts_rssi_ctl0 = MS(status, AR_TxRSSIAnt00); ar9002_hw_proc_txdesc()
337 ts->ts_rssi_ctl1 = MS(status, AR_TxRSSIAnt01); ar9002_hw_proc_txdesc()
338 ts->ts_rssi_ctl2 = MS(status, AR_TxRSSIAnt02); ar9002_hw_proc_txdesc()
370 ts->ts_shortretry = MS(status, AR_RTSFailCnt); ar9002_hw_proc_txdesc()
371 ts->ts_longretry = MS(status, AR_DataFailCnt); ar9002_hw_proc_txdesc()
372 ts->ts_virtcol = MS(status, AR_VirtRetryCnt); ar9002_hw_proc_txdesc()
375 ts->ts_rssi = MS(status, AR_TxRSSICombined); ar9002_hw_proc_txdesc()
376 ts->ts_rssi_ext0 = MS(status, AR_TxRSSIAnt10); ar9002_hw_proc_txdesc()
377 ts->ts_rssi_ext1 = MS(status, AR_TxRSSIAnt11); ar9002_hw_proc_txdesc()
378 ts->ts_rssi_ext2 = MS(status, AR_TxRSSIAnt12); ar9002_hw_proc_txdesc()
393 return MS(ACCESS_ONCE(ads->ds_ctl4), AR_PacketDur0); ar9002_hw_get_duration()
395 return MS(ACCESS_ONCE(ads->ds_ctl4), AR_PacketDur1); ar9002_hw_get_duration()
397 return MS(ACCESS_ONCE(ads->ds_ctl5), AR_PacketDur2); ar9002_hw_get_duration()
399 return MS(ACCESS_ONCE(ads->ds_ctl5), AR_PacketDur3); ar9002_hw_get_duration()
H A Dmac.c115 curLevel = MS(txcfg, AR_FTRIG); ath9k_hw_updatetxtriglevel()
552 rs->rs_rssi = MS(ads.ds_rxstatus4, AR_RxRSSICombined); ath9k_hw_rxprocdesc()
553 rs->rs_rssi_ctl[0] = MS(ads.ds_rxstatus0, ath9k_hw_rxprocdesc()
555 rs->rs_rssi_ctl[1] = MS(ads.ds_rxstatus0, ath9k_hw_rxprocdesc()
557 rs->rs_rssi_ctl[2] = MS(ads.ds_rxstatus0, ath9k_hw_rxprocdesc()
559 rs->rs_rssi_ext[0] = MS(ads.ds_rxstatus4, ath9k_hw_rxprocdesc()
561 rs->rs_rssi_ext[1] = MS(ads.ds_rxstatus4, ath9k_hw_rxprocdesc()
563 rs->rs_rssi_ext[2] = MS(ads.ds_rxstatus4, ath9k_hw_rxprocdesc()
567 rs->rs_keyix = MS(ads.ds_rxstatus8, AR_KeyIdx); ath9k_hw_rxprocdesc()
571 rs->rs_rate = MS(ads.ds_rxstatus0, AR_RxRate); ath9k_hw_rxprocdesc()
577 rs->rs_antenna = MS(ads.ds_rxstatus3, AR_RxAntenna); ath9k_hw_rxprocdesc()
606 phyerr = MS(ads.ds_rxstatus8, AR_PHYErrCode); ath9k_hw_rxprocdesc()
H A Dar9003_aic.c282 MS(value, AR_PHY_AIC_SRAM_VALID); ar9003_aic_cal_post_process()
284 MS(value, AR_PHY_AIC_SRAM_ROT_QUAD_ATT_DB); ar9003_aic_cal_post_process()
286 MS(value, AR_PHY_AIC_SRAM_VGA_QUAD_SIGN); ar9003_aic_cal_post_process()
288 MS(value, AR_PHY_AIC_SRAM_ROT_DIR_ATT_DB); ar9003_aic_cal_post_process()
290 MS(value, AR_PHY_AIC_SRAM_VGA_DIR_SIGN); ar9003_aic_cal_post_process()
292 MS(value, AR_PHY_AIC_SRAM_COM_ATT_6DB); ar9003_aic_cal_post_process()
458 num_chan = MS(mci_hw->config, ATH_MCI_CONFIG_AIC_CAL_NUM_CHAN); ar9003_aic_cal_continue()
586 num_chan = MS(mci_hw->config, ATH_MCI_CONFIG_AIC_CAL_NUM_CHAN); ar9003_aic_calibration_single()
H A Dar9003_phy.c1373 nf = MS(REG_READ(ah, ah->nf_regs[i]), ar9003_hw_do_getnf()
1380 nf = MS(REG_READ(ah, ah->nf_regs[ext_idx]), ar9003_hw_do_getnf()
1431 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); ar9003_hw_ani_cache_ini_regs()
1432 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); ar9003_hw_ani_cache_ini_regs()
1433 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); ar9003_hw_ani_cache_ini_regs()
1436 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); ar9003_hw_ani_cache_ini_regs()
1437 iniDef->m2ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M2_THRESH_LOW); ar9003_hw_ani_cache_ini_regs()
1438 iniDef->m2CountThrLow = MS(val, AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW); ar9003_hw_ani_cache_ini_regs()
1441 iniDef->m1ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH); ar9003_hw_ani_cache_ini_regs()
1442 iniDef->m2ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH); ar9003_hw_ani_cache_ini_regs()
1443 iniDef->m1ThreshLowExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH_LOW); ar9003_hw_ani_cache_ini_regs()
1444 iniDef->m2ThreshLowExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH_LOW); ar9003_hw_ani_cache_ini_regs()
2205 MS(status, AR_PHY_WATCHDOG_INFO), ar9003_hw_bb_watchdog_dbg_info()
2206 MS(status, AR_PHY_WATCHDOG_DET_HANG), ar9003_hw_bb_watchdog_dbg_info()
2207 MS(status, AR_PHY_WATCHDOG_RADAR_SM), ar9003_hw_bb_watchdog_dbg_info()
2208 MS(status, AR_PHY_WATCHDOG_RX_OFDM_SM), ar9003_hw_bb_watchdog_dbg_info()
2209 MS(status, AR_PHY_WATCHDOG_RX_CCK_SM), ar9003_hw_bb_watchdog_dbg_info()
2210 MS(status, AR_PHY_WATCHDOG_TX_OFDM_SM), ar9003_hw_bb_watchdog_dbg_info()
2211 MS(status, AR_PHY_WATCHDOG_TX_CCK_SM), ar9003_hw_bb_watchdog_dbg_info()
2212 MS(status, AR_PHY_WATCHDOG_AGC_SM), ar9003_hw_bb_watchdog_dbg_info()
2213 MS(status, AR_PHY_WATCHDOG_SRCH_SM)); ar9003_hw_bb_watchdog_dbg_info()
2241 result = MS(ah->bb_watchdog_last_status, AR_PHY_WATCHDOG_RX_OFDM_SM); ar9003_hw_disable_phy_restart()
H A Dar5008_phy.c1127 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR); ar5008_hw_do_getnf()
1130 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR); ar5008_hw_do_getnf()
1133 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR); ar5008_hw_do_getnf()
1139 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR); ar5008_hw_do_getnf()
1142 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR_PHY_CH1_EXT_MINCCA_PWR); ar5008_hw_do_getnf()
1145 nf = MS(REG_READ(ah, AR_PHY_CH2_EXT_CCA), AR_PHY_CH2_EXT_MINCCA_PWR); ar5008_hw_do_getnf()
1171 iniDef->m1Thresh = MS(val, AR_PHY_SFCORR_M1_THRESH); ar5008_hw_ani_cache_ini_regs()
1172 iniDef->m2Thresh = MS(val, AR_PHY_SFCORR_M2_THRESH); ar5008_hw_ani_cache_ini_regs()
1173 iniDef->m2CountThr = MS(val, AR_PHY_SFCORR_M2COUNT_THR); ar5008_hw_ani_cache_ini_regs()
1176 iniDef->m1ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M1_THRESH_LOW); ar5008_hw_ani_cache_ini_regs()
1177 iniDef->m2ThreshLow = MS(val, AR_PHY_SFCORR_LOW_M2_THRESH_LOW); ar5008_hw_ani_cache_ini_regs()
1178 iniDef->m2CountThrLow = MS(val, AR_PHY_SFCORR_LOW_M2COUNT_THR_LOW); ar5008_hw_ani_cache_ini_regs()
1181 iniDef->m1ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH); ar5008_hw_ani_cache_ini_regs()
1182 iniDef->m2ThreshExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH); ar5008_hw_ani_cache_ini_regs()
1183 iniDef->m1ThreshLowExt = MS(val, AR_PHY_SFCORR_EXT_M1_THRESH_LOW); ar5008_hw_ani_cache_ini_regs()
1184 iniDef->m2ThreshLowExt = MS(val, AR_PHY_SFCORR_EXT_M2_THRESH_LOW); ar5008_hw_ani_cache_ini_regs()
H A Dar9002_calib.c374 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); ar9287_hw_olc_temp_compensation()
404 currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT); ar9280_hw_olc_temp_compensation()
497 regVal |= (MS(REG_READ(ah, AR9285_AN_RF2G9), ar9271_hw_pa_cal()
577 ccomp_org = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_CCOMP); ar9285_hw_pa_cal()
592 reg_field = MS(REG_READ(ah, 0x7840), AR9285_AN_RXTXBB1_SPARE9); ar9285_hw_pa_cal()
599 reg_field = MS(REG_READ(ah, AR9285_AN_RF2G9), AR9285_AN_RXTXBB1_SPARE9); ar9285_hw_pa_cal()
601 offs_6_1 = MS(REG_READ(ah, AR9285_AN_RF2G6), AR9285_AN_RF2G6_OFFS); ar9285_hw_pa_cal()
602 offs_0 = MS(REG_READ(ah, AR9285_AN_RF2G3), AR9285_AN_RF2G3_PDVCCOMP); ar9285_hw_pa_cal()
772 txgain_max = MS(REG_READ(ah, AR_PHY_TX_PWRCTRL7), ar9285_hw_clc()
H A Dar9002_phy.c297 MS(REG_READ(ah, AR_PHY_TX_GAIN_TBL1 + i * 4), ar9002_olc_init()
335 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR); ar9002_hw_do_getnf()
338 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR); ar9002_hw_do_getnf()
345 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR); ar9002_hw_do_getnf()
348 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR); ar9002_hw_do_getnf()
H A Dar9003_mci.c819 thresh = MS(mci->config, ATH_MCI_CONFIG_AGGR_THRESH); ar9003_mci_osla_setup()
931 u8 ant = MS(mci->config, ATH_MCI_CONFIG_ANT_ARCH); ar9003_mci_reset()
969 regval = MS(mci->config, ATH_MCI_CONFIG_CLK_DIV); ar9003_mci_reset()
1296 value = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); ar9003_mci_state()
1304 value = MS(REG_READ(ah, AR_MCI_RX_STATUS), ar9003_mci_state()
1310 value = MS(REG_READ(ah, AR_MCI_RX_STATUS), ar9003_mci_state()
1434 bt_sleep = MS(REG_READ(ah, AR_MCI_RX_STATUS), AR_MCI_RX_REMOTE_SLEEP); ar9003_mci_set_power_awake()
1455 offset = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); ar9003_mci_check_gpm_offset()
1482 gpm_ptr = MS(REG_READ(ah, AR_MCI_GPM_1), AR_MCI_GPM_WRITE_PTR); ar9003_mci_get_next_gpm_offset()
H A Dar9003_mci.h122 ((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))
H A Dar9003_rtt.c162 val = MS(REG_READ(ah, AR_PHY_RTT_TABLE_SW_INTF_1_B(chain)), ar9003_hw_rtt_fill_hist_entry()
H A Dhw.c268 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); ath9k_hw_read_revisions()
291 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); ath9k_hw_read_revisions()
300 ah->hw_version.macVersion = MS(val, AR_SREV_VERSION); ath9k_hw_read_revisions()
992 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_ACK)); ath9k_hw_set_ack_timeout()
999 val = min(val, (u32) MS(0xFFFFFFFF, AR_TIME_OUT_CTS)); ath9k_hw_set_cts_timeout()
1076 rx_lat = MS(reg, AR_USEC_RX_LAT); ath9k_hw_init_global_settings()
1077 tx_lat = MS(reg, AR_USEC_TX_LAT); ath9k_hw_init_global_settings()
2495 MS(ah->rfsilent, EEP_RFSILENT_GPIO_SEL); ath9k_hw_fill_cap_info()
2497 MS(ah->rfsilent, EEP_RFSILENT_POLARITY); ath9k_hw_fill_cap_info()
2658 (MS(REG_READ(ah, AR_GPIO_IN_OUT), x##_GPIO_IN_VAL) & (AR_GPIO_BIT(y))) ath9k_hw_gpio_get()
2666 return (MS(val, AR7010_GPIO_IN_VAL) & AR_GPIO_BIT(gpio)) == 0; ath9k_hw_gpio_get()
2668 return (MS(REG_READ(ah, AR_GPIO_IN), AR9300_GPIO_IN_VAL) & ath9k_hw_gpio_get()
H A Dmci.c603 int value_dbm = MS(mci_hw->cont_status, ath_mci_intr()
610 MS(mci_hw->cont_status, AR_MCI_CONT_TXRX) ? ath_mci_intr()
612 MS(mci_hw->cont_status, AR_MCI_CONT_PRIORITY), ath_mci_intr()
H A Dhtc_drv_txrx.c487 rate->idx = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_RATE); ath9k_htc_tx_process()
620 u8 epid = MS(txs->ts_rate, ATH9K_HTC_TXSTAT_EPID); ath9k_htc_tx_get_packet()
770 MS(event->txs.ts_rate, ATH9K_HTC_TXSTAT_EPID)); ath9k_htc_tx_cleanup_timer()
H A Deeprom_9287.c430 pdGainOverlap_t2 = (u16)(MS(REG_READ(ah, AR_PHY_TPCRG5), ath9k_hw_set_ar9287_power_cal_table()
H A Dpci.c814 *data = MS(common->ops->read(ah, AR_EEPROM_STATUS_DATA), ath_pci_eeprom_read()
H A Dar9003_eeprom.c5484 return MS(le32_to_cpu(eep->modalHeader2G.papdRateMaskHt20), ar9003_get_paprd_scale_factor()
5488 return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt20), ar9003_get_paprd_scale_factor()
5491 return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt40), ar9003_get_paprd_scale_factor()
5494 return MS(le32_to_cpu(eep->modalHeader5G.papdRateMaskHt40), ar9003_get_paprd_scale_factor()
H A Deeprom_4k.c373 pdGainOverlap_t2 = (u16)(MS(REG_READ(ah, AR_PHY_TPCRG5), ath9k_hw_set_4k_power_cal_table()
H A Deeprom_def.c837 pdGainOverlap_t2 = (u16)(MS(REG_READ(ah, AR_PHY_TPCRG5), ath9k_hw_set_def_power_cal_table()
H A Dhtc_drv_init.c534 *data = MS(REG_READ(ah, AR_EEPROM_STATUS_DATA), ath_usb_eeprom_read()
H A Dhw.h122 #define MS(_v, _f) (((_v) & _f) >> _f##_S) macro
/linux-4.4.14/include/crypto/
H A Dgf128mul.h102 * MS x[0] LS MS x[1] LS
106 * MS x[2] LS MS x[3] LS
112 * MS x[0] LS MS x[1] LS
116 * MS x[2] LS MS x[3] LS
138 MS x[0] LS MS x[1] LS
142 MS x[2] LS MS x[3] LS
149 MS x[0] LS MS x[1] LS
153 MS x[2] LS MS x[3] LS
/linux-4.4.14/include/uapi/linux/usb/
H A Dmidi.h23 /* A.1 MS Class-Specific Interface Descriptor Subtypes */
29 /* A.2 MS Class-Specific Endpoint Descriptor Subtypes */
32 /* A.3 MS MIDI IN and OUT Jack Types */
36 /* 6.1.2.1 Class-Specific MS Interface Header Descriptor */
91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
H A Dfunctionfs.h55 /* MS OS Descriptor header */
97 * | | os_count | LE32 | number of MS OS descriptors |
101 * | | os_descrs | OSDesc[] | list of MS OS descriptors |
129 * OSDesc[] is an array of valid MS OS Feature Descriptors which have one of
H A Daudio.h139 /* MIDI - A.1 MS Class-Specific Interface Descriptor Subtypes */
144 /* MIDI - A.1 MS Class-Specific Endpoint Descriptor Subtypes */
/linux-4.4.14/drivers/usb/storage/
H A Doption_ms.c53 usb_stor_dbg(us, "Option MS: %s\n", "DEVICE MODE SWITCH"); option_rezero()
98 usb_stor_dbg(us, "Option MS: %s\n", "device inquiry for vendor name"); option_inquiry()
141 usb_stor_dbg(us, "Option MS: %s\n", "option_ms_init called"); option_ms_init()
148 usb_stor_dbg(us, "Option MS: %s\n", option_ms_init()
152 usb_stor_dbg(us, "Option MS: %s\n", option_ms_init()
157 usb_stor_dbg(us, "Option MS: %s\n", "Forcing Modem Mode"); option_ms_init()
160 usb_stor_dbg(us, "Option MS: %s\n", option_ms_init()
165 usb_stor_dbg(us, "Option MS: %s\n", option_ms_init()
H A Dene_ub6250.c118 /* For MS Card */
372 u16 wControllerFunction; /* New MS */
373 u8 bReserved3[9]; /* New MS */
374 u8 bParallelSupport; /* New MS */
375 u16 wFormatValue; /* New MS */
412 /* ENE MS Lib struct */
470 /*----- MS Control Data ---------------- */
744 * ENE MS Card
865 /* printk(KERN_INFO "MS --- MS_ReaderReadPage, ms_read_readpage()
1179 /* printk(KERN_INFO "MS --- ms_read_eraseblock, ms_read_eraseblock()
1258 /* printk("MS --- MS_LibOverwriteExtra, ms_lib_overwrite_extra()
1691 pr_info("Load MS RW pattern Fail !!\n"); ms_scsi_read()
1792 pr_info("Load MS RW pattern Fail !!\n"); ms_scsi_write()
1834 * ENE MS Card
1911 /* For MS */ ene_load_bincode()
2088 printk(KERN_ERR "Load MS Init Code Fail !!\n"); ene_ms_init()
2101 printk(KERN_ERR "Execution MS Init Code Fail !!\n"); ene_ms_init()
2118 ms_card_init(us); /* Card is MS (to ms.c)*/ ene_ms_init()
2120 usb_stor_dbg(us, "MS Init Code OK !!\n"); ene_ms_init()
2122 usb_stor_dbg(us, "MS Card Not Ready --- %x\n", buf[0]); ene_ms_init()
2352 pr_info("ums_eneub6250: This driver only supports SD/MS cards. " ene_ub6250_probe()
/linux-4.4.14/drivers/gpu/drm/vc4/
H A Dvc4_drv.h86 #define _wait_for(COND, MS, W) ({ \
87 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS) + 1; \
104 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
/linux-4.4.14/net/appletalk/
H A Dsysctl_net_atalk.c5 * Added /proc/sys/net/atalk directory entry (empty =) ). [MS]
/linux-4.4.14/net/ipx/
H A Dsysctl_net_ipx.c5 * Added /proc/sys/net/ipx directory entry (empty =) ). [MS]
/linux-4.4.14/crypto/asymmetric_keys/
H A Dverify_pefile.h28 /* PKCS#7 MS Individual Code Signing content */
/linux-4.4.14/net/x25/
H A Dsysctl_net_x25.c5 * Added /proc/sys/net/x25 directory entry (empty =) ). [MS]
/linux-4.4.14/drivers/misc/cb710/
H A Ddebug.c22 "MS?", "MS?", "SM?", "SM?"
/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c204 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; cvmx_spi_reset_cb() local
218 cvmx_wait(10 * MS); cvmx_spi_reset_cb()
268 cvmx_wait(100 * MS); cvmx_spi_reset_cb()
275 cvmx_wait(100 * MS); cvmx_spi_reset_cb()
435 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; cvmx_spi_clock_detect_cb() local
442 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; cvmx_spi_clock_detect_cb()
467 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; cvmx_spi_clock_detect_cb()
512 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; cvmx_spi_training_cb() local
513 uint64_t timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; cvmx_spi_training_cb()
530 cvmx_wait(1000 * MS); cvmx_spi_training_cb()
539 cvmx_wait(1000 * MS); cvmx_spi_training_cb()
541 timeout_time = cvmx_get_cycle() + 1000ull * MS * 600; cvmx_spi_training_cb()
579 uint64_t MS = cvmx_sysinfo_get()->cpu_clock_hz / 1000; cvmx_spi_calendar_sync_cb() local
606 timeout_time = cvmx_get_cycle() + 1000ull * MS * timeout; cvmx_spi_calendar_sync_cb()
/linux-4.4.14/fs/cifs/
H A Dsmbfsctl.h34 * See MS-SMB2 Section 2.2.31 (last checked June 2013, all of that list are
35 * below). Additional detail on less common ones can be found in MS-FSCC
109 /* Used by the DFS filter. See MS-DFSC */
111 /* Used by the DFS filter See MS-DFSC */
114 /* See section MS-FSCC 2.1.2.4 */
H A Dsmb2pdu.h151 * See MS-SMB2.PDF specification for protocol details.
593 /* See MS-SMB2 2.2.13.2.11 */
609 /* See MS-SMB2 2.2.13.2.12 */
619 /* See MS-SMB2 2.2.14.2.12 */
684 /* See MS-SMB2 2.2.31.3 */
949 /* Security info type additionalinfo flags. See MS-SMB2 (2.2.37) or MS-DTYP */
H A Dcifsencrypt.c4 * Encryption and hashing operations relating to NTLM, NTLMv2. See MS-NLMP
380 * As defined in MS-NTLM 3.3.2, just this av pair field build_avpair_blob()
H A Dsmb1ops.c484 * MS-CIFS indicates that servers are only limited by the client's cifs_negotiate_rsize()
502 * no CAP_LARGE_READ_X? Then MS-CIFS states that we must limit this to cifs_negotiate_rsize()
H A Dcifspdu.h943 struct smb_hdr hdr; /* wct = 42 but meaningless due to MS bug? */
1329 /* See MS-SMB 2.2.7.2.1.1 */
2271 /* List of FileSystemAttributes - see 2.5.1 of MS-FSCC */
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dintel_gmbus.c38 #define _wait_for(COND, MS, W) ({ \
39 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \
51 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
52 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0)
H A Dcdv_intel_display.c122 #define _wait_for(COND, MS, W) ({ \
123 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \
136 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
H A Dcdv_intel_dp.c235 #define _wait_for(COND, MS, W) ({ \
236 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS); \
248 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
/linux-4.4.14/drivers/staging/rtl8712/
H A Drtl8712_wmac_regdef.h38 #define MS (RTL8712_WMAC_ + 0x24) macro
/linux-4.4.14/drivers/staging/fbtft/
H A Dfb_uc1611.c176 | (0x0 & 0x1)); /* MS nibble last (default) */ set_var()
189 | (0x0 & 0x1)); /* MS nibble last (default) */ set_var()
202 | (0x0 & 0x1)); /* MS nibble last (default) */ set_var()
215 | (0x0 & 0x1)); /* MS nibble last (default) */ set_var()
/linux-4.4.14/drivers/media/rc/keymaps/
H A Drc-fusionhdtv-mce.c53 MS windows logo on remote */
/linux-4.4.14/drivers/mfd/
H A Drts5209.c235 /* MS Pull Control Enable:
236 * MS CD ==> pull up
246 /* MS Pull Control Disable:
247 * MS CD ==> pull up
H A Drts5227.c271 /* MS Pull Control Enable:
272 * MS CD ==> pull up
281 /* MS Pull Control Disable:
282 * MS CD ==> pull up
H A Drts5229.c229 /* MS Pull Control Enable:
230 * MS CD ==> pull up
239 /* MS Pull Control Disable:
240 * MS CD ==> pull up
H A Drtl8411.c273 /* Disable MS interrupt */ rtl8411_cd_deglitch()
376 /* MS Pull Control Enable:
377 * MS CD ==> pull up
390 /* MS Pull Control Disable:
391 * MS CD ==> pull up
H A Drts5249.c332 /* MS Pull Control Enable:
333 * MS CD ==> pull up
343 /* MS Pull Control Disable:
344 * MS CD ==> pull up
/linux-4.4.14/include/uapi/linux/nfsd/
H A Dexport.h39 #define NFSEXP_MSNFS 0x1000 /* do silly things that MS clients expect; no longer supported */
/linux-4.4.14/sound/soc/codecs/
H A Dwm8737.h206 #define WM8737_MS 0x0040 /* MS */
207 #define WM8737_MS_MASK 0x0040 /* MS */
208 #define WM8737_MS_SHIFT 6 /* MS */
209 #define WM8737_MS_WIDTH 1 /* MS */
H A Dwm8955.h110 #define WM8955_MS 0x0040 /* MS */
111 #define WM8955_MS_MASK 0x0040 /* MS */
112 #define WM8955_MS_SHIFT 6 /* MS */
113 #define WM8955_MS_WIDTH 1 /* MS */
H A Dak4642.c89 #define MS (1 << 3) /* master/slave select */ macro
402 data |= MS; ak4642_dai_set_fmt()
410 snd_soc_update_bits(codec, PW_MGMT2, MS | MCKO | PMPLL, data); ak4642_dai_set_fmt()
H A Dwm8961.h239 #define WM8961_MS 0x0040 /* MS */
240 #define WM8961_MS_MASK 0x0040 /* MS */
241 #define WM8961_MS_SHIFT 6 /* MS */
242 #define WM8961_MS_WIDTH 1 /* MS */
H A Dwm8983.h260 #define WM8983_MS 0x0001 /* MS */
261 #define WM8983_MS_MASK 0x0001 /* MS */
262 #define WM8983_MS_SHIFT 0 /* MS */
263 #define WM8983_MS_WIDTH 1 /* MS */
H A Dwm8985.h255 #define WM8985_MS 0x0001 /* MS */
256 #define WM8985_MS_MASK 0x0001 /* MS */
257 #define WM8985_MS_SHIFT 0 /* MS */
258 #define WM8985_MS_WIDTH 1 /* MS */
H A Duda1380.c99 * data[1] is MS byte uda1380_write()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dspectral.c117 fft_sample->relpwr_db = MS(reg1, SEARCH_FFT_REPORT_REG1_RELPWR_DB); ath10k_spectral_process_fft()
118 fft_sample->avgpwr_db = MS(reg1, SEARCH_FFT_REPORT_REG1_AVGPWR_DB); ath10k_spectral_process_fft()
120 peak_mag = MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG); ath10k_spectral_process_fft()
122 fft_sample->max_index = MS(reg0, SEARCH_FFT_REPORT_REG0_PEAK_SIDX); ath10k_spectral_process_fft()
125 total_gain_db = MS(reg0, SEARCH_FFT_REPORT_REG0_TOTAL_GAIN_DB); ath10k_spectral_process_fft()
126 base_pwr_db = MS(reg0, SEARCH_FFT_REPORT_REG0_BASE_PWR_DB); ath10k_spectral_process_fft()
135 chain_idx = MS(reg0, SEARCH_FFT_REPORT_REG0_FFT_CHN_IDX); ath10k_spectral_process_fft()
H A Dhtt_rx.c371 msdu_len = MS(__le32_to_cpu(rx_desc->msdu_start.common.info0), ath10k_htt_rx_amsdu_pop()
662 preamble = MS(info1, RX_PPDU_START_INFO1_PREAMBLE_TYPE); ath10k_htt_rx_h_rates()
673 rate = MS(info1, RX_PPDU_START_INFO1_L_SIG_RATE); ath10k_htt_rx_h_rates()
790 peer_id = MS(__le32_to_cpu(rxd->mpdu_start.info0), ath10k_htt_rx_h_peer_channel()
1259 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), ath10k_htt_rx_h_undecap()
1341 enctype = MS(__le32_to_cpu(rxd->mpdu_start.info0), ath10k_htt_rx_h_mpdu()
1482 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), ath10k_htt_rx_h_unchain()
1581 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), ath10k_htt_rx_handler()
1672 int status = MS(resp->data_tx_completion.flags, HTT_DATA_TX_STATUS); ath10k_htt_rx_frm_tx_compl()
1712 tid = MS(info0, HTT_RX_BA_INFO0_TID); ath10k_htt_rx_addba()
1713 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); ath10k_htt_rx_addba()
1752 tid = MS(info0, HTT_RX_BA_INFO0_TID); ath10k_htt_rx_delba()
1753 peer_id = MS(info0, HTT_RX_BA_INFO0_PEER_ID); ath10k_htt_rx_delba()
2056 MS(ev->flags, HTT_SECURITY_TYPE)); ath10k_htt_t2h_msg_handler()
H A Dwmi.c3413 MS(reg0, RADAR_REPORT_REG0_PULSE_IS_CHIRP), ath10k_dfs_radar_report()
3414 MS(reg0, RADAR_REPORT_REG0_PULSE_IS_MAX_WIDTH), ath10k_dfs_radar_report()
3415 MS(reg0, RADAR_REPORT_REG0_AGC_TOTAL_GAIN), ath10k_dfs_radar_report()
3416 MS(reg0, RADAR_REPORT_REG0_PULSE_DELTA_DIFF)); ath10k_dfs_radar_report()
3419 MS(reg0, RADAR_REPORT_REG0_PULSE_DELTA_PEAK), ath10k_dfs_radar_report()
3420 MS(reg0, RADAR_REPORT_REG0_PULSE_SIDX), ath10k_dfs_radar_report()
3421 MS(reg1, RADAR_REPORT_REG1_PULSE_SRCH_FFT_VALID), ath10k_dfs_radar_report()
3422 MS(reg1, RADAR_REPORT_REG1_PULSE_AGC_MB_GAIN), ath10k_dfs_radar_report()
3423 MS(reg1, RADAR_REPORT_REG1_PULSE_SUBCHAN_MASK)); ath10k_dfs_radar_report()
3426 MS(reg1, RADAR_REPORT_REG1_PULSE_TSF_OFFSET), ath10k_dfs_radar_report()
3427 MS(reg1, RADAR_REPORT_REG1_PULSE_DUR)); ath10k_dfs_radar_report()
3446 width = MS(reg1, RADAR_REPORT_REG1_PULSE_DUR); ath10k_dfs_radar_report()
3459 pe.chirp = (MS(reg0, RADAR_REPORT_REG0_PULSE_IS_CHIRP) != 0); ath10k_dfs_radar_report()
3500 MS(reg0, SEARCH_FFT_REPORT_REG0_TOTAL_GAIN_DB), ath10k_dfs_fft_report()
3501 MS(reg0, SEARCH_FFT_REPORT_REG0_BASE_PWR_DB), ath10k_dfs_fft_report()
3502 MS(reg0, SEARCH_FFT_REPORT_REG0_FFT_CHN_IDX), ath10k_dfs_fft_report()
3503 MS(reg0, SEARCH_FFT_REPORT_REG0_PEAK_SIDX)); ath10k_dfs_fft_report()
3506 MS(reg1, SEARCH_FFT_REPORT_REG1_RELPWR_DB), ath10k_dfs_fft_report()
3507 MS(reg1, SEARCH_FFT_REPORT_REG1_AVGPWR_DB), ath10k_dfs_fft_report()
3508 MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG), ath10k_dfs_fft_report()
3509 MS(reg1, SEARCH_FFT_REPORT_REG1_NUM_STR_BINS_IB)); ath10k_dfs_fft_report()
3511 peak_mag = MS(reg1, SEARCH_FFT_REPORT_REG1_PEAK_MAG); ath10k_dfs_fft_report()
4644 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); ath10k_wmi_op_rx()
4762 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); ath10k_wmi_10_1_op_rx()
4885 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); ath10k_wmi_10_2_op_rx()
5006 id = MS(__le32_to_cpu(cmd_hdr->cmd_id), WMI_CMD_HDR_CMD_ID); ath10k_wmi_10_4_op_rx()
H A Dce.c481 *transfer_idp = MS(__le16_to_cpu(sdesc.flags), CE_DESC_FLAGS_META_DATA); ath10k_ce_completed_recv_next_nolock()
662 *transfer_idp = MS(__le16_to_cpu(desc->flags), ath10k_ce_cancel_send_next()
H A Dcore.h41 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) macro
H A Dcore.c544 board_id = MS(result, ATH10K_BMI_BOARD_ID_FROM_OTP); ath10k_core_get_board_id_from_otp()
545 chip_id = MS(result, ATH10K_BMI_CHIP_ID_FROM_OTP); ath10k_core_get_board_id_from_otp()
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_gs.c19 * qla2x00_prep_ms_iocb() - Prepare common MS/CT IOCB fields for SNS CT query.
191 /* Prepare common MS IOCB */ qla2x00_ga_nxt()
205 /* Execute MS IOCB */ qla2x00_ga_nxt()
279 /* Prepare common MS IOCB */ qla2x00_gid_pt()
290 /* Execute MS IOCB */ qla2x00_gid_pt()
353 /* Prepare common MS IOCB */ qla2x00_gpn_id()
367 /* Execute MS IOCB */ qla2x00_gpn_id()
415 /* Prepare common MS IOCB */ qla2x00_gnn_id()
429 /* Execute MS IOCB */ qla2x00_gnn_id()
481 /* Prepare common MS IOCB */ qla2x00_rft_id()
497 /* Execute MS IOCB */ qla2x00_rft_id()
537 /* Prepare common MS IOCB */ qla2x00_rff_id()
555 /* Execute MS IOCB */ qla2x00_rff_id()
592 /* Prepare common MS IOCB */ qla2x00_rnn_id()
607 /* Execute MS IOCB */ qla2x00_rnn_id()
662 /* Prepare common MS IOCB */ qla2x00_rsnn_nn()
682 /* Update MS IOCB request */ qla2x00_rsnn_nn()
687 /* Execute MS IOCB */ qla2x00_rsnn_nn()
1137 * qla2x00_prep_ms_fdmi_iocb() - Prepare common MS IOCB fields for FDMI query.
1175 * qla24xx_prep_ms_fdmi_iocb() - Prepare common MS IOCB fields for FDMI query.
1274 /* Prepare common MS IOCB */ qla2x00_fdmi_rhba()
1425 /* Update MS request size. */ qla2x00_fdmi_rhba()
1434 /* Execute MS IOCB */ qla2x00_fdmi_rhba()
1485 /* Prepare common MS IOCB */ qla2x00_fdmi_rpa()
1641 /* Update MS request size. */ qla2x00_fdmi_rpa()
1650 /* Execute MS IOCB */ qla2x00_fdmi_rpa()
1697 /* Prepare common MS IOCB */ qla2x00_fdmiv2_rhba()
1952 /* Update MS request size. */ qla2x00_fdmiv2_rhba()
1961 /* Execute MS IOCB */ qla2x00_fdmiv2_rhba()
2008 /* Prepare common MS IOCB */ qla2x00_fdmi_dhba()
2022 /* Execute MS IOCB */ qla2x00_fdmi_dhba()
2061 /* Prepare common MS IOCB */ qla2x00_fdmiv2_rpa()
2316 /* Update MS request size. */ qla2x00_fdmiv2_rpa()
2324 /* Execute MS IOCB */ qla2x00_fdmiv2_rpa()
2434 /* Prepare common MS IOCB */ qla2x00_gfpn_id()
2448 /* Execute MS IOCB */ qla2x00_gfpn_id()
2548 /* Prepare common MS IOCB */ qla2x00_gpsc()
2561 /* Execute MS IOCB */ qla2x00_gpsc()
2654 /* Prepare common MS IOCB */ qla2x00_gff_id()
2668 /* Execute MS IOCB */ qla2x00_gff_id()
H A Dqla_nx2.c1098 * qla8044_ms_mem_write_128b - Writes data to MS/off-chip memory
1186 "%s: MS memory write failed!\n", qla8044_ms_mem_write_128b()
1239 /* 128 bit/16 byte write to MS memory */ qla8044_copy_bootloader()
1244 "%s: Error writing F/W to MS !!!\n", __func__); qla8044_copy_bootloader()
1248 "%s: Wrote F/W (size %d) to MS !!!\n", qla8044_copy_bootloader()
2923 /* Prepare pex-dma descriptor to be written to MS memory. */ qla8044_minidump_pex_dma_read()
2952 /* Prepare: Write pex-dma descriptor to MS memory. */ qla8044_minidump_pex_dma_read()
2958 "%s: Error writing rdmem-dma-init to MS !!!\n", qla8044_minidump_pex_dma_read()
/linux-4.4.14/sound/drivers/
H A Dserial-u16550.c25 * Added support for the Midiator MS-124T and for the MS-124W in
53 #define SNDRV_SERIAL_MS124T 1 /* Midiator MS-124T */
54 #define SNDRV_SERIAL_MS124W_SA 2 /* Midiator MS-124W in S/A mode */
55 #define SNDRV_SERIAL_MS124W_MB 3 /* Midiator MS-124W in M/B mode */
60 "MS-124T",
61 "MS-124W S/A",
62 "MS-124W M/B",
426 /* MS-124W can draw power from RTS and DTR if they snd_uart16550_do_open()
432 /* MS-124T can draw power from RTS and/or DTR (preferably snd_uart16550_do_open()
486 /* MS-124W can draw power from RTS and DTR if they snd_uart16550_do_close()
492 /* MS-124T can draw power from RTS and/or DTR (preferably snd_uart16550_do_close()
844 /* MS-124W can draw power from RTS and DTR if they snd_uart16550_create()
849 /* MS-124T can draw power from RTS and/or DTR (preferably snd_uart16550_create()
/linux-4.4.14/drivers/usb/gadget/legacy/
H A Dacm_ms.c22 #define DRIVER_DESC "Composite Gadget (ACM + MS)"
32 #define ACM_MS_PRODUCT_NUM 0x0106 /* Composite Gadget: ACM + MS*/
H A Dether.c54 * those MS-Windows drivers. Those added descriptors make it resemble a
/linux-4.4.14/arch/microblaze/include/asm/
H A Dcacheflush.h76 /* MS: We have to implement it because of rootfs-jffs2 issue on WB */
95 /* MS: kgdb code use this macro, wrong len with FLASH */
H A Dpage.h42 /* MS be sure that SLAB allocates aligned objects */
/linux-4.4.14/net/
H A Dsysctl_net.c5 * Added /proc/sys/net directories for each protocol family. [MS]
/linux-4.4.14/arch/nios2/include/asm/
H A Dptrace.h33 unsigned long r3; /* Retval MS 32bits */
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhif.c320 if (MS(ERROR_INT_STATUS_WAKEUP, error_int_status)) ath6kl_hif_proc_err_intr()
323 if (MS(ERROR_INT_STATUS_RX_UNDERFLOW, error_int_status)) ath6kl_hif_proc_err_intr()
326 if (MS(ERROR_INT_STATUS_TX_OVERFLOW, error_int_status)) ath6kl_hif_proc_err_intr()
498 if (MS(HOST_INT_STATUS_CPU, host_int_status)) { proc_pending_irqs()
505 if (MS(HOST_INT_STATUS_ERROR, host_int_status)) { proc_pending_irqs()
512 if (MS(HOST_INT_STATUS_COUNTER, host_int_status)) proc_pending_irqs()
H A Dtarget.h134 #define MS(f, v) (((v) & f) >> f##_S) macro
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.h78 * MS - Memory port mode select
/linux-4.4.14/drivers/pinctrl/sunxi/
H A Dpinctrl-sun6i-a31-r.c51 SUNXI_FUNCTION(0x3, "s_jtag")), /* MS */
H A Dpinctrl-sun8i-a23-r.c53 SUNXI_FUNCTION(0x3, "s_jtag"), /* MS */
/linux-4.4.14/include/uapi/linux/
H A Dif_arcnet.h41 /* MS LanMan/WfWg "NDIS" encapsulation */
H A Dmsdos_fs.h9 * The MS-DOS filesystem constants/structures
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c76 out_8(avr_addr + UART_DLM, quot >> 8); /* MS of divisor */ avr_uart_configure()
/linux-4.4.14/drivers/hid/
H A Dhid-microsoft.c69 * the MS office kb labelled "Office Home" and "Task Pane". ms_ergonomy_kb_quirk()
184 /* Handling MS keyboards special buttons */ ms_event()
/linux-4.4.14/drivers/hwmon/
H A Dhwmon.c241 /* Open access to 0x295-0x296 on MSI MS-7031 */ hwmon_pci_quirks()
245 sb->subsystem_device == 0x0031) { /* MS-7031 */ hwmon_pci_quirks()
H A Dads7871.c27 #define REG_MS_BYTE 1 /*A/D Output Data, MS Byte*/
/linux-4.4.14/drivers/input/mouse/
H A Dsermouse.c98 * sermouse_process_ms() anlyzes the incoming MS(Z/+/++) bytestream and
130 /* Guessing the state of the middle button on 3-button MS-protocol mice - ugly. */ sermouse_process_ms()
H A Dhgpk.c689 * we drive MS-DAT low. Measuring with a 1mA resolution ammeter says that
709 * Sending a byte will drive MS-DAT low; this will wake up hgpk_toggle_powersave()
/linux-4.4.14/drivers/platform/x86/
H A Dmsi-laptop.c613 DMI_MATCH(DMI_PRODUCT_NAME, "MS-1013"),
625 DMI_MATCH(DMI_PRODUCT_NAME, "MS-1058"),
627 DMI_MATCH(DMI_BOARD_NAME, "MS-1058")
636 DMI_MATCH(DMI_PRODUCT_NAME, "MS-1412"),
638 DMI_MATCH(DMI_BOARD_NAME, "MS-1412")
660 DMI_MATCH(DMI_PRODUCT_NAME, "MS-N034"),
672 DMI_MATCH(DMI_PRODUCT_NAME, "MS-N051"),
684 DMI_MATCH(DMI_PRODUCT_NAME, "MS-N014"),
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_defs_fcs.h211 u32 ms_retries; /* MS command retries */
212 u32 ms_timeouts; /* MS command timeouts */
217 u32 ms_rejects; /* MS command rejects */
H A Dbfa_fcs.h106 struct bfa_fcs_lport_fdmi_s fdmi; /* FDMI component of MS */
115 struct bfa_fcs_lport_ms_s ms; /* MS component of port */
310 /* MS FCS routines */
H A Dbfa_fcs_lport.c1471 * Start in offline state - awaiting MS to send start.
2851 * fcs_ms_sm FCS MS state machine
2855 * MS State Machine events
2957 * since plogi is done, now invoke MS related sub-modules bfa_fcs_lport_ms_sm_plogi()
3125 * ms_pvt MS local functions
3326 * ms_pvt MS local functions
3403 * ms_pvt MS local functions
/linux-4.4.14/arch/microblaze/kernel/cpu/
H A Dcache.c356 * MS: noMMU kernel won't boot if simple wdc is used
615 /* MS: problem with signal handling - hw bug */ microblaze_cache_init()
632 /* MS: problem with signal handling - hw bug */ microblaze_cache_init()
/linux-4.4.14/drivers/staging/speakup/
H A Dserialio.c69 outb(quot >> 8, ser->port + UART_DLM); /* MS of divisor */ spk_serial_init()
/linux-4.4.14/drivers/memstick/core/
H A Dms_block.h14 * These probably come from MS spec
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dcx24110.c58 {0x01,0xe8}, /* MSB of code rate 27.5MS/s */
74 gives approx. 2.6 sec at 27.5MS/s, rate 3/4 */
85 approx. 38ms at 27.5MS/s, rate 3/4 */
101 /* the cx24108 data sheet for symbol rates above 15MS/s */
H A Dmt312.c589 /* Note that 30MS/s should use 90MHz */ mt312_set_frontend()
H A Dtda18271c2dd.c1056 (state->m_bMaster ? 0x04 : 0x00); /* CALVCO_FortLOn = MS */ ChannelConfiguration()
/linux-4.4.14/drivers/net/usb/
H A Dplusb.c49 * and 2302 is only to make MS-Windows use a different driver...
H A Dcdc_subset.c79 * NOTE that the MS-Windows drivers for this chip use some funky and
318 * MS-Windows interop; Linux needs to use the other config
H A Drndis_host.c43 * - In some cases, MS-Windows will emit undocumented requests; this
/linux-4.4.14/include/linux/usb/
H A Drndis_host.h45 /* MS-Windows uses this strange size, but RNDIS spec says 1024 minimum */
/linux-4.4.14/include/scsi/fc/
H A Dfc_ms.h25 * Fibre Channel Services - Management Service (MS)
/linux-4.4.14/arch/sh/include/asm/
H A Dsmc37c93x.h67 #define UART_DLM 0x2 /* Divisor Latch (MS) */
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dmainstone.h51 #define MST_MSCWR1_MS_SEL (1 << 10) /* SD/MS multiplexer control */
/linux-4.4.14/arch/arm/mach-w90x900/
H A Dcpu.c85 DEF_CLKLOOK(&clk_ms, "nuc900-fmi", "MS"),
/linux-4.4.14/arch/arm/mach-zynq/
H A Dplatsmp.c42 /* MS: Expectation that SLCR are directly map and accessible */ zynq_cpun_start()
/linux-4.4.14/arch/x86/pci/
H A Dacpi.c76 .ident = "MSI MS-7253",
79 DMI_MATCH(DMI_BOARD_NAME, "MS-7253"),
H A Dfixup.c353 DMI_MATCH(DMI_PRODUCT_NAME, "MS-6702E"),
/linux-4.4.14/drivers/staging/rts5208/
H A Drtsx_chip.h366 /* For MS Card */
372 u16 defect_list[MAX_DEFECTIVE_BLOCK]; /* For MS card only */
638 /* Single LUN, support xD/SD/MS */
640 /* 2 LUN mode, support SD/MS */
642 /* Single LUN, but only support SD/MS, for Barossa LQFP */
673 /* MS Power Class En */
H A Dms.c916 /* Switch MS-PRO into Parallel mode */ ms_pro_reset_flow()
2245 /* Read MS system information as sys_info */ reset_ms()
4722 dev_dbg(rtsx_dev(chip), "MS Pro: stop transmission\n"); ms_cleanup_work()
4733 dev_dbg(rtsx_dev(chip), "MS: delay write\n"); ms_cleanup_work()
/linux-4.4.14/drivers/memstick/host/
H A Drtsx_usb_ms.c78 /* Print MS host internal registers */ ms_print_debug_regs()
686 /* Check pending MS card changes */ rtsx_usb_detect_ms_card()
701 dev_dbg(ms_dev(host), "MS slot change detected\n"); rtsx_usb_detect_ms_card()
H A Drtsx_pci_ms.c64 /* Print MS host internal registers */ ms_print_debug_regs()
/linux-4.4.14/fs/fat/
H A Dnamei_msdos.c12 /* Characters that are undesirable in an MS-DOS file name */
16 /***** Formats an MS-DOS file name. Rejects invalid names. */ msdos_format_name()
681 MODULE_DESCRIPTION("MS-DOS filesystem support");
H A Dfat.h60 * MS-DOS file system in-core superblock data
109 * MS-DOS file system inode data in memory
H A Ddir.c342 * fat_parse_short - Parse MS-DOS (short) directory entry.
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_drv.h48 #define _wait_for(COND, MS, W) ({ \
49 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS) + 1; \
66 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
67 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0)
H A Dintel_lvds.c712 DMI_MATCH(DMI_BOARD_NAME, "MS-7469"),
/linux-4.4.14/sound/usb/
H A Dquirks.c1132 case USB_ID(0x045E, 0x075D): /* MS Lifecam Cinema */ snd_usb_get_sample_rate_quirk()
1133 case USB_ID(0x045E, 0x076D): /* MS Lifecam HD-5000 */ snd_usb_get_sample_rate_quirk()
1134 case USB_ID(0x045E, 0x076E): /* MS Lifecam HD-5001 */ snd_usb_get_sample_rate_quirk()
1135 case USB_ID(0x045E, 0x076F): /* MS Lifecam HD-6000 */ snd_usb_get_sample_rate_quirk()
1136 case USB_ID(0x045E, 0x0772): /* MS Lifecam Studio */ snd_usb_get_sample_rate_quirk()
1137 case USB_ID(0x045E, 0x0779): /* MS Lifecam HD-3000 */ snd_usb_get_sample_rate_quirk()
/linux-4.4.14/drivers/scsi/dpt/
H A Ddptsig.h173 #define OS_DOS 0x00000001 /* PC/MS-DOS */
176 #define OS_OS2M 0x00000008 /* OS/2 1.2.x,MS 1.3.0,IBM 1.3.x - Monolithic */
/linux-4.4.14/drivers/media/usb/gspca/
H A Dsn9c20x.c134 .ident = "MSI MS-1034",
137 DMI_MATCH(DMI_PRODUCT_NAME, "MS-1034"),
142 .ident = "MSI MS-1632",
145 DMI_MATCH(DMI_BOARD_NAME, "MS-1632")
149 .ident = "MSI MS-1633X",
152 DMI_MATCH(DMI_BOARD_NAME, "MS-1633X")
156 .ident = "MSI MS-1635X",
159 DMI_MATCH(DMI_BOARD_NAME, "MS-1635X")
H A Dspca561.c488 /* try to emulate MS-win as possible */ setwhite()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_midi.c125 /* B.4.1 Standard MS Interface Descriptor */
136 /* B.4.2 Class-Specific MS Interface Descriptor */
153 /* B.5.2 Class-specific MS Bulk OUT Endpoint Descriptor */
170 /* B.6.2 Class-specific MS Bulk IN Endpoint Descriptor */
H A Df_subset.c47 * implementation. This lets you use MCCI's host side MS-Windows drivers
H A Df_acm.c36 * Note that even MS-Windows has some support for ACM. However, that
H A Drndis.c343 * of MS-Windows expect OIDs that aren't specified there. Other gen_ndis_query_resp()
H A Df_rndis.c70 * - MS-Windows drivers sometimes emit undocumented requests.
H A Du_serial.c1303 * MS-Windows. Otherwise, most of these flags shouldn't affect userial_init()
/linux-4.4.14/drivers/rtc/
H A Drtc-sysfs.c22 * ideally UTC. However, PCs that also boot to MS-Windows normally use
H A Drtc-dev.c265 * but dual-booting with MS-Windows implies RTCs must rtc_dev_ioctl()
/linux-4.4.14/drivers/misc/
H A Dtifm_core.c29 { "XD", "MS", "SD"}, tifm_media_type_name()
/linux-4.4.14/drivers/input/serio/
H A Dps2mult.c279 dev_dbg(&serio->dev, "MS\n"); ps2mult_interrupt()
/linux-4.4.14/drivers/ata/
H A Dpata_atiixp.c42 DMI_MATCH(DMI_BOARD_NAME, "E350DM-E33(MS-7720)"),
H A Dahci.c1024 * All BIOS versions for the MSI K9A2 Platinum (MS-7376) ahci_sb600_enable_64bit()
1035 * DMI field of "MS-7376". This was changed to be ahci_sb600_enable_64bit()
1036 * "K9A2 Platinum (MS-7376)" in version 1.9, but we can still ahci_sb600_enable_64bit()
1037 * match on DMI_BOARD_NAME of "MS-7376". ahci_sb600_enable_64bit()
1044 DMI_MATCH(DMI_BOARD_NAME, "MS-7376"), ahci_sb600_enable_64bit()
1048 * All BIOS versions for the MSI K9AGM2 (MS-7327) support ahci_sb600_enable_64bit()
1060 DMI_MATCH(DMI_BOARD_NAME, "MS-7327"), ahci_sb600_enable_64bit()
H A Data_piix.c1615 /* In MS Virtual PC guests the DMI ident is nearly piix_ignore_devices_quirk()
1621 .ident = "MS Virtual PC 2007", piix_ignore_devices_quirk()
/linux-4.4.14/net/core/
H A Dsysctl_net_core.c5 * Added /proc/sys/net/core directory entry (empty =) ). [MS]
/linux-4.4.14/arch/microblaze/mm/
H A Dconsistent.c136 /* MS: This is the whole magic - use cache inhibit pages */ consistent_alloc()
H A Dfault.c70 /* MS: no context */ bad_page_fault()
/linux-4.4.14/arch/arm64/lib/
H A Dmemcmp.S225 * The MS-non-zero bit of DIFF marks either the first bit
H A Dstrcmp.S220 * The MS-non-zero bit of the syndrome marks either the first bit
H A Dstrncmp.S276 * The MS-non-zero bit of the syndrome marks either the first bit
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_nx.c99 qla4_8xxx_crb_addr_transform(MS); qla4_82xx_crb_addr_transform_setup()
218 {{{1, 0x1d00000, 0x1d10000, 0x190000} } },/* 29: MS */
1181 * qla4_8xxx_ms_mem_write_128b - Writes data to MS/off-chip memory
1272 printk_ratelimited(KERN_ERR "%s: MS memory write failed!\n", qla4_8xxx_ms_mem_write_128b()
1373 * If not MN, go check for MS or invalid. qla4_82xx_pci_mem_read_2M()
1464 * If not MN, go check for MS or invalid. qla4_82xx_pci_mem_write_2M()
2060 /* Prepare pex-dma descriptor to be written to MS memory. */ qla4_8xxx_minidump_pex_dma_read()
2103 /* Prepare: Write pex-dma descriptor to MS memory. */ qla4_8xxx_minidump_pex_dma_read()
2110 "%s: Error writing rdmem-dma-init to MS !!!\n", qla4_8xxx_minidump_pex_dma_read()
H A Dql4_83xx.c658 /* 128 bit/16 byte write to MS memory */ qla4_83xx_copy_bootloader()
662 ql4_printk(KERN_ERR, ha, "%s: Error writing firmware to MS\n", qla4_83xx_copy_bootloader()
667 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: Wrote firmware size %d to MS\n", qla4_83xx_copy_bootloader()
/linux-4.4.14/drivers/media/usb/gspca/m5602/
H A Dm5602_s5k4aa.c107 DMI_MATCH(DMI_PRODUCT_NAME, "MS-1717X")
/linux-4.4.14/lib/
H A Dbitmap.c79 * Shifting right (dividing) means moving bits in the MS -> LS bit
80 * direction. Zeros are fed into the vacated MS positions and the
123 * Shifting left (multiplying) means moving bits in the LS -> MS
125 * and those MS bits shifted off the top are lost.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h24 * two level page table layout where the pgdir is 8KB and the MS 13 bits
/linux-4.4.14/arch/arm/mach-u300/
H A Dcore.c218 PIN_MAP_CONFIGS_PIN_DEFAULT("mmci", "pinctrl-u300", "PIO MS INS",
/linux-4.4.14/sound/oss/
H A Dtrix.c175 * Check if the IO port returns valid signature. The original MS Sound init_trix_wss()
H A Dad1848.c5 * is used for example in the MS Sound System.
2331 * 0x40 = MS Sound System Compatible (reset default) init_deskpro()
2337 * bit 0x10: MS Sound System Decode Enable init_deskpro()
2530 * Check if the IO port returns valid signature. The original MS Sound probe_ms_sound()
2612 hw_config->slots[0] = ad1848_init("MS Sound System", ports, attach_ms_sound()
2673 hw_config->slots[0] = ad1848_init("MS Sound System", ports, attach_ms_sound()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-i801.c54 * Wellsburg (PCH) MS 0x8d7d 32 hard yes yes yes
55 * Wellsburg (PCH) MS 0x8d7e 32 hard yes yes yes
56 * Wellsburg (PCH) MS 0x8d7f 32 hard yes yes yes
/linux-4.4.14/drivers/hv/
H A Dhyperv_vmbus.h386 u64 os_id:8; /* enum hv_guest_os_microsoft_ids (if Vendor=MS) */
/linux-4.4.14/drivers/media/pci/zoran/
H A Dvideocodec.h177 #define CODEC_MODE_MSDIVX 0x0006 // MS DivX
/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_sdio_ops.c24 * MS word in the SDIO slave registers.
/linux-4.4.14/drivers/acpi/acpica/
H A Dexprep.c576 * April 2006: Changed to match MS behavior acpi_ex_prep_field_value()
H A Dacpredef.h1047 /* _WDG/_WED are MS extensions defined by "Windows Instrumentation" */
/linux-4.4.14/drivers/atm/
H A Dambassador.h414 have the top MS bit or'ed in. -- check this */
/linux-4.4.14/arch/x86/boot/
H A Dheader.S46 # "MZ", MS-DOS header
/linux-4.4.14/block/partitions/
H A Dmsdos.c256 /* solaris partitions are relative to current MS-DOS parse_solaris_x86()
/linux-4.4.14/drivers/char/
H A Dtoshiba.c393 /* At this point in the Toshiba routines under MS Windows tosh_get_machine_id()
H A Dhpet.c2 * Intel & MS High Precision Event Timer Implementation.
/linux-4.4.14/drivers/w1/masters/
H A Dds1wm.c429 "pass: %d new d:%0#18llx MS discrep bit:%d\n", ds1wm_search()
/linux-4.4.14/drivers/iommu/
H A Drockchip-iommu.c118 #define rk_wait_for(COND, MS) ({ \
119 unsigned long timeout__ = jiffies + msecs_to_jiffies(MS) + 1; \
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c157 {{{1, 0x1d00000, 0x1d10000, 0x190000} } },/* 29: MS */
1314 /* Set MS memory control data for different adapters */ qlcnic_set_ms_controls()
H A Dqlcnic_init.c71 crb_addr_transform(MS); crb_addr_transform_setup()
502 if (off == (ROMUSB_GLB + 0x1c)) /* MS clock */ qlcnic_pinit_from_rom()
H A Dqlcnic_minidump.c827 /* Write DMA descriptor to MS memory*/ qlcnic_read_memory_pexdma()
832 dev_info(dev, "Failed to write DMA descriptor to MS memory at address 0x%x\n", qlcnic_read_memory_pexdma()
H A Dqlcnic_83xx_init.c1364 /* 16 byte write to MS memory */ qlcnic_83xx_copy_bootloader()
1410 dev_err(&adapter->pdev->dev, "MS memory write failed\n"); qlcnic_83xx_copy_fw_file()
1425 "MS memory write failed\n"); qlcnic_83xx_copy_fw_file()
/linux-4.4.14/fs/ncpfs/
H A Ddir.c1193 /* Convert a MS-DOS time/date pair to a UNIX date (seconds since 1 1 70). */
1212 /* Convert linear UNIX date to a MS-DOS time/date pair. */
/linux-4.4.14/drivers/tty/serial/
H A Dpxa.c547 serial_out(up, UART_DLM, quot >> 8); /* MS of divisor */ serial_pxa_set_termios()
H A Dpch_uart.c1155 next = 0; /* MS ir prioirty is the lowest. So, MS ir pch_uart_interrupt()
/linux-4.4.14/drivers/isdn/hisax/
H A Delsa_ser.c137 serial_outp(cs, UART_DLM, quot >> 8); /* MS of divisor */ change_speed()
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dsmc-ultra.c258 /* Switch back to the station address register set so that the MS-DOS driver ultra_probe1()
/linux-4.4.14/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c94 #define REG_AECHH 0x07 /* AEC MS 5 bits */
/linux-4.4.14/drivers/misc/echo/
H A Decho.c175 then make filter pluck the MS 16-bits of the coeffs when filtering?
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-scan.h96 /* Default watchdog (in MS) for scheduled scan iteration */
/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dcmtdef.h153 #define POLICY_MS (1<<14) /* reject MS */
/linux-4.4.14/drivers/net/ppp/
H A Dppp_mppe.c134 * Equivalent to Get_Key() for MS-CHAP as described in RFC 3079.
/linux-4.4.14/drivers/pinctrl/
H A Dpinctrl-coh901.c609 COH901_PINRANGE(12, 165), /* MS/MMC card insertion */
H A Dpinctrl-u300.c353 PINCTRL_PIN(165, "PIO MS INS"),
/linux-4.4.14/fs/ceph/
H A Dsuper.c428 /* a comma between MNT/MS and client options */ ceph_show_options()
/linux-4.4.14/include/sound/
H A Dwavefront.h29 the case on the original platform, MS-DOS). If this is not done,
/linux-4.4.14/arch/mips/include/asm/mach-pmcs-msp71xx/
H A Dmsp_regs.h205 /* MS-Bus clock generator RW */
/linux-4.4.14/net/ipv4/
H A Dsysctl_net_ipv4.c5 * Added /proc/sys/net/ipv4 directory entry (empty =) ). [MS]
/linux-4.4.14/sound/pci/echoaudio/
H A Dechoaudio_dsp.h376 * of the output bus. The "MS" part of the name
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c95 crb_addr_transform(MS); crb_addr_transform_setup()
517 if (off == (ROMUSB_GLB + 0x1c)) /* MS clock */ netxen_pinit_from_rom()
H A Dnetxen_nic_hdr.h689 * Register offsets for MS
/linux-4.4.14/drivers/acpi/
H A Dec.c1512 ec_validate_ecdt, "MSI MS-171F", {
1514 DMI_MATCH(DMI_PRODUCT_NAME, "MS-171F"),}, NULL},
/linux-4.4.14/drivers/block/
H A Damiflop.c141 { "MS-Dos", 9, dos_read, dos_write}
180 /* MS-Dos MFM Coding tables (should go quick and easy) */
/linux-4.4.14/sound/pci/emu10k1/
H A Demu10k1_main.c806 * EMU-1010 - details found out from this driver, official MS Win drivers,
831 * * only 44.1/48kHz supported (the MS Win driver supports up to 192 kHz)
/linux-4.4.14/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c1332 /* XXX we need defaults for those in case MS is broken. */ asd_enable_phy()
/linux-4.4.14/drivers/isdn/isdnloop/
H A Disdnloop.c1288 sprintf(cbuf, "%02d;MS%s%s\n", (int) a, isdnloop_command()
/linux-4.4.14/drivers/input/touchscreen/
H A Dsur40.c202 /* stupidly replay the original MS driver init sequence */ sur40_init()
/linux-4.4.14/drivers/net/wireless/p54/
H A Dp54usb.c62 {USB_DEVICE(0x0db0, 0x6826)}, /* MSI UB54G (MS-6826) */
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c939 dev_err(&dev->pdev->dev, "Firmware over %d MS in initializing state, aborting\n", mlx5_load_one()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A Dprph.h464 * MS Dword bit fields:
/linux-4.4.14/drivers/pci/pcie/
H A Daspm.c502 * Disable ASPM for pre-1.1 PCIe device, we follow MS to use pcie_aspm_sanity_check()
/linux-4.4.14/drivers/crypto/caam/
H A Dregs.h262 u32 caam_id_ms; /* CAAMVID - CAAM Version ID MS */
/linux-4.4.14/drivers/clk/
H A Dclk-si5351.c555 * MS[6,7] are integer (P1) divide only, P1 = divide value,

Completed in 7156 milliseconds

12