Home
last modified time | relevance | path

Searched refs:a (Results 17926 – 17950 of 22310) sorted by relevance

1...<<711712713714715716717718719720>>...893

/openbmc/linux/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S451 .macro ADD_IF_GE a, b, c, d
452 mov \a, RTA
455 cmovge RTA, \a
/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_dev.c28 __le32 a; member
224 to_send.a = cpu_to_le32(delay); in ssp_enable_sensor()
286 to_send.a = cpu_to_le32(delay); in ssp_change_delay()
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-ap80x.dtsi35 * This area matches the mapping done with a
315 * Only one thermal zone per AP/CP may trigger interrupts at a time, the
316 * first one that will have a critical trip point will be chosen.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.4.rst65 - gstreamer1.0: skip a test that is known to be flaky
89 - ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
94 - tzdata : Upgrade to 2024a
/openbmc/openbmc-test-automation/redfish/task_service/
H A Dtest_tasks_service.robot48 # Verify CompletedTaskOverWritePolicy is a valid value.
76 [Documentation] Trigger a Redfish event that generates task instance and
118 # Trigger a Redfish event that generates task instance.
/openbmc/qemu/target/sh4/
H A Dop_helper.c143 uint32_t a = (*current)->address; in helper_ocbi() local
144 if ((a & ~0x1F) == (address & ~0x1F)) in helper_ocbi()
147 cpu_stl_data(env, a, (*current)->value); in helper_ocbi()
/openbmc/linux/drivers/cxl/
H A Dcxlmem.h179 #define C(a, b, c) CXL_MBOX_CMD_RC_##a argument
182 #define C(a, b, c) { b, c } argument
/openbmc/openbmc/poky/meta/classes/
H A Dspdx-common.bbclass78 # Transform the license array to a dictionary
136 # required because while a task can deptask on itself, those dependencies
151 # NOTE: depending on do_unpack is a hack that is necessary to get it's dependencies for archive the…
H A Dtoaster.bbclass45 """ Some layers have a different name on openembedded.org site,
118 Dumps the data about the packages created by a recipe
179 with open(toaster_statlist_file, "a") as fout:
305 # so the file entries ('syms', 'dirs', 'files') for a target will be
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/
H A Dwebmin_1.850.bb63 …find . -name "config-*" -a \! -name "config-generic-linux" -a \! -name "config-ALL-linux" -a \! -n…
/openbmc/qemu/hw/intc/
H A Dsifive_plic.c52 static uint32_t atomic_set_masked(uint32_t *a, uint32_t mask, uint32_t value) in atomic_set_masked() argument
54 uint32_t old, new, cmp = qatomic_read(a); in atomic_set_masked()
59 cmp = qatomic_cmpxchg(a, old, new); in atomic_set_masked()
/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c19 #define alt_jtag_io(a, b, c)\ argument
20 astate->config->jtag_io(astate->config->dev, a, b, c);
22 #define alt_malloc(a) kzalloc(a, GFP_KERNEL); argument
/openbmc/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S142 movel %d5,%d7 | ...a copy of D5
187 movel %d2,%d7 | ...a copy of D2
287 movel %d2,%d7 | ...a copy of D2
383 bra t_avoid_unsupp |check for denorm as a
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch104 readelf: Error: the PHDR segment is not covered by a LOAD segment
145 +readelf: Error: the PHDR segment is not covered by a LOAD segment
193 diff --git a/ld.hugetlbfs b/ld.hugetlbfs
195 --- a/ld.hugetlbfs
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-r40.dtsi7 * licensing only applies to this file, and not this project as a
10 * a) This file is free software; you can redistribute it and/or
23 * obtaining a copy of this software and associated documentation
276 * and need a higher signal drive strength
H A Ddra72-evm-common.dtsi103 type = "a";
299 * requires a different configuration by U-Boot.
412 * is a viable alternative
455 * for a valid file to boot and the flash here is
H A Dsalvator-common.dtsi80 type = "a";
186 type = "a";
197 type = "a";
449 port@a {
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLAL-1.330 Cette licence a pour objet de définir les conditions selon lesquelles vous pouvez jouir librement d…
71 La LAL n’a pas pour objet de nier vos droits d’auteur sur votre contribution ni vos droits connexes…
78 Cette licence a pour durée la durée des droits d’auteur attachés à l’œuvre. Si vous ne respectez pa…
82 …ispositions contenues dans la version de la LAL sous laquelle la copie vous a été communiquée ou a…
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c624 uint64_t HELPER(xpaci)(CPUARMState *env, uint64_t a) in HELPER()
626 return pauth_strip(env, a, false); in HELPER()
629 uint64_t HELPER(xpacd)(CPUARMState *env, uint64_t a) in HELPER()
631 return pauth_strip(env, a, true); in HELPER()
/openbmc/linux/tools/bpf/bpftool/
H A Dfeature.c1040 #define capability_msg(a, i) a[i].set ? "" : a[i].name, a[i].set ? "" : ", " argument
/openbmc/linux/drivers/usb/serial/
H A Doti6858.c113 #define OTI6858_CTRL_EQUALS_PENDING(a, priv) \ argument
114 (((a)->divisor == (priv)->pending_setup.divisor) \
115 && ((a)->control == (priv)->pending_setup.control) \
116 && ((a)->frame_fmt == (priv)->pending_setup.frame_fmt))
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Ddra72-evm-common.dtsi111 type = "a";
312 * requires a different configuration by U-Boot.
426 * is a viable alternative
488 * for a valid file to boot and the flash here is
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-ux500-samsung-golden.dts17 * There is a port of (mainline) U-Boot, see
116 * modes due to a limitation of the SD level translator:
289 touchscreen@4a {
715 /* Hog a few default settings */
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-gw551x.dtsi6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
19 * You should have received a copy of the GNU General Public
27 * obtaining a copy of this software and associated documentation
/openbmc/linux/arch/sparc/lib/
H A DNGmemcpy.S42 #define LOAD(type,addr,dest) type##a [addr] 0x80, dest
180 blu,a,pn %XCC, 80f
396 ba,a,pt %XCC, 90f
458 ba,a,pt %xcc, 73b

1...<<711712713714715716717718719720>>...893