Home
last modified time | relevance | path

Searched refs:a (Results 13951 – 13975 of 20303) sorted by relevance

1...<<551552553554555556557558559560>>...813

/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1395 #define PERF_MEM_S(a, s) \ argument
1396 (((__u64)PERF_MEM_##a##_##s) << PERF_MEM_##a##_SHIFT)
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-cfa10049.dts30 adc0: nau7802@2a {
42 adc1: nau7802@2a {
54 adc2: nau7802@2a {
/openbmc/u-boot/doc/
H A DREADME.ramboot-ppc85xx27 Suppose the board already has a working bootloader on it. And you would
31 - Suppose a platform already has a propreitery bootloader which does not
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A DKconfig9 Almost every USB device needs a firmware, please look into
12 For a complete list of supported USB devices see the LinuxTV DVB Wiki:
15 Say Y if you own a USB DVB device.
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dconfig15 # Q: Should we restrict console access to a small group of user accounts? [N]
83 # Q: Do you have a remote logging host? [N]
101 # Q: Would you like to set a default-deny on TCP Wrappers and xinetd? [N]
/openbmc/openbmc/poky/meta/classes-global/
H A Dpatch.bbclass10 # There is a bug in patch 2.7.3 and earlier where index lines
43 # Double-check that either workdir or S or some directory in-between is a git repository
53 …bb.fatal('PATCHTOOL = "git" set for source tree that is not a git repository. Refusing to continue…
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c155 const depot_stack_handle_t * const a = _a, * const b = _b; in cmphandle() local
157 if (*a < *b) in cmphandle()
159 else if (*a > *b) in cmphandle()
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dmicrel-ksz90x1.txt38 The KSZ9031 hardware supports a range of skew values from negative to
42 difficult to represent a negative number in the devictree.
160 Note that a previous version of the Micrel ksz9021rl/rn Data Sheet
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py81 def reciprocal_divide(a, R): argument
82 t = (a * int(R['m'])) >> 32
83 return (t + ((a - t) >> int(R['sh1']))) >> int(R['sh2'])
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c101 static void string_output_append(StringOutputVisitor *sov, int64_t a) in string_output_append() argument
105 range_set_bounds(r, a, a); in string_output_append()
H A Dtransaction.json186 # Optional arguments to modify the behavior of a Transaction.
189 # Actions will complete or fail as a group. See
203 # Executes a number of transactionable QMP commands atomically. If
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmeson.bbclass130 # Write out a qemu wrapper that will be used as exe_wrapper so that meson
135 # Use a modules directory which doesn't exist so we don't load random things
155 # Tell externalsrc that changes to this file require a reconfigure
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch20 diff --git a/platform/ext/target/arm/corstone1000/fw_update_agent/fwu_agent.c b/platform/ext/target…
22 --- a/platform/ext/target/arm/corstone1000/fw_update_agent/fwu_agent.c
37 /* Properties of image in a bank */
/openbmc/u-boot/arch/arm/dts/
H A Dstm32f746-disco.dts11 * licensing only applies to this file, and not this project as a
14 * a) This file is free software; you can redistribute it and/or
27 * obtaining a copy of this software and associated documentation
H A Dsun8i-a33-sinlinx-sina33.dts8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
H A Dsun8i-reference-design-tablet.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
22 * obtaining a copy of this software and associated documentation
H A Dstm32h743-pinctrl.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
22 * obtaining a copy of this software and associated documentation
/openbmc/linux/drivers/net/ethernet/sun/
H A Dldmvsw.c174 u64 a; in vsw_get_vnet() local
177 mdesc_for_each_arc(a, hp, port_node, MDESC_ARC_TYPE_BACK) { in vsw_get_vnet()
178 u64 target = mdesc_arc_target(hp, a); in vsw_get_vnet()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1395 #define PERF_MEM_S(a, s) \ argument
1396 (((__u64)PERF_MEM_##a##_##s) << PERF_MEM_##a##_SHIFT)
/openbmc/u-boot/lib/libavb/
H A Davb_sha512.c58 #define SHA512_EXP(a, b, c, d, e, f, g, h, j) \ argument
62 t2 = SHA512_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \
/openbmc/linux/drivers/staging/fbtft/
H A DKconfig121 Say Y if you have such a display that utilizes this controller.
171 displays with a resolution of up to 320x240 pixels.
173 Say Y if you have such a display that utilizes this controller.
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dmps2.dtsi8 * licensing only applies to this file, and not this project as a
11 * a) This file is free software; you can redistribute it and/or
24 * obtaining a copy of this software and associated documentation
/openbmc/qemu/crypto/
H A Dcipher-gcrypt.c.inc16 * You should have received a copy of the GNU Lesser General Public
134 error_setg(errp, "Length %zu must be a multiple of block size %zu",
156 error_setg(errp, "Length %zu must be a multiple of block size %zu",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch6 We can't use AC_TRY_RUN to run programs in a cross compile
30 diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
32 --- a/ext/opcache/config.m4
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DDOC5 …opyrighting it yourself or claiming authorship of the DOC software code, in a way that will preven…
7 …ies of design, merchantability, and fitness for a particular purpose, noninfringement, or arising …

1...<<551552553554555556557558559560>>...813