Searched refs:CCK (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_phy.c28 #define CCK IEEE80211_T_CCK macro
71 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x0b, 0x00, (0x80| 2), 0 },
72 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x0a, 0x04, (0x80| 4), 1 },
73 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x09, 0x04, (0x80|11), 1 },
74 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x08, 0x04, (0x80|22), 1 }
79 #undef CCK macro
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_phy.c28 #define CCK IEEE80211_T_CCK macro
123 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80| 2), 0 },
124 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80| 4), 1 },
125 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80|11), 1 },
126 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80|22), 1 }
141 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80| 2), 0 },
142 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80| 4), 1 },
143 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80|11), 2 },
144 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80|22), 3 },
158 #undef CCK macro
[all...]
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_phy.c28 #define CCK IEEE80211_T_CCK macro
37 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80| 2), 0 },
38 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80| 4), 1 },
39 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80|11), 2 },
40 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80|22), 3 },
103 #undef CCK macro
/freebsd-11.0-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c53 uint8_t phy; /* CCK/OFDM/TURBO */
56 * preamble in CCK rate code */
91 #define CCK IEEE80211_T_CCK macro
104 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },/* 1 Mb */
105 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },/* 2 Mb */
106 [2] = { .phy = CCK, 5500, 0x04, B(11), 1 },/* 5.5 Mb */
107 [3] = { .phy = CCK, 11000, 0x04, B(22), 1 },/* 11 Mb */
117 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },
118 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },
119 [2] = { .phy = CCK, 550
214 #undef CCK macro
[all...]
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_phy.c63 #define CCK IEEE80211_T_CCK macro
79 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },/* 1 Mb */
80 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },/* 2 Mb */
81 [2] = { .phy = CCK, 5500, 0x04, B(11), 1 },/* 5.5 Mb */
82 [3] = { .phy = CCK, 11000, 0x04, B(22), 1 },/* 11 Mb */
92 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },
93 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },
94 [2] = { .phy = CCK, 5500, 0x04, B(11), 2 },
95 [3] = { .phy = CCK, 11000, 0x04, B(22), 3 },
191 [0] = { .phy = CCK, 100
283 #undef CCK macro
[all...]
/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_phy.c26 #define CCK IEEE80211_T_CCK macro
138 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80 | 2), 0 },
139 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80 | 4), 1 },
140 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80 | 11), 1 },
141 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80 | 22), 1 },
157 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80 | 2), 0 },
158 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80 | 4), 1 },
159 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80 | 11), 2 },
160 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80 | 22), 3 },
208 /* 1 Mb */ { AH_TRUE, CCK, 100
301 #undef CCK macro
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp3343 Sema::CheckedConversionKind CCK,
3351 switch (CCK) {
3361 if (CCK == Sema::CCK_OtherCast) {
3406 if (CCK == Sema::CCK_CStyleCast) {
3408 } else if (CCK == Sema::CCK_OtherCast) {
3469 Sema::CheckedConversionKind CCK) {
3508 << unsigned(CCK == Sema::CCK_ImplicitConversion) // cast|implicit
3522 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3525 addFixitForObjCARCConversion(S, DiagB, CCK, afterLParen,
3532 (CCK
3341 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
3465 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
3980 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool Diagnose, bool DiagnoseCFAudited, BinaryOperatorKind Opc) argument
4095 CheckedConversionKind CCK; local
[all...]
H A DSemaCast.cpp122 void checkObjCARCConversion(Sema::CheckedConversionKind CCK) { argument
126 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
190 Sema::CheckedConversionKind CCK,
196 Sema::CheckedConversionKind CCK,
946 Sema::CheckedConversionKind CCK,
952 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
989 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg,
1492 Sema::CheckedConversionKind CCK,
1507 = (CCK
944 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument
1491 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, bool ListInitialization) argument
2131 Sema::CheckedConversionKind CCK local
[all...]
H A DSemaExprCXX.cpp2979 CheckedConversionKind CCK) {
2983 Action, CCK);
3019 CCK);
3040 AA_Converting, CCK);
3069 CheckedConversionKind CCK) {
3070 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast);
3146 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3152 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3195 VK_RValue, /*BasePath=*/nullptr, CCK)
2976 PerformImplicitConversion(Expr *From, QualType ToType, const ImplicitConversionSequence &ICS, AssignmentAction Action, CheckedConversionKind CCK) argument
3066 PerformImplicitConversion(Expr *From, QualType ToType, const StandardConversionSequence& SCS, AssignmentAction Action, CheckedConversionKind CCK) argument
3297 CheckObjCARCConversion(SourceRange(), ToType, From, CCK); local
[all...]
H A DSema.cpp372 CheckedConversionKind CCK) {
369 ImpCastExprToType(Expr *E, QualType Ty, CastKind Kind, ExprValueKind VK, const CXXCastPath *BasePath, CheckedConversionKind CCK) argument
H A DSemaInit.cpp6474 Sema::CheckedConversionKind CCK local
6481 getAssignmentAction(Entity), CCK);
/freebsd-11.0-release/sys/dev/ral/
H A Drt2860.c1108 * fallback from OFDM to CCK.
2225 #define CCK(mcs) (mcs) macro
2238 CCK(2) << 12 | /* 11->5.5 */
2239 CCK(1) << 8 | /* 5.5-> 2 */
2240 CCK(0) << 4 | /* 2-> 1 */
2241 CCK(0)); /* 1-> 1 */
2243 #undef CCK macro
3092 /* CCK frames don't require protection */
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_run.c2537 * because we do not allow rate fallback from OFDM to CCK.
4964 /* CCK frames don't require protection */
5110 #define CCK(mcs) (mcs) macro
5123 CCK(2) << 12 | /* 11->5.5 */
5124 CCK(1) << 8 | /* 5.5-> 2 */
5125 CCK(0) << 4 | /* 2-> 1 */
5126 CCK(0)); /* 1-> 1 */
5128 #undef CCK macro
5295 /* Initialize Rx CCK/OFDM frequency offset report. */
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8214 CheckedConversionKind CCK
8447 CheckedConversionKind CCK
8452 CheckedConversionKind CCK);
8618 CheckedConversionKind CCK,

Completed in 225 milliseconds