/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_phy.c | 28 #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 } 140 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80| 2), 0 }, 141 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80| 4), 1 }, 142 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80|11), 2 }, 143 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80|22), 3 }, 157 #undef CCK
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_phy.c | 28 #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
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_phy.c | 28 #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
|
/freebsd/sys/net80211/ |
H A D | ieee80211_phy.c | 63 #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, 1000, 0x00, B(2), 0 }, [all …]
|
/freebsd/tools/tools/net80211/wlantxtime/ |
H A D | wlantxtime.c | 89 #define CCK IEEE80211_T_CCK macro 102 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },/* 1 Mb */ 103 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },/* 2 Mb */ 104 [2] = { .phy = CCK, 5500, 0x04, B(11), 1 },/* 5.5 Mb */ 105 [3] = { .phy = CCK, 11000, 0x04, B(22), 1 },/* 11 Mb */ 115 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 }, 116 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 }, 117 [2] = { .phy = CCK, 5500, 0x04, B(11), 2 }, 118 [3] = { .phy = CCK, 11000, 0x04, B(22), 3 }, 212 #undef CCK
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ComparisonCategories.h | 139 using CCK = ComparisonCategoryType; in isStrong() local 140 return Kind == CCK::StrongOrdering; in isStrong() 145 using CCK = ComparisonCategoryType; in isPartial() local 146 return Kind == CCK::PartialOrdering; in isPartial()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_phy.c | 26 #define CCK IEEE80211_T_CCK macro 140 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80 | 2), 0 }, 141 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80 | 4), 1 }, 142 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80 | 11), 1 }, 143 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80 | 22), 1 }, 159 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80 | 2), 0 }, 160 /* 2 Mb */ { AH_TRUE, CCK, 2000, 0x1a, 0x04, (0x80 | 4), 1 }, 161 /* 5.5 Mb */ { AH_TRUE, CCK, 5500, 0x19, 0x04, (0x80 | 11), 2 }, 162 /* 11 Mb */ { AH_TRUE, CCK, 11000, 0x18, 0x04, (0x80 | 22), 3 }, 210 /* 1 Mb */ { AH_TRUE, CCK, 1000, 0x1b, 0x00, (0x80 | 2), 0 }, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 4202 CheckedConversionKind CCK) { in PerformImplicitConversion() argument 4204 if (CCK == CheckedConversionKind::ForBuiltinOverloadedOp && in PerformImplicitConversion() 4211 Action, CCK); in PerformImplicitConversion() 4247 CCK); in PerformImplicitConversion() 4266 if (CCK == CheckedConversionKind::ForBuiltinOverloadedOp) in PerformImplicitConversion() 4270 AA_Converting, CCK); in PerformImplicitConversion() 4315 CheckedConversionKind CCK) { in PerformImplicitConversion() argument 4316 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in PerformImplicitConversion() 4317 CCK == CheckedConversionKind::FunctionalCast); in PerformImplicitConversion() 4408 /*BasePath=*/nullptr, CCK) in PerformImplicitConversion() [all …]
|
H A D | SemaExprObjC.cpp | 3760 Sema &S, DiagBuilderT &DiagB, CheckedConversionKind CCK, in addFixitForObjCARCConversion() argument 3764 switch (CCK) { in addFixitForObjCARCConversion() 3775 if (CCK == CheckedConversionKind::OtherCast) { in addFixitForObjCARCConversion() 3820 if (CCK == CheckedConversionKind::CStyleCast) { in addFixitForObjCARCConversion() 3822 } else if (CCK == CheckedConversionKind::OtherCast) { in addFixitForObjCARCConversion() 3886 CheckedConversionKind CCK) { in diagnoseObjCARCConversion() argument 3923 unsigned convKindForDiag = Sema::isCast(CCK) ? 0 : 1; in diagnoseObjCARCConversion() 3942 auto DiagB = (CCK != CheckedConversionKind::OtherCast) in diagnoseObjCARCConversion() 3946 addFixitForObjCARCConversion(S, DiagB, CCK, afterLParen, in diagnoseObjCARCConversion() 3952 auto DiagB = (CCK == CheckedConversionKind::OtherCast && !br) in diagnoseObjCARCConversion() [all …]
|
H A D | SemaCast.cpp | 160 void checkObjCConversion(CheckedConversionKind CCK) { in checkObjCConversion() 164 if (Self.ObjC().CheckObjCConversion(OpRange, DestType, src, CCK) == in checkObjCConversion() 255 CheckedConversionKind CCK, SourceRange OpRange, 258 QualType DestType, CheckedConversionKind CCK, 1317 QualType DestType, CheckedConversionKind CCK, in TryStaticCast() argument 1322 bool CStyle = (CCK == CheckedConversionKind::CStyleCast || in TryStaticCast() 1323 CCK == CheckedConversionKind::FunctionalCast); in TryStaticCast() 1360 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg, in TryStaticCast() 1885 CheckedConversionKind CCK, in TryStaticImplicitCast() argument 1900 (CCK == CheckedConversionKind::CStyleCast) in TryStaticImplicitCast() [all …]
|
H A D | Sema.cpp | 697 CheckedConversionKind CCK) { in ImpCastExprToType() argument 723 if (Context.hasAnyFunctionEffects() && !isCast(CCK) && in ImpCastExprToType()
|
H A D | SemaInit.cpp | 7465 CheckedConversionKind CCK) { in PerformQualificationConversion() argument 7479 return ImpCastExprToType(E, Ty, CK, VK, /*BasePath=*/nullptr, CCK); in PerformQualificationConversion() 7951 CheckedConversionKind CCK = in Perform() local 7957 Init, Step->Type, *Step->ICS, getAssignmentAction(Entity), CCK); in Perform()
|
H A D | SemaDeclCXX.cpp | 6698 TargetInfo::CallingConvKind CCK) { in canPassInRegisters() argument 6704 if (CCK == TargetInfo::CCK_ClangABI4OrPS4) in canPassInRegisters() 6708 if (CCK == TargetInfo::CCK_MicrosoftWin64) { in canPassInRegisters() 7159 TargetInfo::CallingConvKind CCK = in CheckCompletedCXXClass() local 7161 bool CanPass = canPassInRegisters(*this, Record, CCK); in CheckCompletedCXXClass()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | debugfs.c | 107 mt7921_print_txpwr_entry(CCK, cck); in mt7921_txpwr()
|
/freebsd/sys/dev/ral/ |
H A D | rt2860.c | 2211 #define CCK(mcs) (mcs) in rt2860_enable_mrr() macro 2224 CCK(2) << 12 | /* 11->5.5 */ in rt2860_enable_mrr() 2225 CCK(1) << 8 | /* 5.5-> 2 */ in rt2860_enable_mrr() 2226 CCK(0) << 4 | /* 2-> 1 */ in rt2860_enable_mrr() 2227 CCK(0)); /* 1-> 1 */ in rt2860_enable_mrr() 2229 #undef CCK in rt2860_enable_mrr()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_mtw.c | 3988 #define CCK(mcs) (mcs) in mtw_enable_mrr() macro 4002 CCK(2) << 12 | /* 11->5.5 */ in mtw_enable_mrr() 4003 CCK(1) << 8 | /* 5.5-> 2 */ in mtw_enable_mrr() 4004 CCK(0) << 4 | /* 2-> 1 */ in mtw_enable_mrr() 4005 CCK(0)); /* 1-> 1 */ in mtw_enable_mrr() 4007 #undef CCK in mtw_enable_mrr()
|
H A D | if_run.c | 5274 #define CCK(mcs) (mcs) in run_enable_mrr() macro 5287 CCK(2) << 12 | /* 11->5.5 */ in run_enable_mrr() 5288 CCK(1) << 8 | /* 5.5-> 2 */ in run_enable_mrr() 5289 CCK(0) << 4 | /* 2-> 1 */ in run_enable_mrr() 5290 CCK(0)); /* 1-> 1 */ in run_enable_mrr() 5292 #undef CCK in run_enable_mrr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 820 CheckedConversionKind CCK,
|
H A D | Sema.h | 843 CheckedConversionKind CCK = CheckedConversionKind::Implicit); 2103 static bool isCast(CheckedConversionKind CCK) { in isCast() argument 2104 return CCK == CheckedConversionKind::CStyleCast || in isCast() 2105 CCK == CheckedConversionKind::FunctionalCast || in isCast() 2106 CCK == CheckedConversionKind::OtherCast; in isCast() 8323 CheckedConversionKind CCK = CheckedConversionKind::Implicit); 8333 CheckedConversionKind CCK); 8710 CheckedConversionKind CCK = CheckedConversionKind::Implicit);
|
/freebsd/share/misc/ |
H A D | iso3166 | 68 CC CCK 166 Cocos (Keeling) Islands
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | debugfs.c | 999 mt7915_txpower_puts(CCK); in mt7915_rate_txpower_get()
|