Home
last modified time | relevance | path

Searched full:two (Results 1 – 25 of 6572) sorted by relevance

12345678910>>...263

/openbmc/qemu/disas/
H A Dm68k.c249 The args field is a string containing two characters for each
469 The place to store is word two if bit six of word one is zero,
470 and words two and three if bit six of word one is one.
471 i Increment by two, to skip over coprocessor extended operands. Only
500 w source, at low bit of first word, and immediate uses two bytes
1055 /* Two level. Compute displacement to add after indirection. */ in print_indexed()
1783 /* pflusha is an exceptions. It takes no arguments but is two words in match_insn_m68k()
1905 /* Tell objdump to use two bytes per chunk in print_insn_m68k()
1982 /* Only fetch the next two bytes if we need to. */ in print_insn_m68k()
1992 that have the same register number in two places. in print_insn_m68k()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_utils.hpp48 * as output current, input voltage, and temperature. Two byte value with
49 * an 11-bit, two's complement mantissa and a 5-bit, two's complement
55 * Linear data format used for values related to voltage output. Two
57 * exponent. The exponent is not stored within the two bytes.
71 * Linear scale that uses a two byte unsigned binary integer with a scaling
132 * - Two byte value
133 * - 11-bit two's complement mantissa value stored in the two bytes
134 * - 5-bit two's complement exponent value stored in the two bytes
171 * - Two byte value
172 * - 16-bit unsigned mantissa value stored in the two bytes
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.soc46 - Two DUARTs
93 - Two 64-bit DDR4 SDRAM memory controllers with ECC and interleaving support
113 - Two serial ATA (SATA 3.0) controllers
114 - Two high-speed USB 3.0 controllers with integrated PHY
119 - Two DUARTs
143 Two Serdes PLLs supported for usage by any SerDes data lane
153 - Two enhanced secure digital host controllers
154 - Two I2C controllers
155 - One 16550 compliant DUART (two UART interfaces)
156 - Two general purpose IOs (GPIO)
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_path_append.cpp21 std::make_tuple(object_path("/Base/Path"), "one/two",
22 object_path("/Base/Path/one/two")),
23 std::make_tuple(object_path("/Base/Path"), "one/two/foobar",
24 object_path("/Base/Path/one/two/foobar")),
27 std::make_tuple(object_path("/Base/Path/"), "one/two",
28 object_path("/Base/Path/one/two")),
29 std::make_tuple(object_path("/Base/Path/"), "one/two/foobar",
30 object_path("/Base/Path/one/two/foobar")),
49 std::make_tuple(object_path("/Base/Path"), "one/two/"),
50 std::make_tuple(object_path("/Base/Path"), "one//two"),
H A Dtest_conversion.cpp15 two enumerator
38 std::make_pair<std::string_view, Enum>("two", Enum::two)}};
55 EXPECT_EQ(toEnum(2), Enum::two); in TEST_F()
67 EXPECT_THAT(utils::toUnderlying(Enum::two), Eq(2)); in TEST_F()
74 EXPECT_THAT(enumToString(Enum::two), Eq("two")); in TEST_F()
81 EXPECT_THAT(toEnum("two"), Eq(Enum::two)); in TEST_F()
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dmediatek,iommu.yaml14 this M4U have two generations of HW architecture. Generation one uses flat
15 pagetable, and only supports 4K size page mapping. Generation two uses the
74 - mediatek,mt2712-m4u # generation two
75 - mediatek,mt6779-m4u # generation two
76 - mediatek,mt6795-m4u # generation two
77 - mediatek,mt8167-m4u # generation two
78 - mediatek,mt8173-m4u # generation two
79 - mediatek,mt8183-m4u # generation two
80 - mediatek,mt8186-iommu-mm # generation two
81 - mediatek,mt8188-iommu-vdo # generation two
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,audmix.txt3 The Audio Mixer is a on-chip functional module that allows mixing of two
4 audio streams into a single audio stream. Audio Mixer has two input serial
5 audio interfaces. These are driven by two Synchronous Audio interface
8 from two interfaces into a single sample. Before mixing, audio samples of
9 two inputs can be attenuated based on configuration. The output of the
20 Mixing operation is independent of audio sample rate but the two audio
37 DAIs. The current implementation requires two phandles
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_vlan_modify.sh108 check_fail $? "ping between two different vlans passed when should not"
111 check_fail $? "ping6 between two different vlans passed when should not"
119 check_err $? "ping between two different vlans failed when should not"
122 check_err $? "ping6 between two different vlans failed when should not"
135 check_fail $? "ping between two different vlans passed when should not"
138 check_fail $? "ping6 between two different vlans passed when should not"
146 check_err $? "ping between two different vlans failed when should not"
149 check_err $? "ping6 between two different vlans failed when should not"
/openbmc/u-boot/doc/
H A DREADME.VSC3316-330810 … 8 input and 8 output ports. Programming of these devices are performed by two-wire or four-wire s…
15 First thing required is to program it to interface with either two-wire or four-wire interface.
16 … the interface is two-wire I2C serial interface. So the value in Interface mode register at addres…
23two-wire or four-wire interface. In our case the interface is two-wire I2C serial interface. So th…
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c80 double two = i_two, two_bump = two * 0.01; in approx() local
83 two_bump = two + MAX(two_bump, 2.0); in approx()
86 if (one == two || in approx()
87 (one > two && one <= two_bump) || in approx()
88 (two > one && two <= one_bump)) in approx()
101 unsigned long long one, bool (*eval)(int, int), unsigned long long two) in compare() argument
106 (long long)one, name_eval, (long long)two); in compare()
111 if (two > INT_MAX) { in compare()
112 printf("Miscalculation! Measurement went negative: %lld\n", (long long)two); in compare()
116 good = eval(one, two); in compare()
/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c239 .filesrc = "two.txt", .watchid = &watch2 }, in test_file_monitor_events()
253 .filesrc = "two.txt", }, in test_file_monitor_events()
255 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events()
258 .filesrc = "two.txt", .watchid = &watch2, in test_file_monitor_events()
277 .filesrc = "one.txt", .filedst = "two.txt" }, in test_file_monitor_events()
285 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events()
288 .filesrc = "two.txt", .watchid = &watch2, in test_file_monitor_events()
293 .filesrc = "two.txt", }, in test_file_monitor_events()
295 .filesrc = "two.txt", .watchid = &watch0, in test_file_monitor_events()
298 .filesrc = "two.txt", .watchid = &watch2, in test_file_monitor_events()
[all …]
/openbmc/u-boot/board/freescale/bsc9132qds/
H A DREADME15 - Power Architecture subsystem including two e500 processors with
17 - Two StarCore SC3850 DSP subsystems, each with a 512-Kbyte private L2
22 - Two DDR3/3L memory interfaces with 32-bit data width (40 bits including
25 - Two DMA controllers
31 - Two Common Public Radio Interface (CPRI) controller lanes
40 - Two DUART, two eSPI, and two I2C controllers
52 - Two 32-bit quad timers
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dapm-xgene-phy.txt19 Two set of 3-tuple setting for each (up to 3)
25 Two set of 3-tuple setting for each (up to 3)
28 gain control. Two set of 3-tuple setting for each
31 - apm,tx-amplitude : Amplitude control. Two set of 3-tuple setting for
35 - apm,tx-pre-cursor1 : 1st pre-cursor emphasis taps control. Two set of
39 - apm,tx-pre-cursor2 : 2st pre-cursor emphasis taps control. Two set of
43 - apm,tx-post-cursor : Post-cursor emphasis taps control. Two set of
H A Dfsl,imx8qm-lvds-phy.yaml14 It converts two groups of four 7/10 bits of CMOS data into two
19 through the two groups of LVDS data streams. Together with the
20 transmit clocks, the two groups of LVDS data streams form two
/openbmc/linux/drivers/iio/chemical/
H A Dsps30_i2c.c45 * sending two i2c messages in a row we just send one by one. in sps30_i2c_xfer()
71 * PM1: upper two bytes, crc8, lower two bytes, crc8 in sps30_i2c_command()
72 * PM2P5: upper two bytes, crc8, lower two bytes, crc8 in sps30_i2c_command()
73 * PM4: upper two bytes, crc8, lower two bytes, crc8 in sps30_i2c_command()
74 * PM10: upper two bytes, crc8, lower two bytes, crc8 in sps30_i2c_command()
89 /* each two bytes are followed by a crc8 */ in sps30_i2c_command()
/openbmc/u-boot/board/freescale/t208xrdb/
H A DREADME2 It can work in two mode: standalone mode and PCIe endpoint mode.
23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
24 - Two Serial RapidIO 2.0 controllers/ports running at up to 5 GHz
26 - Two serial ATA (SATA 2.0) controllers
27 - Two high-speed USB 2.0 controllers with integrated PHY
31 - Four 2-pin UARTs or two 4-pin UARTs
52 - SerDes-1 Lane A-B: to two 10G XFI fiber (MAC9 & MAC10)
53 - SerDes-1 Lane C-D: to two 10G Base-T (MAC1 & MAC2)
59 - Two on-board 10M/100M/1G RGMII ethernet ports
60 - Two on-board 10Gbps XFI fiber ports
[all …]
/openbmc/u-boot/board/freescale/t1040qds/
H A DREADME31 - Two RGMII interfaces or one RGMII and one MII interfaces
34 - Two SATA controllers supporting 1.5 and 3.0 Gb/s operation
35 - Upto two QSGMII interface
39 - Two USB 2.0 controllers with integrated PHY
49 - Two 8-channel DMA engines
70 - Two on-board RGMII 10/100/1G ethernet ports.
80 - Supports two USB 2.0 ports with integrated PHYs
81Two type A ports with 5V@1.5A per port.
90 - Two Serial ports
/openbmc/linux/lib/
H A Dstackinit_kunit.c82 zero.two = 0; \
97 #define __static_partial { .two = 0, }
99 .two = 0, \
103 #define __dynamic_partial { .two = arg->two, }
105 .two = arg->two, \
109 #define __runtime_partial var.two = 0
111 var.two = 0; \
245 unsigned long two; member
253 char two; member
262 u8 two; member
[all …]
/openbmc/u-boot/board/freescale/t208xqds/
H A DREADME23 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
24 - Two Serial RapidIO 2.0 controllers/ports running at up to 5 GHz
26 - Two serial ATA (SATA 2.0) controllers
27 - Two high-speed USB 2.0 controllers with integrated PHY
31 - Four 2-pin UARTs or two 4-pin UARTs
55 - Two DDR3 DIMMs up to 4GB, Dual rank @ 2133MT/s and ECC support
57 - Two 1Gbps RGMII on-board ports
71 - Two USB2.0 ports with internal PHY (one Type-A + one micro Type-AB)
73 - Four PCI Express controllers (two PCIe 2.0 and two PCIe 3.0 with SR-IOV)
75 - Two SATA 2.0 ports on-board
[all …]
/openbmc/linux/tools/testing/selftests/exec/
H A Dbinfmt_script.py140 # Two bytes under size, leaving newline visible.
141 test(name="two-under", size=SIZE-2)
159 test(name="two-under-no-nl", size=SIZE-2, newline="")
160 test(name="two-under-trunc-arg", size=SIZE-2, arg=" ")
161 test(name="two-under-leading", size=SIZE-2, leading=" ")
162 test(name="two-under-leading-trunc-arg", size=SIZE-2, leading=" ", arg=" ")
164 test(name="two-under-no-nl", size=int(SIZE/2), newline="")
165 test(name="two-under-trunc-arg", size=int(SIZE/2), arg=" ")
166 test(name="two-under-leading", size=int(SIZE/2), leading=" ")
167 test(name="two-under-lead-trunc-arg", size=int(SIZE/2), leading=" ", arg=" ")
/openbmc/qemu/target/hexagon/imported/
H A Dcompare.idef208 "Pack the odd and even bits of two predicate registers",
237 "Conditionally combine two words into a register pair",
245 "Conditionally combine two words into a register pair",
253 "Conditionally combine two words into a register pair",
261 "Conditionally combine two words into a register pair",
308 "Compare elements of two vectors ",
317 "Compare elements of two vectors ",
326 "Compare elements of two vectors ",
336 "Compare elements of two vectors ",
347 "Compare elements of two vectors ",
[all …]
/openbmc/linux/Documentation/gpu/
H A Dkomeda-kms.rst66 introduces Layer Split, which splits the whole image to two half parts and feeds
67 them to two Layers A and B, and does the scaling independently. After scaling
68 the result need to be fed to merger to merge two part images together, and then
74 compiz result to two parts and then feed them to two scalers.
80 adjusted to fit different usages. And D71 has two pipelines, which support two
84 Two pipelines work independently and separately to drive two display outputs.
87 Two pipelines work together to drive only one display output.
306 capabilities, and a specific component includes two parts:
328 achieve this, split the komeda device into two layers: CORE and CHIP.
384 Layer_Split is quite complicated feature, which splits a big image into two
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/
H A Dlibalgorithm-diff-perl_1.15.bb1 SUMMARY = "Algorithm::Diff - Compute 'intelligent' differences between two \
3 DESCRIPTION = "This is a module for computing the difference between two files, \
4 two strings, or any other two lists of things. It uses an intelligent \
/openbmc/linux/net/l2tp/
H A DKconfig3 # Layer Two Tunneling Protocol (L2TP)
7 tristate "Layer Two Tunneling Protocol (L2TP)"
12 Layer Two Tunneling Protocol
54 Layer Two Tunneling Protocol Version 3
58 The Layer Two Tunneling Protocol (L2TP) provides a dynamic
77 The L2TPv3 protocol defines two possible encapsulations for
/openbmc/u-boot/board/freescale/t4qds/
H A DREADME11 Two “front side” banks dedicated to Ethernet
13 - Two PCI Express slots with side-band connector supporting
18 Two “back side” banks dedicated to other protocols
24 - Supports 4X Aurora debug with two connectors
28 Supports two DDR3/DDR3LP UDIMM/RDIMMs per controller
47 Support two on-board RGMII 10/100/1G ethernet ports.
73 Supports two USB 2.0 ports with integrated PHYs
80 Two Serial port
87 So, for XFI usage, there are two scenarios, one will use fiber cable,
98 set "fsl_10gkr_copper:fm1_10g1,fm1_10g2" in hwconfig, then first two
[all …]

12345678910>>...263