Searched refs:clc (Results 1 – 10 of 10) sorted by relevance
| /src/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | regd.c | 29 struct mt7925_clc *clc; in mt7925_regd_be_ctrl() local 40 if (!phy->clc[MT792x_CLC_BE_CTRL]) in mt7925_regd_be_ctrl() 43 clc = (struct mt7925_clc *)phy->clc[MT792x_CLC_BE_CTRL]; in mt7925_regd_be_ctrl() 44 pos = clc->data; in mt7925_regd_be_ctrl()
|
| H A D | mcu.c | 737 const struct mt7925_clc *clc; in mt7925_load_clc() local 799 for (offset = 0; offset < len; offset += le32_to_cpu(clc->len)) { in mt7925_load_clc() 800 clc = (const struct mt7925_clc *)(clc_base + offset); in mt7925_load_clc() 802 if (clc->idx >= ARRAY_SIZE(phy->clc)) in mt7925_load_clc() 806 if (phy->clc[clc->idx]) in mt7925_load_clc() 810 if ((clc->idx == MT792x_CLC_BE_CTRL && in mt7925_load_clc() 811 u8_get_bits(clc->t2.type, MT_EE_HW_TYPE_ENCAP) != hw_encap) || in mt7925_load_clc() 812 u8_get_bits(clc->t0.type, MT_EE_HW_TYPE_ENCAP) != hw_encap) in mt7925_load_clc() 815 phy->clc[clc->idx] = devm_kmemdup(mdev->dev, clc, in mt7925_load_clc() 816 le32_to_cpu(clc->len), in mt7925_load_clc() [all …]
|
| /src/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 421 const struct mt7921_clc *clc; in mt7921_load_clc() local 483 for (offset = 0; offset < len; offset += le32_to_cpu(clc->len)) { in mt7921_load_clc() 484 clc = (const struct mt7921_clc *)(clc_base + offset); in mt7921_load_clc() 487 if (phy->clc[clc->idx]) in mt7921_load_clc() 491 if (clc->idx == MT7921_CLC_POWER && in mt7921_load_clc() 492 u8_get_bits(clc->type, MT_EE_HW_TYPE_ENCAP) != hw_encap) in mt7921_load_clc() 495 phy->clc[clc->idx] = devm_kmemdup(mdev->dev, clc, in mt7921_load_clc() 496 le32_to_cpu(clc->len), in mt7921_load_clc() 499 if (!phy->clc[clc->idx]) { in mt7921_load_clc() 1323 struct mt7921_clc *clc, in __mt7921_mcu_set_clc() argument [all …]
|
| /src/sys/i386/i386/ |
| H A D | locore.S | 343 clc 388 clc
|
| /src/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",
|
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x.h | 180 void *clc[MT792x_CLC_MAX_NUM]; member
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 1669 def : InstAlias<"clc", (BCLRs 0)>;
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrMisc.td | 1023 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", []>;
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 1680 defm CLC : CompareMemorySS<"clc", 0xD5, z_clc>;
|
| /src/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…
|