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

/freebsd-11-stable/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-stable/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-stable/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-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h138 using CCK = ComparisonCategoryType;
139 return Kind == CCK::StrongOrdering;
144 using CCK = ComparisonCategoryType;
145 return Kind == CCK::PartialOrdering;
/freebsd-11-stable/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-stable/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-stable/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-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp141 void checkObjCConversion(Sema::CheckedConversionKind CCK) { argument
145 if (Self.CheckObjCConversion(OpRange, DestType, src, CCK) ==
212 Sema::CheckedConversionKind CCK,
218 Sema::CheckedConversionKind CCK,
1098 Sema::CheckedConversionKind CCK,
1104 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
1141 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg,
1650 Sema::CheckedConversionKind CCK,
1665 = (CCK
1096 TryStaticCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, CXXCastPath &BasePath, bool ListInitialization) argument
1649 TryStaticImplicitCast(Sema &Self, ExprResult &SrcExpr, QualType DestType, Sema::CheckedConversionKind CCK, SourceRange OpRange, unsigned &msg, CastKind &Kind, bool ListInitialization) argument
2500 Sema::CheckedConversionKind CCK = local
[all...]
H A DSemaExprObjC.cpp3600 Sema::CheckedConversionKind CCK,
3608 switch (CCK) {
3619 if (CCK == Sema::CCK_OtherCast) {
3664 if (CCK == Sema::CCK_CStyleCast) {
3666 } else if (CCK == Sema::CCK_OtherCast) {
3727 Sema::CheckedConversionKind CCK) {
3764 unsigned convKindForDiag = Sema::isCast(CCK) ? 0 : 1;
3784 (CCK != Sema::CCK_OtherCast) ? S.Diag(noteLoc, diag::note_arc_bridge)
3787 addFixitForObjCARCConversion(S, DiagB, CCK, afterLParen,
3794 (CCK
3598 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
3723 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
4246 CheckObjCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool Diagnose, bool DiagnoseCFAudited, BinaryOperatorKind Opc) argument
4368 CheckedConversionKind CCK; local
[all...]
H A DSemaExprCXX.cpp3795 CheckedConversionKind CCK) {
3797 if (CCK == CCK_ForBuiltinOverloadedOp && !From->getType()->isRecordType())
3803 Action, CCK);
3839 CCK);
3858 if (CCK == CCK_ForBuiltinOverloadedOp)
3862 AA_Converting, CCK);
3895 CheckedConversionKind CCK) {
3896 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast);
3974 VK_RValue, /*BasePath=*/nullptr, CCK)
[all...]
H A DSemaInit.cpp7733 CheckedConversionKind CCK) {
7747 return ImpCastExprToType(E, Ty, CK, VK, /*BasePath=*/nullptr, CCK);
8169 Sema::CheckedConversionKind CCK
8176 getAssignmentAction(Entity), CCK);
H A DSema.cpp532 CheckedConversionKind CCK) {
529 ImpCastExprToType(Expr *E, QualType Ty, CastKind Kind, ExprValueKind VK, const CXXCastPath *BasePath, CheckedConversionKind CCK) argument
H A DSemaDeclCXX.cpp6205 TargetInfo::CallingConvKind CCK) {
6211 if (CCK == TargetInfo::CCK_ClangABI4OrPS4)
6215 if (CCK == TargetInfo::CCK_MicrosoftWin64) {
6559 TargetInfo::CallingConvKind CCK =
6561 bool CanPass = canPassInRegisters(*this, Record, CCK);
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c1108 * fallback from OFDM to CCK.
2221 #define CCK(mcs) (mcs) macro
2234 CCK(2) << 12 | /* 11->5.5 */
2235 CCK(1) << 8 | /* 5.5-> 2 */
2236 CCK(0) << 4 | /* 2-> 1 */
2237 CCK(0)); /* 1-> 1 */
2239 #undef CCK macro
3087 /* CCK frames don't require protection */
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10501 static bool isCast(CheckedConversionKind CCK) { argument
10502 return CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast ||
10503 CCK == CCK_OtherCast;
10512 CheckedConversionKind CCK
10778 CheckedConversionKind CCK
10783 CheckedConversionKind CCK);
10787 CheckedConversionKind CCK = CCK_ImplicitConversion);
10970 CheckedConversionKind CCK,
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c2530 * because we do not allow rate fallback from OFDM to CCK.
4972 /* CCK frames don't require protection */
5130 #define CCK(mcs) (mcs) macro
5143 CCK(2) << 12 | /* 11->5.5 */
5144 CCK(1) << 8 | /* 5.5-> 2 */
5145 CCK(0) << 4 | /* 2-> 1 */
5146 CCK(0)); /* 1-> 1 */
5148 #undef CCK macro
5315 /* Initialize Rx CCK/OFDM frequency offset report. */

Completed in 460 milliseconds