/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_mac.c | 43 SM(ahp->ah_txOkInterruptMask, AR_IMR_S0_QCU_TXOK) | in ath9k_hw_set_txq_interrupts() 44 SM(ahp->ah_txDescInterruptMask, AR_IMR_S0_QCU_TXDESC)); in ath9k_hw_set_txq_interrupts() 46 SM(ahp->ah_txErrInterruptMask, AR_IMR_S1_QCU_TXERR)| in ath9k_hw_set_txq_interrupts() 47 SM(ahp->ah_txEolInterruptMask, AR_IMR_S1_QCU_TXEOL)); in ath9k_hw_set_txq_interrupts() 188 (txcfg & ~AR_FTRIG) | SM(newLevel, AR_FTRIG)); in ath9k_hw_updatetxtriglevel() 217 REG_WRITE(ah, AR_QUIET2, SM(10, AR_QUIET2_QUIET_DUR)); in ath9k_hw_stoptxdma() 401 SM(txPower, AR_XmitPower) | in ath9k_hw_set11n_txdesc() 408 (keyIx != ATH9K_TXKEYIX_INVALID ? SM(keyIx, AR_DestIdx) : 0) | in ath9k_hw_set11n_txdesc() 409 SM(type, AR_FrameType) | in ath9k_hw_set11n_txdesc() 414 ads->ds_ctl6 = SM(keyType, AR_EncrType); in ath9k_hw_set11n_txdesc() [all …]
|
H A D | arn_eeprom.c | 1110 SM(pdGainOverlap_t2, in ath9k_hw_set_def_power_cal_table() 1112 SM(gainBoundaries[0], in ath9k_hw_set_def_power_cal_table() 1114 SM(gainBoundaries[1], in ath9k_hw_set_def_power_cal_table() 1116 SM(gainBoundaries[2], in ath9k_hw_set_def_power_cal_table() 1118 SM(gainBoundaries[3], in ath9k_hw_set_def_power_cal_table() 1226 SM(pdGainOverlap_t2, in ath9k_hw_set_4k_power_cal_table() 1228 SM(gainBoundaries[0], in ath9k_hw_set_4k_power_cal_table() 1230 SM(gainBoundaries[1], in ath9k_hw_set_4k_power_cal_table() 1232 SM(gainBoundaries[2], in ath9k_hw_set_4k_power_cal_table() 1234 SM(gainBoundaries[3], in ath9k_hw_set_4k_power_cal_table() [all …]
|
H A D | arn_hw.c | 1062 SM(2, AR_QOS_NO_ACK_TWO_BIT) | in ath9k_hw_init_qos() 1063 SM(5, AR_QOS_NO_ACK_BIT_OFF) | in ath9k_hw_init_qos() 1064 SM(0, AR_QOS_NO_ACK_BYTE_OFF)); in ath9k_hw_init_qos() 1085 pll = SM(0x5, AR_RTC_9160_PLL_REFDIV); in ath9k_hw_init_pll() 1088 pll |= SM(0x1, AR_RTC_9160_PLL_CLKSEL); in ath9k_hw_init_pll() 1090 pll |= SM(0x2, AR_RTC_9160_PLL_CLKSEL); in ath9k_hw_init_pll() 1093 pll |= SM(0x28, AR_RTC_9160_PLL_DIV); in ath9k_hw_init_pll() 1104 pll |= SM(0x2c, AR_RTC_9160_PLL_DIV); in ath9k_hw_init_pll() 1109 pll = SM(0x5, AR_RTC_9160_PLL_REFDIV); in ath9k_hw_init_pll() 1112 pll |= SM(0x1, AR_RTC_9160_PLL_CLKSEL); in ath9k_hw_init_pll() [all …]
|
H A D | arn_hw.h | 327 (SM((_series)[_index].Tries, AR_XmitDataTries##_index)) 330 (SM((_series)[_index].Rate, AR_XmitRate##_index)) 333 (SM((_series)[_index].PktDuration, AR_PacketDur##_index) | \ 342 |SM((_series)[_index].ChSel, AR_ChainSel##_index))
|
H A D | arn_ath9k.h | 618 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 36 %term SM 4 121 cmd: INSTALL options opt_namelist SM = { 135 | NOTIFY namelist SM = { 140 | EXCEPT namelist SM = { 145 | PATTERN namelist SM = { 161 | SPECIAL opt_namelist STRING SM = { 224 return(SM); in yylex()
|
H A D | defs.h | 51 #define SM 4 macro
|
H A D | main.c | 530 case SM:
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 42 #define SM(_v, _f) (((_v) << _f##_S) & _f) macro 918 in->in_ht2ndchan = SM(htinfo->hi_byte1, IEEE80211_HTINFO_2NDCHAN); in ieee80211_parse_htinfo() 920 in->in_htopmode = SM(w, IEEE80211_HTINFO_OPMODE); in ieee80211_parse_htinfo() 922 in->in_htstbc = SM(w, IEEE80211_HTINFO_BASIC_STBCMCS); in ieee80211_parse_htinfo() 1190 | SM(tid, IEEE80211_BAPS_TID) in ieee80211_aggr_recv_action() 1191 | SM(rap->rxa_wnd, IEEE80211_BAPS_BUFSIZ); in ieee80211_aggr_recv_action() 1352 | SM(tid, IEEE80211_BAPS_TID) in ieee80211_ampdu_request() 1353 | SM(IEEE80211_AGGR_BAWMAX, IEEE80211_BAPS_BUFSIZ); in ieee80211_ampdu_request() 1355 args[3] = SM(0, IEEE80211_BASEQ_START) in ieee80211_ampdu_request() 1356 | SM(0, IEEE80211_BASEQ_FRAG); in ieee80211_ampdu_request() [all …]
|
H A D | net80211_output.c | 322 #define SM(_v, _f) (((_v) << _f##_S) & _f) in ieee80211_add_wme_param() macro 348 *frm++ = SM(i, WME_PARAM_ACI) in ieee80211_add_wme_param() 349 | SM(ac->wmep_acm, WME_PARAM_ACM) in ieee80211_add_wme_param() 350 | SM(ac->wmep_aifsn, WME_PARAM_AIFSN); in ieee80211_add_wme_param() 351 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX) in ieee80211_add_wme_param() 352 | SM(ac->wmep_logcwmin, WME_PARAM_LOGCWMIN); in ieee80211_add_wme_param() 356 #undef SM in ieee80211_add_wme_param()
|
/titanic_41/usr/src/lib/smhba/ |
H A D | THIRDPARTYLICENSE.descrip | 1 SM-HBA SOFTWARE
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-storage-sasinfo.mf | 36 set name=pkg.summary value="SM-HBA Libraries and CLI" 65 name="SM-HBA Libraries and CLI" 68 name="SM-HBA Libraries and CLI (root)"
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | country.tab | 229 SM San Marino
|
H A D | zone.tab.txt | 371 SM +4355+01228 Europe/San_Marino
|
H A D | zone_sun.tab | 394 SM +4355+01228 Europe/San_Marino -
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | config.guess | 1110 SM[BE]S:UNIX_SV:*:*)
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 856 d578 Accesio USB-COM-4SM 1779 008c to CF/SM/SD/MS Card Reader 1922 2f90 SM-USB-DIG 4975 0313 Dazzle SM 8134 0131 CF/SM Reader/Writer 8806 0006 SM PCCard R/W and SPD 9671 0810 SDDR-75 ImageMate CF-SM Reader 9749 9595 ImageMate xD-SM 10118 0003 SM Card Reader 10119 0004 SM/CF/PCMCIA Card Reader [all …]
|
H A D | pci.ids | 9621 1019 297a MCP73PVT-SM 9624 1019 297a MCP73PVT-SM 9628 1019 297a MCP73PVT-SM 9631 1019 297a MCP73PVT-SM 9634 1019 297a MCP73PVT-SM 9909 1019 297a MCP73PVT-SM 9915 1019 297a MCP73PVT-SM 9919 1019 297a MCP73PVT-SM 9923 1019 297a MCP73PVT-SM 9927 1019 297a MCP73PVT-SM [all …]
|
/titanic_41/usr/src/uts/common/io/usb/ |
H A D | usbdevs | 1189 product DMI CFSM_RW 0xa109 CF/SM Reader/Writer 1895 product ONSPEC CFSM_READER 0xa005 PNY/Datafab CF+SM Reader 1896 product ONSPEC CFSM_READER2 0xa006 Simple Tech/Datafab CF+SM Reader 1898 product ONSPEC CFSM_COMBO 0xa109 USB to CF + SM Combo (LC1)
|
/titanic_41/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 102 SM, enumerator 2195 /* [8,C] */ TNS("movw",SM), TS("lea",MR), TNS("movw",MS), TSp("pop",M), 3848 case SM: in dtrace_disx86()
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 9847 # Set Terminal Modes (SM): \E[Pnh 16291 # SM SDP mode (VIP command): ^[[?=h 16294 # SM double rendition mode: ^[[?>h 16300 # SM scroll mode: ^[[=h 16310 # SM character insertion mode: ^[[4h 16394 # SM KAM lock keyboard: esc [ 2 h 16396 # SM SRM local echo off: esc [ 1 2 h 16398 # SM LNM New line : esc [ 2 0 h 16400 # SM DECCKM cursor keys mode: esc [ ? 1 h 16402 # SM DECANM ANSI mode on: esc [ ? 2 h [all …]
|
H A D | terminfo.src | 11169 # Set Terminal Modes (SM): \E[Pnh 18311 # SM SDP mode (VIP command): ^[[?=h 18314 # SM double rendition mode: ^[[?>h 18320 # SM scroll mode: ^[[=h 18330 # SM character insertion mode: ^[[4h 18418 # SM KAM lock keyboard: esc [ 2 h 18420 # SM SRM local echo off: esc [ 1 2 h 18422 # SM LNM New line : esc [ 2 0 h 18424 # SM DECCKM cursor keys mode: esc [ ? 1 h 18426 # SM DECANM ANSI mode on: esc [ ? 2 h [all …]
|