Home
last modified time | relevance | path

Searched full:parallel (Results 1 – 25 of 1742) sorted by relevance

12345678910>>...70

/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c96 * PADDB rd, rs, rt Parallel Add Byte
97 * PSUBB rd, rs, rt Parallel Subtract Byte
98 * PADDH rd, rs, rt Parallel Add Halfword
99 * PSUBH rd, rs, rt Parallel Subtract Halfword
100 * PADDW rd, rs, rt Parallel Add Word
101 * PSUBW rd, rs, rt Parallel Subtract Word
102 * PADSBH rd, rs, rt Parallel Add/Subtract Halfword
103 * PADDSB rd, rs, rt Parallel Add with Signed Saturation Byte
104 * PSUBSB rd, rs, rt Parallel Subtract with Signed Saturation Byte
105 * PADDSH rd, rs, rt Parallel Add with Signed Saturation Halfword
[all …]
/openbmc/linux/drivers/parport/
H A DKconfig13 the architecture might have PC parallel port hardware.
16 tristate "Parallel port support"
19 If you want to use devices connected to your machine's parallel port
21 drive, PLIP link (Parallel Line Internet Protocol is mainly used to
22 create a mini network by connecting the parallel ports of two local
28 to the parallel port see <http://www.torque.net/linux-pp.html> on
31 It is possible to share a single parallel port among several devices
33 kernel. To compile parallel port support as a module, choose M here:
35 If you have more than one parallel port and want to specify which
48 You should say Y here if you have a PC-style parallel port. All
[all …]
/openbmc/linux/drivers/ata/pata_parport/
H A DKconfig3 comment "Parallel IDE protocol modules"
10 This option enables support for the ATEN EH-100 parallel port IDE
12 parallel port kits made in Hong Kong.
19 parallel port Series 5 IDE protocol. (Most BACKPACK drives made
31 parallel port Series 6 IDE protocol. (Most BACKPACK drives made
43 This option enables support for the Commuter parallel port IDE
50 This option enables support for the EP-2000 parallel port IDE
57 This option enables support for the TD-2000 parallel port IDE
65 This option enables support for the TD-3000 parallel port IDE
74 This option enables support for the EPAT parallel port IDE protocol.
[all …]
/openbmc/linux/drivers/auxdisplay/
H A DKconfig64 Depends on Parallel Port support. If you say Y at
74 hex "Parallel port where the LCD is connected"
78 The address of the parallel port where the LCD is connected.
80 The first standard parallel port address is 0x378.
81 The second standard parallel port address is 0x278.
82 The third standard parallel port address is 0x3BC.
88 many parallel ports are present and which address each one has.
101 to the parallel port.
124 For help about how to wire your LCD to the parallel port,
207 tristate "Parallel port LCD/Keypad Panel support"
[all …]
/openbmc/qemu/hw/isa/
H A Disa-superio.c19 #include "hw/char/parallel.h"
24 #include "hw/char/parallel-isa.h"
40 /* Parallel port */ in isa_superio_realize()
41 for (i = 0; i < k->parallel.count; i++) { in isa_superio_realize()
42 if (i >= ARRAY_SIZE(sio->parallel)) { in isa_superio_realize()
43 warn_report("superio: ignoring %td parallel controllers", in isa_superio_realize()
44 k->parallel.count - ARRAY_SIZE(sio->parallel)); in isa_superio_realize()
47 if (!k->parallel.is_enabled || k->parallel.is_enabled(sio, i)) { in isa_superio_realize()
51 name = g_strdup_printf("discarding-parallel%d", i); in isa_superio_realize()
54 name = g_strdup_printf("parallel%d", i); in isa_superio_realize()
[all …]
/openbmc/linux/Documentation/admin-guide/blockdev/
H A Dparide.rst2 Linux and parallel port IDE devices
11 Owing to the simplicity and near universality of the parallel port interface
13 CD-ROM, LS-120 and tape drives use the parallel port to connect to their
15 to pass commands and data through the parallel port interface, most
17 a parallel-port adapter chip added in. Some of the original parallel port
24 the device being addressed via the parallel cable is a standard SCSI
28 of external parallel port devices, however, are now based on standard
30 were to open up a parallel port CD-ROM drive, for instance, one would
32 that interconnected a standard PC parallel port cable and a standard
36 The document describes the support in Linux for parallel port IDE
[all …]
/openbmc/qemu/hw/char/
H A Dparallel-isa.c2 * QEMU Parallel PORT (ISA bus helpers)
16 #include "hw/char/parallel-isa.h"
17 #include "hw/char/parallel.h"
45 void isa_parallel_set_iobase(ISADevice *parallel, hwaddr iobase) in isa_parallel_set_iobase() argument
47 ISAParallelState *s = ISA_PARALLEL(parallel); in isa_parallel_set_iobase()
49 parallel->ioport_id = iobase; in isa_parallel_set_iobase()
54 void isa_parallel_set_enabled(ISADevice *parallel, bool enabled) in isa_parallel_set_enabled() argument
56 portio_list_set_enabled(&ISA_PARALLEL(parallel)->portio_list, enabled); in isa_parallel_set_enabled()
/openbmc/linux/Documentation/sphinx/
H A Dparallel-wrapper.sh12 parallel="$PARALLELISM"
13 if [ -z "$parallel" ] ; then
25 parallel="$auto"
29 if [ -n "$parallel" ] ; then
30 parallel="-j$parallel"
33 exec "$sphinx" $parallel "$@"
/openbmc/linux/Documentation/core-api/
H A Dpadata.rst4 The padata parallel execution mechanism
10 parallel on multiple CPUs while optionally retaining their ordering.
52 parallel cpumask describes which processors will be used to execute jobs
53 submitted to this instance in parallel and a serial cpumask defines which
68 and the 'usable' cpumasks. (Each pair consists of a parallel and a serial
88 void (*parallel)(struct padata_priv *padata);
95 parallel() and serial() functions should be provided. Those functions will
111 serial cpumask, no online CPUs in the parallel or serial cpumasks, or a stopped
115 exactly one call to the above-mentioned parallel() function, on one CPU, so
116 true parallelism is achieved by submitting multiple jobs. parallel() runs with
[all …]
/openbmc/linux/Documentation/networking/
H A Dplip.rst4 PLIP: The Parallel Line Internet Protocol Device
16 This document describes the parallel port packet pusher for Net/LGX.
18 parallel ports to appear as a IP network interface.
23 PLIP is Parallel Line IP, that is, the transportation of IP packages
24 over a parallel port. In the case of a PC, the obvious choice is the
65 that uses the parallel port subsystem of the kernel in order to properly
66 share parallel ports between PLIP and other services.
71 When a parallel port used for a PLIP driver has an IRQ configured to it, the
76 to a certain parallel port, mainly because it is used by some other device.
78 the PLIP driver would constantly poll the parallel port for data waiting,
[all …]
/openbmc/linux/drivers/gpu/drm/ci/
H A Dtest.yml89 parallel: 4
135 parallel: 6
161 parallel: 2
184 parallel: 3
193 parallel: 2
202 parallel: 2
211 parallel: 3
220 parallel: 2
229 parallel: 2
238 parallel: 5
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dimg,parallel-out.txt1 Imagination Technologies Parallel Output Controller
5 - compatible : Compatible list, must contain "img,parallel-out".
22 - resets: Contains a phandle to the parallel out reset signal
28 - interrupts : Contains the parallel out interrupt, if present
32 parallel_out: parallel-out@18100c00 {
33 compatible = "img,parallel-out";
/openbmc/linux/Documentation/input/devices/
H A Djoystick-parport.rst6 Parallel Port Joystick Drivers
20 happen include burning your parallel port, and/or the sticks and joystick
28 that, PCs usually lack the right ports to connect these devices to. Parallel
50 and/or SNES gamepads and/or SNES mice connected to the parallel port at once,
51 the output lines of the parallel port are shared, while one of 5 available
57 The main problem with PC parallel ports is that they don't have +5V power
63 If you want to use the parallel port only, you can take the power is from
71 Unfortunately, there are pads that need a lot more of power, and parallel
73 case, you'll need to use diodes (as a prevention of destroying your parallel
87 Ground is quite easy. On PC's parallel port the ground is on any of the
[all …]
/openbmc/qemu/include/hw/char/
H A Dparallel-isa.h2 * QEMU ISA Parallel PORT emulation
13 #include "parallel.h"
19 #define TYPE_ISA_PARALLEL "isa-parallel"
32 void isa_parallel_set_iobase(ISADevice *parallel, hwaddr iobase);
33 void isa_parallel_set_enabled(ISADevice *parallel, bool enabled);
/openbmc/linux/Documentation/admin-guide/
H A Dparport.rst4 The ``parport`` code provides parallel-port support under Linux. This
13 parallel port and a sound card or network card.
37 PCI parallel I/O card support comes from ``parport_pc``. Base I/O
52 whenever a parallel port device driver (such as ``lp``) is loaded.
56 parallel port.
64 enhanced and now lives with the IEEE 1284 support. When a parallel
94 directory entry for each parallel port for which parport is
96 describing that parallel port.
146 ``base-addr`` Parallel port's base address, or addresses if the port
151 ``irq`` Parallel port's IRQ, or -1 if none is being used.
[all …]
/openbmc/openbmc/meta-arm/
H A D.gitlab-ci.yml132 parallel:
148 parallel:
154 parallel:
164 parallel:
196 parallel:
209 parallel:
218 parallel:
261 parallel:
277 parallel:
292 parallel:
[all …]
/openbmc/linux/include/linux/
H A Dpadata.h32 * @info: Used to pass information from the parallel to the serial function.
33 * @parallel: Parallel execution function.
42 void (*parallel)(struct padata_priv *padata); member
71 * struct padata_cpumask - The cpumasks for the parallel/serial workers
73 * @pcpu: cpumask for the parallel workers.
92 * @cpumask: The cpumasks in use for parallel and serial workers.
156 * @parallel_wq: The workqueue used for parallel work.
159 * @cpumask: User supplied cpumasks for parallel and serial works.
/openbmc/linux/fs/squashfs/
H A DKconfig70 bool "Select the parallel decompression mode during mount"
78 Compile all parallel decompression modes and specify the
83 prompt "Select decompression parallel mode at compile time"
102 bool "Use multiple decompressors for parallel I/O"
106 poor performance on parallel I/O workloads when using multiple CPU
109 If you have a parallel I/O workload and your system has enough memory,
112 This decompressor implementation uses up to two parallel
117 bool "Use percpu multiple decompressors for parallel I/O"
121 poor performance on parallel I/O workloads when using multiple CPU
135 Use threads= to set the decompression parallel mode and the number of threads.
/openbmc/qemu/chardev/
H A Dchar-parallel.c48 #include "chardev/char-parallel.h"
170 error_setg_errno(errp, errno, "not a parallel port"); in qemu_chr_open_pp_fd()
247 ChardevHostdev *parallel = backend->u.parallel.data; in qmp_chardev_open_parallel() local
250 fd = qmp_chardev_open_file_source(parallel->device, O_RDWR, errp); in qmp_chardev_open_parallel()
261 ChardevHostdev *parallel; in qemu_chr_parse_parallel() local
264 error_setg(errp, "chardev: parallel: no device path given"); in qemu_chr_parse_parallel()
268 parallel = backend->u.parallel.data = g_new0(ChardevHostdev, 1); in qemu_chr_parse_parallel()
269 qemu_chr_parse_common(opts, qapi_ChardevHostdev_base(parallel)); in qemu_chr_parse_parallel()
270 parallel->device = g_strdup(device); in qemu_chr_parse_parallel()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/parallel/
H A Dparallel_20241122.bb1 SUMMARY = "GNU Parallel - A shell tool for executing jobs in parallel using one or more computers"
2 DESCRIPTION = "GNU Parallel is a command-line tool for executing jobs in parallel on one or more co…
5 HOMEPAGE = "https://www.gnu.org/software/parallel/"
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drepro-issue-fix-with-cc-crate-hashmap.patch55parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
57parallel/async_executor.rs":"4ce24435fff6b6555b43fee042c16bd65d4150d0346567f246b9190d85b45983","sr…
/openbmc/linux/Documentation/gpu/rfc/
H A Di915_scheduler.rst21 * Merge new parallel submission uAPI
89 New parallel submission uAPI
92 whether a submission is a single context submit or parallel submit isn't known
94 contexts in parallel with the GuC the context must be explicitly registered with
97 bonding uAPI does. Hence the need for a new parallel submission interface. Also
102 The new parallel submission uAPI consists of 3 parts:
105 * A 'set_parallel' extension to configure contexts for parallel
125 A 'set_parallel' extension to configure contexts for parallel submission
127 The 'set_parallel' extension configures a slot for parallel submission of N BBs.
130 similar existing examples. Once a slot is configured for parallel submission the
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_parport.c4 * Comedi driver for standard parallel port
7 * http://retired.beyondlogic.org/spp/parallel.htm
15 * Description: Standard PC parallel port
18 * Devices: [standard] parallel port (comedi_parport)
22 * additional parallel ports from old computers or your neighbors'
26 * 0: I/O port base for the parallel port.
29 * Parallel Port Lines:
245 /* Digial I/O subdevice - Parallel port DATA register */ in parport_attach()
255 /* Digial Input subdevice - Parallel port STATUS register */ in parport_attach()
264 /* Digial Output subdevice - Parallel port CONTROL register */ in parport_attach()
[all …]
/openbmc/linux/arch/x86/crypto/
H A DKconfig95 Processes 16 blocks in parallel.
113 Processes eight blocks in parallel.
127 Processes one or three blocks in parallel.
143 Processes eight blocks in parallel.
159 Processes four blocks in parallel.
176 Processes eight blocks in parallel.
189 Processes 16 blocks in parallel.
257 tristate "Ciphers: Twofish with modes: ECB, CBC (3-way parallel)"
268 Processes three blocks in parallel, better utilizing resources of
287 Processes eight blocks in parallel.
[all …]
/openbmc/linux/drivers/net/plip/
H A DKconfig3 # Parallel Line Internet Protocol (PLIP) network device configuration
7 tristate "PLIP (parallel port) support"
10 PLIP (Parallel Line Internet Protocol) is used to create a
18 The PLIP driver has two modes, mode 0 and mode 1. The parallel
22 bidirectional parallel ports only, which can transmit 8 bits at a

12345678910>>...70