Searched refs:clc (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | mcu.c | 371 const struct mt7921_clc *clc; in mt7921_load_clc() local 432 for (offset = 0; offset < len; offset += le32_to_cpu(clc->len)) { in mt7921_load_clc() 433 clc = (const struct mt7921_clc *)(clc_base + offset); in mt7921_load_clc() 436 if (phy->clc[clc->idx]) in mt7921_load_clc() 440 if (clc->idx == MT7921_CLC_POWER && in mt7921_load_clc() 441 u8_get_bits(clc->type, MT_EE_HW_TYPE_ENCAP) != hw_encap) in mt7921_load_clc() 444 phy->clc[clc->idx] = devm_kmemdup(mdev->dev, clc, in mt7921_load_clc() 445 le32_to_cpu(clc->len), in mt7921_load_clc() 448 if (!phy->clc[clc->idx]) { in mt7921_load_clc() 1132 struct mt7921_clc *clc, in __mt7921_mcu_set_clc() argument [all …]
|
/freebsd/sys/i386/i386/ |
H A D | locore.S | 343 clc 388 clc
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandards.def | 210 LANGSTANDARD(openclcpp10, "clc++1.0", 214 LANGSTANDARD_ALIAS(openclcpp10, "clc++") 216 LANGSTANDARD(openclcpp2021, "clc++2021",
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x.h | 122 void *clc[MT792x_CLC_MAX_NUM]; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRInstrInfo.td | 1669 def : InstAlias<"clc", (BCLRs 0)>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMisc.td | 1023 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", []>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 1680 defm CLC : CompareMemorySS<"clc", 0xD5, z_clc>;
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1147 …cl1.0,CL1.0,cl1.1,CL1.1,cl1.2,CL1.2,cl2.0,CL2.0,cl3.0,CL3.0,clc++,CLC++,clc++1.0,CLC++1.0,clc++202…
|