Home
last modified time | relevance | path

Searched refs:A (Results 176 – 200 of 6822) sorted by relevance

12345678910>>...273

/openbmc/linux/tools/perf/Documentation/
H A Dperf-diff.txt201 - file A with samples f1, f2, f3, f4, f6
209 - perf diff A B C
211 baseline/A compute/B compute/C samples
220 - perf diff B A C
222 baseline/B compute/A compute/C samples
231 - perf diff C B A
233 baseline/C compute/B compute/A samples
248 d = A->period_percent - B->period_percent
269 r = A->period / B->period
277 wdiff:WEIGHT-B,WEIGHT-A
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_gpio.c46 REG_GET(A_reg, A, &gpio->store.a); in store_registers()
55 REG_UPDATE(A_reg, A, gpio->store.a); in restore_registers()
107 REG_UPDATE(A_reg, A, value); in dal_hw_gpio_set_value()
157 REG_UPDATE(A_reg, A, 0); in dal_hw_gpio_config_mode()
163 REG_UPDATE(A_reg, A, 0); in dal_hw_gpio_config_mode()
/openbmc/linux/arch/arm64/crypto/
H A Dsha512-armv8.pl103 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27));
235 ldp $A,$B,[$ctx] // load context
263 add $A,$A,@X[0]
268 stp $A,$B,[$ctx]
458 my @V = ($A,$B,$C,$D,$E,$F,$G,$H) = map("w$_",(3..10));
675 ldp $A,$B,[$ctx]
710 add $A,$A,$t4 // h+=Sigma0(a) from the past
712 add $A,$A,$t2 // h+=Maj(a,b,c) from the past
714 add $A,$A,$t0 // accumulate
723 stp $A,$B,[$ctx,#0]
/openbmc/linux/Documentation/userspace-api/media/
H A Dglossary.rst17 A :term:`Device Driver` that implements the main logic to talk with
33 A character device node in the file system used to control and
47 A specialized :term:`Microprocessor`, with its architecture
59 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or
64 A group of :term:`hardware components <Hardware Component>` that
75 A multi-master, multi-slave, packet switched, single-ended,
84 A set of electronic circuits on one small flat piece of
103 A specialized processor that implements a set of algorithms for
110 A set of userspace APIs used to control the media hardware. It is
162 A subset of I²C, which defines a stricter usage of the bus.
[all …]
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst38 A vhost-user-gpu message (request and reply) consists of 3 header
194 :request payload: N/A
202 :reply payload: N/A
208 :request payload: N/A
216 :reply payload: N/A
223 :reply payload: N/A
230 :reply payload: N/A
237 :reply payload: N/A
245 :reply payload: N/A
253 :reply payload: N/A
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Di2c_compare_byte_action_tests.cpp36 using ::testing::A;
69 EXPECT_CALL(*i2cInterface, read(0xA0, A<uint8_t&>())) in TEST()
101 EXPECT_CALL(*i2cInterface, read(0xA0, A<uint8_t&>())) in TEST()
130 EXPECT_CALL(*i2cInterface, read(0xA0, A<uint8_t&>())) in TEST()
162 EXPECT_CALL(*i2cInterface, read(0xA0, A<uint8_t&>())) in TEST()
212 EXPECT_CALL(*i2cInterface, read(0xA0, A<uint8_t&>())) in TEST()
/openbmc/linux/arch/powerpc/math-emu/
H A Dfdiv.c13 FP_DECL_D(A); in fdiv()
22 FP_UNPACK_DP(A, frA); in fdiv()
48 FP_DIV_D(R, A, B); in fdiv()
H A Dfdivs.c14 FP_DECL_D(A); in fdivs()
23 FP_UNPACK_DP(A, frA); in fdivs()
50 FP_DIV_D(R, A, B); in fdivs()
H A Dfnmsubs.c15 FP_DECL_D(A); in fnmsubs()
25 FP_UNPACK_DP(A, frA); in fnmsubs()
39 FP_MUL_D(T, A, C); in fnmsubs()
H A Dfmsubs.c15 FP_DECL_D(A); in fmsubs()
25 FP_UNPACK_DP(A, frA); in fmsubs()
39 FP_MUL_D(T, A, C); in fmsubs()
H A Dfmadd.c14 FP_DECL_D(A); in fmadd()
24 FP_UNPACK_DP(A, frA); in fmadd()
38 FP_MUL_D(T, A, C); in fmadd()
H A Dfmadds.c15 FP_DECL_D(A); in fmadds()
25 FP_UNPACK_DP(A, frA); in fmadds()
39 FP_MUL_D(T, A, C); in fmadds()
H A Dfmsub.c14 FP_DECL_D(A); in fmsub()
24 FP_UNPACK_DP(A, frA); in fmsub()
38 FP_MUL_D(T, A, C); in fmsub()
/openbmc/phosphor-mboxd/vpnor/
H A DREADME.md39 7. A read of a valid access range that maps into the backing file will render
41 8. A read of a valid access range that does not map into the backing file will
43 9. A read of an invalid access range will appear erased
44 10. A write to a valid access range that maps into the backing file will update
46 11. A write to a valid access range that does not map into the backing file
48 12. A write to a valid access range may fail if the range is not marked as
51 13. A write of an invalid access range will return an error. The error should
/openbmc/hiomapd/vpnor/
H A DREADME.md35 7. A read of a valid access range that maps into the backing file will render
37 8. A read of a valid access range that does not map into the backing file will
39 9. A read of an invalid access range will appear erased
40 10. A write to a valid access range that maps into the backing file will update
42 11. A write to a valid access range that does not map into the backing file will
44 12. A write to a valid access range may fail if the range is not marked as
47 13. A write of an invalid access range will return an error. The error should be
/openbmc/openbmc/meta-arm/meta-arm-toolchain/
H A DREADME.md16 from the Arm Cortex-A family and implementing the Arm A-profile architecture.
24 in ``conf/local.conf`` in order to replace OE toolchain with pre-built GNU-A
43 Since this pre-built GNU-A tool-set simply replaces OE toolchain, so it is
45 Arm A-profile architecture.
83 bare-metal software development on devices based on 32-bit Arm Cortex-A,
92 software development on devices based on 64-bit Arm Cortex-A processors.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dzlib-acknowledgement2 Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
3 Copyright (c) 2000-2002 Philip A. Craig
11 … 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright (c) 2000-2002 Philip…
/openbmc/witherspoon-pfault-analysis/org/open_power/Witherspoon/
H A DFault.errors.yaml22 description: A power off was issued because a power fault was detected
37 description: A GPU suffered a power fault
40 description: A GPU suffered an over-temperature fault
43 description: A memory device suffered a power fault
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dulcb-kf-audio-graph-card.dtsi9 * (A) CPU0 <----> ak4613
14 * (A) aplay -D plughw:0,0 xxx.wav
18 * (A) arecord -D plughw:0,0 xxx.wav
23 dais = <&rsnd_port0 /* (A) CPU0 <-> ak4613 */
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.h77 #define add_overflows_t(T, A, B) \ argument
78 __builtin_add_overflow_p((A), (B), (T)0)
80 #define add_overflows_t(T, A, B) ({ \ argument
81 typeof(A) a = (A); \
87 #define add_overflows(A, B) \ argument
88 add_overflows_t(typeof((A) + (B)), (A), (B))
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/
H A DCreate.interface.yaml29 A unique id of failing hardware unit which is causing the dump.
45 System Dump: A dump that contains certain hardware register data
49 Resource Dump: A dump of host resources, created for various
53 A dump collected from Self Boot Engine(SBE) on the processor
57 A dump collected from Self Boot Engine on the memory buffer when
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch90 +@ IN A 127.0.0.1
106 +. 518400 IN NS A.ROOT-SERVERS.NET.
121 +A.ROOT-SERVERS.NET. 3600000 IN A 198.41.0.4
123 +C.ROOT-SERVERS.NET. 3600000 IN A 192.33.4.12
124 +D.ROOT-SERVERS.NET. 3600000 IN A 128.8.10.90
126 +F.ROOT-SERVERS.NET. 3600000 IN A 192.5.5.241
127 +G.ROOT-SERVERS.NET. 3600000 IN A 192.112.36.4
128 +H.ROOT-SERVERS.NET. 3600000 IN A 128.63.2.53
131 +K.ROOT-SERVERS.NET. 3600000 IN A 193.0.14.129
132 +L.ROOT-SERVERS.NET. 3600000 IN A 198.32.64.12
[all …]
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-sam9x60ek.dts460 <AT91_PIOB 0 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB0 periph A */
461 AT91_PIOB 1 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB1 periph A */
462 AT91_PIOB 2 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB2 periph A */
463 AT91_PIOB 3 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB3 periph A */
464 AT91_PIOB 4 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB4 periph A */
465 AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A */
466 AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A */
467 AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB7 periph A */
468 AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A */
469 AT91_PIOB 10 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB10 periph A */
[all …]
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-language.rst667 06b718c01208 select A -> depends on A
669 6a91e854442c select A -> depends on A
671 f004e5594705 select A -> depends on A
674 c2218e26c0d0 select A -> depends on A (1)
675 d6ae99d04e1c select A -> depends on A
676 95ca19cf8cbf select A -> depends on A
678 8f057d7bca54 depends on A -> select A
679 a0701f04846e select A -> depends on A
683 7b1fff7e4fdf select A -> depends on A
684 86c747d2a4f0 select A -> depends on A
[all …]
/openbmc/linux/Documentation/networking/
H A Dfilter.rst198 A 32 bit wide accumulator
245 add 0, 4 A + <x>
246 sub 0, 4 A - <x>
247 mul 0, 4 A * <x>
248 div 0, 4 A / <x>
249 mod 0, 4 A % <x>
250 neg !A
251 and 0, 4 A & <x>
252 or 0, 4 A | <x>
286 extensions are loaded into A.
[all …]

12345678910>>...273