Home
last modified time | relevance | path

Searched refs:a (Results 13726 – 13750 of 22321) sorted by relevance

1...<<541542543544545546547548549550>>...893

/openbmc/linux/crypto/
H A Decc.c381 static uint128_t add_128_128(uint128_t a, uint128_t b) in add_128_128() argument
385 result.m_low = a.m_low + b.m_low; in add_128_128()
386 result.m_high = a.m_high + b.m_high + (result.m_low < a.m_low); in add_128_128()
993 u64 a[ECC_MAX_DIGITS], b[ECC_MAX_DIGITS]; in vli_mod_inv() local
1003 vli_set(a, input, ndigits); in vli_mod_inv()
1009 while ((cmp_result = vli_cmp(a, b, ndigits)) != 0) { in vli_mod_inv()
1012 if (EVEN(a)) { in vli_mod_inv()
1013 vli_rshift1(a, ndigits); in vli_mod_inv()
1031 vli_sub(a, a, b, ndigits); in vli_mod_inv()
1032 vli_rshift1(a, ndigits); in vli_mod_inv()
[all …]
/openbmc/u-boot/doc/
H A DREADME.uniphier83 If a TFTP server is available, the images can be easily updated.
103 U-Boot serves as a non-secure boot loader loaded by [ARM Trusted Firmware],
114 This is a brief tutorial to utilize this feature for the UniPhier platform.
135 The following is an example for a simple usecase:
249 Flash the "fitImage" to a storage device (NAND, eMMC, or whatever) on your
256 the system reset. If the Chain of Trust has a breakage somewhere, the verified
338 UniPhier SoC family boot the kernel in a generic manner as described in
341 To boot the kernel, you need to deploy necesssary components to a file
/openbmc/linux/drivers/video/console/
H A Dvgacon.c430 u16 a = scr_readw(p); in vgacon_invert_region() local
432 a = ((a) & 0x88ff) | (((a) & 0x7000) >> 4) | in vgacon_invert_region()
433 (((a) & 0x0700) << 4); in vgacon_invert_region()
435 a ^= ((a & 0x0700) == 0x0100) ? 0x7000 : 0x7700; in vgacon_invert_region()
436 scr_writew(a, p++); in vgacon_invert_region()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c1002 #define to_attr(a) container_of(a, struct threshold_attr, attr) argument
1007 struct threshold_attr *a = to_attr(attr); in show() local
1010 ret = a->show ? a->show(b, buf) : -EIO; in show()
1019 struct threshold_attr *a = to_attr(attr); in store() local
1022 ret = a->store ? a->store(b, buf, count) : -EIO; in store()
/openbmc/linux/drivers/dma/sh/
H A Drz-dmac.c151 #define CHCFG_FILL_TM(a) (((a) & BIT(5)) << 22) argument
152 #define CHCFG_FILL_AM(a) (((a) & GENMASK(4, 2)) << 6) argument
153 #define CHCFG_FILL_LVL(a) (((a) & BIT(1)) << 5) argument
154 #define CHCFG_FILL_HIEN(a) (((a) & BIT(0)) << 5) argument
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-etm3x6 Enabling a source implies the source has been configured
7 properly and a sink has been identidifed for it. The path
119 Description: (RW) Defines which event triggers a trace.
150 on a trace unit, as specified by bit 3:0 of register ETMCCR.
156 Description: (Read) Provides the number of counters accessible on a trace unit,
163 Description: (Read) Provides the number of context ID comparator available on a
170 Description: (Write) Cancels all configuration on a trace unit and set it back
232 Description: (RW) Defines an event that requests the insertion of a timestamp
/openbmc/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-qmss.txt8 The Queue Manager is a hardware module that is responsible for accelerating
10 reading descriptor address to a particular memory mapped location. The PDSPs
66 accumulator firmware’s job is to poll a select number of
69 placed in a buffer provided by the host. When the list
70 becomes full or a programmed time period expires, the
/openbmc/u-boot/common/
H A Davb_verify.c696 param[0].u.value.a = rollback_index_slot; in read_rollback_index()
704 *out_rollback_index = (u64)param[1].u.value.a << 32 | in read_rollback_index()
738 param[0].u.value.a = rollback_index_slot; in write_rollback_index()
740 param[1].u.value.a = (u32)(rollback_index >> 32); in write_rollback_index()
776 *out_is_unlocked = !param.u.value.a; in read_is_device_unlocked()
/openbmc/u-boot/board/freescale/t4qds/
H A DREADME3 The T4240QDS is a high-performance computing evaluation, development and test
84 four Lanes A/B/C/D to a SFP+ cages, which to house fiber cable or
89 introduced to indicate a XFI port will use copper cable, and U-Boot
93 do not have to be coexist in hwconfig. If a MAC is listed in the env
121 T4240 has a VID feature. U-Boot reads the VID efuses and adjust the voltage
/openbmc/linux/Documentation/sound/designs/
H A Dprocfile.rst11 found in this tree. When you encounter a problem and need debugging,
119 values, but can be lead to too much corrections for a (mostly
217 If it's really a bug, report it with the following information:
222 when it's a PCM problem,
227 when it's a mixer problem,
/openbmc/docs/designs/
H A Dmulti-host-postcode.md76 - Provide a command interface for user to see any server(multi-host) current
78 - Provide a command interface for user to see any server(multi-host) postcode
84 This document proposes a new design engaging the IPMB interface to read the
178 - Display the latest postcode of the selected host read through D-Bus on a
193 The phosphor-post-code-manager is a multi service design for multi-host. The
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch31 diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in
33 --- a/tests/vg_regtest.in
38 # output of a non deterministic test failure
72 # propagate a Ctrl-C enabling us to quit.
146 # If there is a progB, let's start it in background:
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/
H A Dtrusted-firmware-a.inc8 SRC_URI_TRUSTED_FIRMWARE_A ?= "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=h…
82 # Let the Makefile handle setting up the CFLAGS and LDFLAGS as it is a standalone application
91 # Baremetal, just need a compiler
141 DEPENDS += " ${@bb.utils.contains('TFTF_TESTS', '1', 'tf-a-tests', '', d)}"
247 arm:trusted_firmware-a \
/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c70 int a, b, m, n, p, r; member
198 c1 = DIV_ROUND_CLOSEST(ts->calib.a * counter + ts->calib.b, 1000000); in tegra_tsensor_get_temp()
216 return DIV_ROUND_CLOSEST(c2 * 1000000 - ts->calib.b, ts->calib.a); in tegra_tsensor_temp_to_counter()
476 ts->calib.a = DIV_ROUND_CLOSEST((t2_90C - t1_25C) * 1000000, in tegra_tsensor_nvmem_setup()
479 ts->calib.b = t1_25C * 1000000 - ts->calib.a * c1_25C; in tegra_tsensor_nvmem_setup()
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dnvidia,tegra194-pcie-ep.yaml18 Port mode or Endpoint mode but one at a time.
76 description: Must contain a phandle to a GPIO controller followed by GPIO
99 controller and a specifier name for the PCIe controller.
119 Must contain a pair of phandles to BPMP controller node followed by
/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst653 * Kernel pointers have redundant information, so we can use a
654 * scheme where we can return either an error code or a dentry
657 * This should be a per-architecture thing, to allow different
676 * At least we *know* we can't spell, and use a spell-checker.
685 /* Tested on SS-5, SS-10. Probably someone at Sun applied a spell-checker. */
/openbmc/linux/drivers/gpu/drm/i915/
H A DKconfig.debug3 bool "Force GCC to throw an error instead of a warning when compiling"
78 bool "Make a GEM debug failure fatal"
85 a hard BUG_ON and hope that the system remains sufficiently usable
86 to capture a bug report in situ.
221 vblank evade mechanism. This gives a warning every time the
/openbmc/linux/drivers/leds/
H A Dleds-pca9532.c117 int a = 0, b = 0, i = 0; in pca9532_calcpwm() local
122 a++; in pca9532_calcpwm()
126 if (a == 0) { in pca9532_calcpwm()
129 b, a, value); in pca9532_calcpwm()
132 b = b/a; in pca9532_calcpwm()
/openbmc/linux/drivers/iio/pressure/
H A Dicp10100.c285 int64_t a, b, c; in icp10100_get_pressure() local
321 a = div64_s64(val1, val2); in icp10100_get_pressure()
323 val1, val2, a); in icp10100_get_pressure()
324 b = ((int64_t)p_calib[0] - a) * ((int64_t)p_lut[0] + c); in icp10100_get_pressure()
331 pressure_mPa = 1000LL * a + div64_s64(1000LL * b, c + raw_pressure); in icp10100_get_pressure()
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c1246 uint32_t *a = va, *n = vn; local
1250 uint32_t e1 = a[2 * i + H4(0)];
1391 return a;
1405 return a; in do_cdot_d()
4415 return float16_sub(b, a, s);
4420 return float32_sub(b, a, s); in subr_s()
4425 return float64_sub(b, a, s); in subr_d()
4648 int16_t exp = extract32(a, 10, 5); in DO_ZPZ_FP()
4675 uint32_t frac = a << 9; in do_float32_logb_as_int()
4676 int32_t exp = extract32(a, 23, 8); in do_float32_logb_as_int()
[all …]
/openbmc/qemu/target/microblaze/
H A Dtranslate.c266 static bool trans_##NAME(DisasContext *dc, arg_typea *a) \
267 { return do_typea(dc, a, SE, FN); }
270 static bool trans_##NAME(DisasContext *dc, arg_typea *a) \
271 { return dc->cfg->CFG && do_typea(dc, a, SE, FN); }
275 { return do_typea0(dc, a, SE, FN); }
279 { return dc->cfg->CFG && do_typea0(dc, a, SE, FN); }
282 static bool trans_##NAME(DisasContext *dc, arg_typeb *a) \
283 { return do_typeb_imm(dc, a, SE, FNI); }
287 { return dc->cfg->CFG && do_typeb_imm(dc, a, SE, FNI); }
291 { return do_typeb_val(dc, a, SE, FN); }
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8974.txt12 codec: wm8974@1a {
/openbmc/linux/arch/sparc/lib/
H A DNGcopy_to_user.S20 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
/openbmc/openbmc/poky/meta/recipes-multimedia/libtheora/libtheora-1.1.1/
H A Dno-docs.patch15 # we include the whole debian/ dir in EXTRA_DIST because there's a problem
/openbmc/u-boot/fs/jffs2/
H A DKconfig5 Flash File System version 2). JFFS2 is a log-structured file system

1...<<541542543544545546547548549550>>...893