Home
last modified time | relevance | path

Searched refs:c1 (Results 201 – 225 of 389) sorted by relevance

12345678910>>...16

/openbmc/linux/arch/arm/mach-tegra/
H A Dreset-handler.S157 mrc p15, 0, r0, c1, c0, 0 @ read system control register
159 mcr p15, 0, r0, c1, c0, 0 @ write system control register
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c572 const unsigned char c1 = *s1++, c2 = *s2++; in __gcc_bcmp() local
573 if (c1 != c2) in __gcc_bcmp()
574 return c1 - c2; in __gcc_bcmp()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c1925 long result[][8], u8 c1, u8 c2) in _rtl8723be_phy_simularity_compare() argument
1939 if ((result[c1][i] & 0x00000200) != 0) in _rtl8723be_phy_simularity_compare()
1940 tmp1 = result[c1][i] | 0xFFFFFC00; in _rtl8723be_phy_simularity_compare()
1942 tmp1 = result[c1][i]; in _rtl8723be_phy_simularity_compare()
1949 tmp1 = result[c1][i]; in _rtl8723be_phy_simularity_compare()
1957 if (result[c1][i] + result[c1][i + 1] == 0) in _rtl8723be_phy_simularity_compare()
1960 final_candidate[(i / 4)] = c1; in _rtl8723be_phy_simularity_compare()
1981 result[3][i] = result[c1][i]; in _rtl8723be_phy_simularity_compare()
1985 result[3][i] = result[c1][i]; in _rtl8723be_phy_simularity_compare()
1989 result[3][i] = result[c1][i]; in _rtl8723be_phy_simularity_compare()
[all …]
/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.hpp16 double c1 = 0.0; member
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch15 index 7808115c1..4a383ceba 100644
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dplatform.S149 mrc p15, 0, r0, c1, c0, 1
151 mcr p15, 0, r0, c1, c0, 1
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c103 #define MAKE_AD(alpha, red, blue, green, size, c0, c1, c2, c3) \ argument
107 (c2 << AD_COMP_2_SHIFT) | (c1 << AD_COMP_1_SHIFT) | \
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c1136 long result[][8], u8 c1, u8 c2) in _rtl92c_phy_simularity_compare() argument
1152 diff = (result[c1][i] > result[c2][i]) ? in _rtl92c_phy_simularity_compare()
1153 (result[c1][i] - result[c2][i]) : in _rtl92c_phy_simularity_compare()
1154 (result[c2][i] - result[c1][i]); in _rtl92c_phy_simularity_compare()
1158 if (result[c1][i] + result[c1][i + 1] == 0) in _rtl92c_phy_simularity_compare()
1161 final_candidate[(i / 4)] = c1; in _rtl92c_phy_simularity_compare()
1183 result[3][i] = result[c1][i]; in _rtl92c_phy_simularity_compare()
1187 result[3][i] = result[c1][i]; in _rtl92c_phy_simularity_compare()
/openbmc/qemu/block/
H A Dvvfat.c2358 uint32_t c, c1; in commit_mappings() local
2360 for (c = cluster, c1 = modified_fat_get(s, c); c + 1 == c1; in commit_mappings()
2361 c = c1, c1 = modified_fat_get(s, c1)); in commit_mappings()
2375 if (!fat_eof(s, c1)) { in commit_mappings()
2380 if (next_mapping == NULL || next_mapping->begin > c1) { in commit_mappings()
2383 next_mapping = insert_mapping(s, c1, c1+1); in commit_mappings()
2385 if (c1 < c) in commit_mappings()
2412 cluster = c1; in commit_mappings()
2547 uint32_t c1; in commit_one_file() local
2552 c1 = modified_fat_get(s, c); in commit_one_file()
[all …]
/openbmc/u-boot/arch/arm/lib/
H A Drelocate.S54 mrc p15, 0, r2, c1, c0, 0 /* V bit (bit[13]) in CP15 c1 */
H A Ddebug.S27 mrc p15, 0, \rx, c1, c0
/openbmc/linux/arch/arm/mach-mvebu/
H A Dcoherency_ll.S30 mrc p15, 0, r1, c1, c0, 0
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c1079 long result[][8], u8 c1, u8 c2) in _rtl8723e_phy_simularity_compare() argument
1091 diff = (result[c1][i] > result[c2][i]) ? in _rtl8723e_phy_simularity_compare()
1092 (result[c1][i] - result[c2][i]) : in _rtl8723e_phy_simularity_compare()
1093 (result[c2][i] - result[c1][i]); in _rtl8723e_phy_simularity_compare()
1097 if (result[c1][i] + result[c1][i + 1] == 0) in _rtl8723e_phy_simularity_compare()
1100 final_candidate[(i / 4)] = c1; in _rtl8723e_phy_simularity_compare()
1122 result[3][i] = result[c1][i]; in _rtl8723e_phy_simularity_compare()
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h3.dtsi138 compatible = "allwinner,sun8i-h3-sram-c1",
139 "allwinner,sun4i-a10-sram-c1";
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h347 int *c0, int *c1, int *p0, int *p1) in create_socket_pairs() argument
355 err = create_pair(s, family, sotype, c1, p1); in create_socket_pairs()
/openbmc/linux/fs/hpfs/
H A Ddir.c74 int c1, c2 = 0; in hpfs_readdir() local
128 if (hpfs_stop_cycles(inode->i_sb, ctx->pos, &c1, &c2, "hpfs_readdir")) { in hpfs_readdir()
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5.dtsi97 compatible = "allwinner,sun50i-h5-sram-c1",
98 "allwinner,sun4i-a10-sram-c1";
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c230 unsigned char c1, c2; in prom_strcmp() local
233 c1 = *cs++; in prom_strcmp()
235 if (c1 != c2) in prom_strcmp()
236 return c1 < c2 ? -1 : 1; in prom_strcmp()
237 if (!c1) in prom_strcmp()
272 unsigned char c1, c2; in prom_strncmp() local
275 c1 = *cs++; in prom_strncmp()
277 if (c1 != c2) in prom_strncmp()
278 return c1 < c2 ? -1 : 1; in prom_strncmp()
279 if (!c1) in prom_strncmp()
/openbmc/linux/arch/x86/crypto/
H A Daria-aesni-avx-asm_64.S67 a1, b1, c1, d1, \ argument
80 transpose_4x4(c0, c1, c2, c3, a0, a1); \
93 vpshufb a0, c1, c1; \
106 transpose_4x4(a1, b1, c1, d1, d2, d3); \
119 a1, b1, c1, d1, \ argument
132 transpose_4x4(c0, c1, c2, c3, a0, a1); \
145 vpshufb a0, c1, c1; \
158 transpose_4x4(c1, d1, a1, b1, d2, d3); \
H A Daria-aesni-avx2-asm_64.S83 a1, b1, c1, d1, \ argument
96 transpose_4x4(c0, c1, c2, c3, a0, a1); \
109 vpshufb a0, c1, c1; \
122 transpose_4x4(a1, b1, c1, d1, d2, d3); \
135 a1, b1, c1, d1, \ argument
148 transpose_4x4(c0, c1, c2, c3, a0, a1); \
161 vpshufb a0, c1, c1; \
174 transpose_4x4(c1, d1, a1, b1, d2, d3); \
/openbmc/linux/include/sound/
H A Dak4117.h167 void (*change_callback)(struct ak4117 *ak4117, unsigned char c0, unsigned char c1);
/openbmc/linux/drivers/clk/tegra/
H A Dcvb.c21 mv = DIV_ROUND_CLOSEST((mv + cvb->c1) * speedo, s_scale) + cvb->c0; in get_cvb_voltage()
/openbmc/linux/arch/arm/mach-shmobile/
H A Dheadsmp.S53 mrc p15, 0, r1, c1, c0, 0 @ r1 = SCTLR
/openbmc/linux/drivers/net/plip/
H A Dplip.c487 unsigned char c0, c1; in plip_receive() local
497 c1 = read_status(dev); in plip_receive()
498 if (c0 == c1) in plip_receive()
515 c1 = read_status(dev); in plip_receive()
516 if (c0 == c1) in plip_receive()
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dqcom.yaml102 cp01-c1
105 hk10-c1
339 - qcom,ipq4019-ap-dk01.1-c1
341 - qcom,ipq4019-ap-dk07.1-c1
343 - qcom,ipq4019-dk04.1-c1
368 - qcom,ipq8074-hk10-c1
854 - qcom,ipq6018-cp01-c1

12345678910>>...16