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

/freebsd-10.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-10.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-10.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-10.0-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c54 uint8_t phy; /* CCK/OFDM/TURBO */
57 * preamble in CCK rate code */
92 #define CCK IEEE80211_T_CCK macro
105 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },/* 1 Mb */
106 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },/* 2 Mb */
107 [2] = { .phy = CCK, 5500, 0x04, B(11), 1 },/* 5.5 Mb */
108 [3] = { .phy = CCK, 11000, 0x04, B(22), 1 },/* 11 Mb */
118 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },
119 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },
120 [2] = { .phy = CCK, 550
215 #undef CCK macro
[all...]
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_phy.c59 #define CCK IEEE80211_T_CCK macro
75 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },/* 1 Mb */
76 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },/* 2 Mb */
77 [2] = { .phy = CCK, 5500, 0x04, B(11), 1 },/* 5.5 Mb */
78 [3] = { .phy = CCK, 11000, 0x04, B(22), 1 },/* 11 Mb */
88 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },
89 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },
90 [2] = { .phy = CCK, 5500, 0x04, B(11), 2 },
91 [3] = { .phy = CCK, 11000, 0x04, B(22), 3 },
187 [0] = { .phy = CCK, 100
279 #undef CCK macro
[all...]
/freebsd-10.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-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2908 Sema::CheckedConversionKind CCK,
2916 switch (CCK) {
2926 if (CCK == Sema::CCK_OtherCast) {
2971 if (CCK == Sema::CCK_CStyleCast) {
2973 } else if (CCK == Sema::CCK_OtherCast) {
3009 Sema::CheckedConversionKind CCK) {
3042 << unsigned(CCK == Sema::CCK_ImplicitConversion) // cast|implicit
3056 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3059 addFixitForObjCARCConversion(S, DiagB, CCK, afterLParen,
3065 (CCK
2906 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
3005 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
3125 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK) argument
3221 CheckedConversionKind CCK; local
[all...]
H A DSemaCast.cpp121 void checkObjCARCConversion(Sema::CheckedConversionKind CCK) { argument
125 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
192 Sema::CheckedConversionKind CCK,
198 Sema::CheckedConversionKind CCK,
886 Sema::CheckedConversionKind CCK,
892 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
929 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg,
1399 Sema::CheckedConversionKind CCK,
1414 = (CCK
884 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument
1398 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, const SourceRange &OpRange, unsigned &msg, CastKind &Kind, bool ListInitialization) argument
1988 Sema::CheckedConversionKind CCK local
[all...]
H A DSemaExprCXX.cpp2430 CheckedConversionKind CCK) {
2434 Action, CCK);
2470 CCK);
2491 AA_Converting, CCK);
2520 CheckedConversionKind CCK) {
2521 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast);
2587 VK_RValue, /*BasePath=*/0, CCK).take();
2593 VK_RValue, /*BasePath=*/0, CCK).take();
2617 VK_RValue, /*BasePath=*/0, CCK)
2427 PerformImplicitConversion(Expr *From, QualType ToType, const ImplicitConversionSequence &ICS, AssignmentAction Action, CheckedConversionKind CCK) argument
2517 PerformImplicitConversion(Expr *From, QualType ToType, const StandardConversionSequence& SCS, AssignmentAction Action, CheckedConversionKind CCK) argument
[all...]
H A DSema.cpp265 CheckedConversionKind CCK) {
288 CheckObjCARCConversion(SourceRange(), Ty, E, CCK);
262 ImpCastExprToType(Expr *E, QualType Ty, CastKind Kind, ExprValueKind VK, const CXXCastPath *BasePath, CheckedConversionKind CCK) argument
H A DSemaInit.cpp5420 Sema::CheckedConversionKind CCK local
5427 getAssignmentAction(Entity), CCK);
/freebsd-10.0-release/sys/dev/ral/
H A Drt2860.c1116 * fallback from OFDM to CCK.
2263 #define CCK(mcs) (mcs) macro
2276 CCK(2) << 12 | /* 11->5.5 */
2277 CCK(1) << 8 | /* 5.5-> 2 */
2278 CCK(0) << 4 | /* 2-> 1 */
2279 CCK(0)); /* 1-> 1 */
2281 #undef CCK macro
2912 /* CCK frames don't require protection */
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_run.c2288 * because we do not allow rate fallback from OFDM to CCK.
4060 /* CCK frames don't require protection */
4187 #define CCK(mcs) (mcs) macro
4200 CCK(2) << 12 | /* 11->5.5 */
4201 CCK(1) << 8 | /* 5.5-> 2 */
4202 CCK(0) << 4 | /* 2-> 1 */
4203 CCK(0)); /* 1-> 1 */
4205 #undef CCK macro
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6702 CheckedConversionKind CCK
6916 CheckedConversionKind CCK
6921 CheckedConversionKind CCK);
7074 CheckedConversionKind CCK);

Completed in 245 milliseconds