Home
last modified time | relevance | path

Searched refs:C2 (Results 1 – 25 of 77) sorted by relevance

1234

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fxam.c24 #define C2 (1 << 10) macro
26 #define FLAGS (C0 | C1 | C2 | C3)
43 if ((sw & FLAGS) != C2) { in main()
48 if ((sw & FLAGS) != (C2 | C1)) { in main()
53 if ((sw & FLAGS) != (C2 | C0)) { in main()
58 if ((sw & FLAGS) != (C2 | C1 | C0)) { in main()
83 if ((sw & FLAGS) != (C3 | C2)) { in main()
88 if ((sw & FLAGS) != (C3 | C2 | C1)) { in main()
93 if ((sw & FLAGS) != (C3 | C2)) { in main()
98 if ((sw & FLAGS) != (C3 | C2 | C1)) { in main()
/openbmc/linux/crypto/
H A Dwp512.c231 static const u64 C2[256] = { variable
806 C2[(int)(K[6] >> 40) & 0xff] ^ in wp512_process_buffer()
816 C2[(int)(K[7] >> 40) & 0xff] ^ in wp512_process_buffer()
825 C2[(int)(K[0] >> 40) & 0xff] ^ in wp512_process_buffer()
834 C2[(int)(K[1] >> 40) & 0xff] ^ in wp512_process_buffer()
843 C2[(int)(K[2] >> 40) & 0xff] ^ in wp512_process_buffer()
852 C2[(int)(K[3] >> 40) & 0xff] ^ in wp512_process_buffer()
861 C2[(int)(K[4] >> 40) & 0xff] ^ in wp512_process_buffer()
870 C2[(int)(K[5] >> 40) & 0xff] ^ in wp512_process_buffer()
888 C2[(int)(state[6] >> 40) & 0xff] ^ in wp512_process_buffer()
[all …]
/openbmc/linux/drivers/misc/c2port/
H A DKconfig3 # C2 port devices
7 tristate "Silicon Labs C2 port support"
9 This option enables support for Silicon Labs C2 port used to
24 tristate "C2 port support for Eurotech's Duramar 2150"
27 This option enables C2 support for the Eurotech's Duramar 2150
/openbmc/linux/arch/s390/crypto/
H A Dchacha-s390.S452 #define C2 %v10 macro
516 VLR C2,K2
547 VAF C2,C2,D2
553 VX B2,B2,C2
585 VAF C2,C2,D2
591 VX B2,B2,C2
604 VSLDB C2,C2,C2,8
642 VAF C2,C2,D2
648 VX B2,B2,C2
680 VAF C2,C2,D2
[all …]
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A DKconfig17 depends on C2
19 config C2 config
20 bool "C2"
H A Dexpected_stderr12 Kconfig:15: symbol C1 depends on C2
13 Kconfig:19: symbol C2 depends on C1
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/
H A DKconfig19 depends on C2
21 config C2 config
22 bool "C2"
H A Dexpected_stderr12 Kconfig:17: symbol C1 depends on C2
13 Kconfig:21: symbol C2 depends on C1
/openbmc/linux/Documentation/misc-devices/
H A Dc2port.rst5 C2 port support
26 C2 Interface used for in-system programming of micro controllers.
35 The C2 Interface main references are at (https://www.silabs.com)
38 - AN127: FLASH Programming via the C2 Interface at
41 - C2 Specification at
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-c2port7 the C2 port interface.
14 C2 port into the system. Each directory will contain files to
15 manage and control its C2 port.
22 to the C2 port from the system. No commands can be sent
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dipq5018-rdp432-c2.dts3 * IPQ5018 MP03.1-C2 board device tree source
13 model = "Qualcomm Technologies, Inc. IPQ5018/AP-RDP432.1-C2";
H A Dipq8074-hk10-c2.dts9 model = "Qualcomm Technologies, Inc. IPQ8074/AP-HK10-C2";
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.odroid-c21 U-Boot for ODROID-C2
4 ODROID-C2 is a single board computer manufactured by Hardkernel
H A DMAINTAINERS1 ODROID-C2
/openbmc/u-boot/board/bosch/shc/
H A DKconfig68 bool "C2 Sample board version"
70 activate, if you want to build for the C2 sample version
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-visibility-on.svg1 ….9 8.6 5.2 10 8 10zM8 0c3.3 0 6 1.8 8.1 5.4C14 9.2 11.3 11 8 11S2 9.2 0 5.5C2 1.9 4.6 0 8 0z"/></s…
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq4019-ap.dk07.1-c2.dts7 model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1-C2";
/openbmc/linux/drivers/media/pci/netup_unidvb/
H A DKconfig17 DVB-S/S2, T/T2, C/C2
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_step.h37 func(C2) \
/openbmc/webui-vue/tests/unit/Global/__snapshots__/
H A DSearch.spec.js.snap40 …7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,…
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch177 #define _ADD_ADJUST(A, M, X, C1, C2) \
178 - new_adjust (#M, &adj_##A, #A, #X, MODE_##C1, MODE_##C2, __FILE__, __LINE__)
179 + new_adjust (#M, &adj_##A, #A, #X, MODE_##C1, MODE_##C2, __FILE__, 0)
/openbmc/u-boot/include/configs/
H A Dxtfpga.h189 #define CONFIG_ETHBASE 00:50:C2:13:6f:00
/openbmc/qemu/docs/specs/
H A Dppc-spapr-numa.rst34 chip C2 |
39 * P2: {MOD1, S2, C2, P2}
89 * P2: associativity{MOD1, S2, C2, P2}
91 First NUMA level (0x3) => associativity[2] = C2
109 * P2: associativity{MOD1, S2, C2, P2}
129 * P2: associativity{MOD1, S2, C2, P2}
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DPalapaC2_C-113.0E1 # Palapa C2 @ 113.0E C-BAND
/openbmc/linux/include/media/i2c/
H A Dadv7842.h103 u16 C2; member

1234