Home
last modified time | relevance | path

Searched refs:a (Results 10651 – 10675 of 22321) sorted by relevance

1...<<421422423424425426427428429430>>...893

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzcmop.c.inc15 * You should have received a copy of the GNU General Public License along with
25 static bool trans_c_mop_n(DisasContext *ctx, arg_c_mop_n *a)
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch2066 - /* If you have a better idea for a default value let me know. */
3460 - to a default value. */
3674 - :a
3802 -/* We need a sign, whether a new catalog was loaded, which can be associated
4168 - /* It is a reasonable approach to use a fix buffer here because
4421 -libintl.a: $(OBJECTS)
4438 -# We must not install the libintl.h/libintl.a files if we are on a
4454 - $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
4603 - :a
4868 - :a
[all …]
/openbmc/linux/drivers/usb/storage/
H A Dsddr09.c189 int i, j, a; in nand_init_ecc() local
196 a = 0; in nand_init_ecc()
200 a ^= 0x04; in nand_init_ecc()
202 a ^= 0x10; in nand_init_ecc()
204 a ^= 0x40; in nand_init_ecc()
207 ecc2[i] = ~(a ^ (a<<1) ^ (parity[i] ? 0xa8 : 0)); in nand_init_ecc()
213 int i, j, a; in nand_compute_ecc() local
226 a = (bits[3] << 6) + (bits[2] << 4) + (bits[1] << 2) + bits[0]; in nand_compute_ecc()
227 ecc[0] = ~(a ^ (a<<1) ^ (parity[par] ? 0xaa : 0)); in nand_compute_ecc()
229 a = (bits[7] << 6) + (bits[6] << 4) + (bits[5] << 2) + bits[4]; in nand_compute_ecc()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dhub.fuc5 * Permission is hereby granted, free of charge, to any person obtaining a
219 // handler, pulls a command from the queue and executes its handler
277 // request to set current channel? (*not* a context switch)
339 // enqueue a context switch for later processing
418 // Waits for a ctx_4170s() call to complete
426 // Disables various things, waits a bit, and re-enables them..
428 // Not sure how exactly this helps, perhaps "ENABLE" is not such a
467 // ctx_load - load's a channel's ctxctl data, and selects its vm
570 // execute a single list entry
599 // on save it means: "a load will follow this save"
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dfont-awesome.min.css33a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.na…
/openbmc/qemu/hw/net/
H A Dftgmac100.c739 return (s->conf.macaddr.a[0] << 8) | s->conf.macaddr.a[1]; in ftgmac100_read()
741 return ((uint32_t) s->conf.macaddr.a[2] << 24) | in ftgmac100_read()
742 (s->conf.macaddr.a[3] << 16) | (s->conf.macaddr.a[4] << 8) | in ftgmac100_read()
743 s->conf.macaddr.a[5]; in ftgmac100_read()
798 s->conf.macaddr.a[0] = value >> 8; in ftgmac100_write()
799 s->conf.macaddr.a[1] = value; in ftgmac100_write()
802 s->conf.macaddr.a[2] = value >> 24; in ftgmac100_write()
803 s->conf.macaddr.a[3] = value >> 16; in ftgmac100_write()
804 s->conf.macaddr.a[4] = value >> 8; in ftgmac100_write()
805 s->conf.macaddr.a[5] = value; in ftgmac100_write()
[all …]
/openbmc/qemu/block/
H A Dquorum.c69 bool (*compare)(QuorumVoteValue *a, QuorumVoteValue *b);
156 return !memcmp(a->h, b->h, HASH_LENGTH); in quorum_sha256_compare()
161 return a->l == b->l; in quorum_64bits_compare()
427 static bool quorum_iovec_compare(QEMUIOVector *a, QEMUIOVector *b) in quorum_iovec_compare() argument
432 assert(a->niov == b->niov); in quorum_iovec_compare()
433 for (i = 0; i < a->niov; i++) { in quorum_iovec_compare()
434 assert(a->iov[i].iov_len == b->iov[i].iov_len); in quorum_iovec_compare()
435 result = memcmp(a->iov[i].iov_base, in quorum_iovec_compare()
437 a->iov[i].iov_len); in quorum_iovec_compare()
453 offset = qemu_iovec_compare(a, b); in quorum_compare()
[all …]
/openbmc/u-boot/board/freescale/t104xrdb/
H A DREADME3 The T1040RDB is a Freescale reference board that hosts the T1040 SoC
7 The T1042RDB is a Freescale reference board that hosts the T1042 SoC
8 (and variants). The board is similar to T1040RDB, T1040 is a reduced
11 The T1042RDB_PI is a Freescale reference board that hosts the T1042 SoC.
12 (a personality of T1040 SoC). The board is similar to T1040RDB but is
15 The T1040D4RDB is a Freescale reference board that hosts the T1040 SoC.
19 The T1042D4RDB is a Freescale reference board that hosts the T1042 SoC.
45 - Four e5500 cores, each with a private 256 KB L2 cache
87 T1022 is a reduced personality of T1040 with less core/clusters.
90 T1042 is a reduced personality of T1040 without Integrated 8-port Gigabit
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass89 with open(os.path.join(logfile), "a") as f:
169 with open(logfile, "a") as f:
188 # bitbake fires HeartbeatEvent even before a build has been
201 # a one time warning.
214 with open(build_time, "a") as f:
225 with open(build_time, "a") as f:
241 with open(os.path.join(taskdir, e.task), "a") as f:
249 with open(bs, "a") as f:
260 # Can have a failure before TaskStarted so need to mkdir here too
269 with open(build_status, "a") as f:
/openbmc/linux/sound/soc/sof/
H A DKconfig7 Say Y if you have such a device that is supported by SOF.
63 'select' statements at a higher level.
70 'select' statements at a higher level.
89 This option forces the use of a probe workqueue, which is only used
102 This adds support for a dummy/nocodec machine driver fallback
143 This adds support for a dummy/nocodec machine driver fallback
157 though there is a codec detected on the real platform. This is
215 This option enables a separate client device for IPC flood test
269 'select' statements at a higher level.
278 'select' statements at a higher level.
/openbmc/linux/drivers/iommu/intel/
H A Diommu.h149 #define dmar_readq(a) readq(a) argument
150 #define dmar_writeq(a,v) writeq(v,a) argument
151 #define dmar_readl(a) readl(a) argument
152 #define dmar_writel(a, v) writel(v, a) argument
446 #define QI_DEV_EIOTLB_ADDR(a) ((u64)(a) & VTD_PAGE_MASK) argument
/openbmc/openbmc/poky/meta/recipes-core/ovmf/
H A Dovmf_git.bb9 # Enabling Secure Boot adds a dependency on OpenSSL and implies
94 …-e '/^APPLICATION/a CC = ${CC}\nCXX = ${CXX}\nAS = ${AS}\nAR = ${AR}\nLD = ${LD}\nLINKER = $(CC)' \
98 -e '/^VFR_CPPFLAGS/a CC = ${CC}\nCXX = ${CXX}\nAS = ${AS}\nAR = ${AR}\nLD = ${LD}' \
115 -e '/^LINKER/a LFLAGS += ${BUILD_LDFLAGS}\nCFLAGS += ${BUILD_CFLAGS}' \
136 # --debug-prefix-map to nasm (we carry a patch to nasm for this). The
193 # ${WORKDIR}/ovmf is a well-known location where do_install and
207 …${S}/OvmfPkg/build.sh $PARALLEL_JOBS -a $OVMF_ARCH -b RELEASE -t ${FIXED_GCCVER} ${PACKAGECONFIG_C…
217 …${S}/OvmfPkg/build.sh $PARALLEL_JOBS -a $OVMF_ARCH -b RELEASE -t ${FIXED_GCCVER} ${PACKAGECONFIG_C…
242 # can always be part of a world build.
270 # Create a test Platform Key and first Key Exchange Key to use with EnrollDefaultKeys
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-damon17 Description: Writing a number 'N' to this file creates the number of
46 Description: Writing a number 'N' to this file creates the number of
59 Description: Writing a keyword for a monitoring operations set ('vaddr' for
79 Description: Writing a value to this file sets the aggregation interval of
86 Description: Writing a value to this file sets the update interval of the
94 Description: Writing a value to this file sets the minimum number of
101 Description: Writing a value to this file sets the maximum number of
108 Description: Writing a number 'N' to this file creates the number of
122 Description: Writing a number 'N' to this file creates the number of
144 Description: Writing a number 'N' to this file creates the number of
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v11_0.c754 fixed20_12 a; in dce_v11_0_dram_bandwidth() local
783 fixed20_12 a; in dce_v11_0_dram_bandwidth_for_display() local
812 fixed20_12 a; in dce_v11_0_data_return_bandwidth() local
841 fixed20_12 a, b; in dce_v11_0_dmif_request_bandwidth() local
896 fixed20_12 a; in dce_v11_0_average_bandwidth() local
932 fixed20_12 a, b, c; in dce_v11_0_latency_watermark() local
937 a.full = dfixed_const(2); in dce_v11_0_latency_watermark()
949 a.full = dfixed_div(a, b); in dce_v11_0_latency_watermark()
959 a.full = dfixed_div(a, b); in dce_v11_0_latency_watermark()
1024 fixed20_12 a; in dce_v11_0_check_latency_hiding() local
[all …]
/openbmc/linux/Documentation/networking/dsa/
H A Db53.rst7 The Broadcom RoboSwitch Ethernet switch family is used in quite a range of
16 The driver is located in ``drivers/net/dsa/b53/`` and is implemented as a
20 The switch is, if possible, configured to enable a Broadcom specific 4-bytes
22 CPU interface, conversely, the CPU network interface should insert a similar
43 Older models (5325, 5365) support a different tag format that is not supported
46 switch need a different configuration.
/openbmc/linux/Documentation/hwmon/
H A Dds1621.rst64 The DS1621 is a (one instance) digital thermometer and thermostat. It has
67 degree Celsius to +125 in 0.5 increments. You may convert this into a
80 A second thing is that, during extensive testing, Tout showed a tolerance
82 readings. Be sure to have a high vs. low temperature limit gap of al least
205 user input, via a step function. Reading back the 'update_interval' value
206 after a write operation provides the conversion time used by the device.
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DTLWG78 You should have received a copy of the GNU General Public License
82 As a special exception, if you create a document which uses this font,
104 Bitstream Vera is a trademark of Bitstream, Inc.
109 a copy of the fonts accompanying this license ("Fonts") and associated
130 The Font Software may be sold as part of a larger software package
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmpic.txt53 configuration registers to a sane state-- masked or
71 non-IPI interrupts to a single CPU at a time (EG: Freescale MPIC).
112 MPIC a block of registers referred to as
192 * Definition of a node defining the 4
207 * Definition of a node defining the MPIC
/openbmc/u-boot/arch/arm/dts/
H A Darmada-38x-controlcenterdc.dts155 lm77@4a {
294 mv88e1240@a {
342 mv88e1240@1a {
398 mv88e1240@a {
446 mv88e1240@1a {
502 mv88e1240@a {
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Duserp.rst54 driver swaps memory pages within physical memory to create a continuous
72 For capturing applications it is customary to enqueue a number of empty
74 application waits until a filled buffer can be dequeued, and re-enqueues
95 both queues and unlocks all buffers as a side effect. Since there is no
96 notion of doing anything "now" on a multitasking system, if an
112 a buffer will be soon enqueued again. On the other hand, to optimize
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ts-newlib/
H A D0001-newlib-memcpy-remove-optimized-version.patch9 trough a data-abort on aligned address exception.
22 diff --git a/newlib/libc/machine/aarch64/memcpy-stub.c b/newlib/libc/machine/aarch64/memcpy-stub.c
24 --- a/newlib/libc/machine/aarch64/memcpy-stub.c
33 diff --git a/newlib/libc/machine/aarch64/memcpy.S b/newlib/libc/machine/aarch64/memcpy.S
35 --- a/newlib/libc/machine/aarch64/memcpy.S
127 - /* Copy 0..3 bytes. Use a branchless sequence that copies the same
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0006-Handle-noisy-netlink-sockets.patch7 when netlink indicates that there has been a change. This causes
19 2) Confirming that the interface has been changed in a way
83 - // detected. If this ever proves to be a performance issue in a multi-homed
240 // can call it in response to a SIGHUP (mainly for debugging purposes).
244 - // This is a pretty heavyweight way to process interface changes --
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drust-common.bbclass45 rust/mk/cfg/* for a list)
92 # This is a gross over simplification as there are other modes but
113 # wrappers to get around the fact that Rust needs a single
142 # Apply a required subset of CC crate compiler flags
143 # when we build a target recipe for a non-bare-metal target.
/openbmc/qemu/tests/qemu-iotests/
H A D112.out6 qemu-img: TEST_DIR/t.IMGFMT: Refcount width must be a power of two and may not exceed 64 bits
8 qemu-img: TEST_DIR/t.IMGFMT: Refcount width must be a power of two and may not exceed 64 bits
10 qemu-img: TEST_DIR/t.IMGFMT: Refcount width must be a power of two and may not exceed 64 bits
12 qemu-img: TEST_DIR/t.IMGFMT: Refcount width must be a power of two and may not exceed 64 bits
113 qemu-img: Cannot decrease refcount entry width to 1 bits: Cluster at offset 0x50000 has a refcount …
126 Use qemu-img amend to increase the refcount entry width or qemu-img convert to create a clean copy …
/openbmc/linux/drivers/net/ethernet/marvell/
H A DKconfig11 If you have a network (Ethernet) card belonging to this class, say Y.
110 To compile this driver as a module, choose M here. The module
119 and related Gigabit Ethernet adapters. It is a new smaller driver
129 It does not support the newer Yukon2 chipset: a separate driver,
132 To compile this driver as a module, choose M here: the module
167 To compile this driver as a module, choose M here: the module

1...<<421422423424425426427428429430>>...893