/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-stm32f7.c | 466 u16 p, l, a, h; in stm32f7_i2c_compute_timing() local 527 for (a = 0; a < STM32F7_SDADEL_MAX; a++) { in stm32f7_i2c_compute_timing() 528 u32 sdadel = (a * (p + 1) + 1) * i2cclk; in stm32f7_i2c_compute_timing() 541 v->sdadel = a; in stm32f7_i2c_compute_timing()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | a64.decode | 15 # You should have received a copy of the GNU Lesser General Public 218 # Our DGL is a NOP because we don't merge memory accesses anyway. 441 # PRFM : prefetch memory: a no-op for QEMU 507 &atomic rs rn rt a r sz 508 @atomic sz:2 ... . .. a:1 r:1 . rs:5 . ... .. rn:5 rt:5 &atomic 618 # Each of these comes in a set of three, eg SETP (prologue), SETM (main),
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | repository.c | 532 u64 a; in ps3_repository_find_reg() local 536 repo->dev_index, res_index, &t, &a, &l); in ps3_repository_find_reg() 545 *bus_addr = a; in ps3_repository_find_reg()
|
/openbmc/linux/net/ipv6/ |
H A D | datagram.c | 36 static bool ipv6_mapped_addr_any(const struct in6_addr *a) in ipv6_mapped_addr_any() argument 38 return ipv6_addr_v4mapped(a) && (a->s6_addr32[3] == 0); in ipv6_mapped_addr_any()
|
/openbmc/linux/drivers/pcmcia/ |
H A D | rsrc_nonstatic.c | 298 int i, a = 0, b = -1, d; in checksum() local 313 a += d; in checksum() 326 *value = a; in checksum()
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_general.robot | 252 # Generate a random power cap value within the allowable range. 282 # Generate a random power cap value within the allowable range. 301 # Perform a comparison of power cap values obtained from both IPMI and Redfish.
|
H A D | test_ipmi_sensor.robot | 228 [Documentation] Get IPMI sensor readings as a dictionary. 252 [Documentation] Get DCMI sensor readings as a dictionary. 478 ... Returns a list of available sensors.
|
/openbmc/linux/net/openvswitch/ |
H A D | flow.c | 1080 const struct nlattr *a[OVS_KEY_ATTR_MAX + 1]; in ovs_flow_key_extract_userspace() local 1084 err = parse_flow_nlattrs(attr, a, &attrs, log); in ovs_flow_key_extract_userspace() 1089 err = ovs_nla_get_flow_metadata(net, a, attrs, key, log); in ovs_flow_key_extract_userspace()
|
/openbmc/linux/drivers/base/ |
H A D | platform.c | 1303 static umode_t platform_dev_attrs_visible(struct kobject *kobj, struct attribute *a, in platform_dev_attrs_visible() argument 1308 if (a == &dev_attr_numa_node.attr && in platform_dev_attrs_visible() 1312 return a->mode; in platform_dev_attrs_visible()
|
/openbmc/linux/arch/arm/mach-tegra/ |
H A D | sleep-tegra30.S | 81 .arch armv7-a 232 subs r3, r3, #1 @ delay as a part of wfe war. 234 cpsid a @ disable imprecise aborts.
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unaligned.c | 36 # define DPRINT(a...) do { printk("%s %u: ", __func__, __LINE__); printk (a); } while (0) argument 51 # define DPRINT(a...) argument
|
/openbmc/linux/sound/pci/lx6464es/ |
H A D | lx_core.c | 133 #define CMD_NAME(a) a argument 135 #define CMD_NAME(a) NULL argument
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20-colibri.dtsi | 285 uart-a { 291 uart-a-dsr { 296 uart-a-dcd {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imagemagick/ |
H A D | imagemagick_7.1.1-43.bb | 4 DESCRIPTION = "ImageMagick is a collection of tools for displaying, converting, and \ 52 FILES:${PN}-dev += "${libdir}/ImageMagick-${BASE_PV}/modules-Q16/*/*.a" 104 CVE_STATUS[CVE-2007-1667] = "cpe-incorrect: CVE should not include a CPE for imagemagick"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 257.out | 5241 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'incremental' syn… 5244 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'incremental' syn… 5247 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'incremental' syn… 5250 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'incremental' syn… 5273 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'bitmap' sync mod… 5276 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'bitmap' sync mod… 5279 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'bitmap' sync mod… 5282 {"error": {"class": "GenericError", "desc": "must provide a valid bitmap name for 'bitmap' sync mod… 5297 {"error": {"class": "GenericError", "desc": "Bitmap sync mode must be given when providing a bitmap… 5302 {"error": {"class": "GenericError", "desc": "Cannot specify bitmap sync mode without a bitmap"}} [all …]
|
/openbmc/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 658 #define NPCM7XX_SFUNC(a) NPCM7XX_FUNC(a, #a) argument 659 #define NPCM7XX_FUNC(a, b...) static const char *a ## _grp[] = { b } argument 903 #define NPCM7XX_PINCFG(a, b, c, d, e, f, g, h, i, j, k) \ argument 904 [a] = { .fn0 = fn_ ## b, .reg0 = NPCM7XX_GCR_ ## c, .bit0 = d, \
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.sa | 262 dc.l $0000661a,$60140c01,$00036608,$61ff0000 272 dc.l $0000657a,$60140c01,$00036608,$61ff0000 299 dc.l $4280102e,$ff634a01,$660861ff,$0000384a 489 dc.l $0000557c,$600661ff,$0000476a,$4cee0303 578 dc.l $0000282a,$4cee0303,$ff9cf22e,$9800ff60 733 dc.l $0000493a,$60220c01,$00026608,$61ff0000 769 dc.l $0000486a,$60220c01,$00026608,$61ff0000 841 dc.l $60000240,$0c814004,$bc7e6d04,$6000027a 991 dc.l $d030f200,$9000f200,$042060ff,$0000357a 1119 dc.l $00003fff,$0000973a,$b94419d2,$a08b0000 [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 1191 #define SIGNED_EVEN(a, df) \ argument 1192 ((((int64_t)(a)) << (64 - DF_BITS(df) / 2)) >> (64 - DF_BITS(df) / 2)) 1194 #define UNSIGNED_EVEN(a, df) \ argument 1195 ((((uint64_t)(a)) << (64 - DF_BITS(df) / 2)) >> (64 - DF_BITS(df) / 2)) 1197 #define SIGNED_ODD(a, df) \ argument 1198 ((((int64_t)(a)) << (64 - DF_BITS(df))) >> (64 - DF_BITS(df) / 2)) 1200 #define UNSIGNED_ODD(a, df) \ argument 1201 ((((uint64_t)(a)) << (64 - DF_BITS(df))) >> (64 - DF_BITS(df) / 2)) 2231 #define SIGNED_EXTRACT(e, o, a, df) \ argument 2233 e = SIGNED_EVEN(a, df); \ [all …]
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | tgafb.c | 432 min_diff = delta, vm = m, va = a, vr = r; \ 440 int r,a,m,vm = 34, va = 1, vr = 30; local 491 a = 0; 496 if ((a = n % 6))
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_manager_test.cpp | 255 "Message": "PS had a PGOOD Fault" in TEST_F() 268 "Message": "This is a generic SRC" in TEST_F() 1074 "Message": "PS had a PGOOD Fault" in TEST_F() 1160 "Message": "Fan had a Fault" in TEST_F()
|
/openbmc/linux/drivers/net/can/ |
H A D | grcan.c | 364 static inline u32 grcan_ring_add(u32 a, u32 b, u32 size) in grcan_ring_add() argument 366 u32 sum = a + b; in grcan_ring_add() 375 static inline u32 grcan_ring_sub(u32 a, u32 b, u32 size) in grcan_ring_sub() argument 377 return grcan_ring_add(a, size - b, size); in grcan_ring_sub()
|
/openbmc/linux/drivers/virt/vboxguest/ |
H A D | vboxguest_core.c | 21 #define VBG_IOCTL_HGCM_CALL_PARMS(a) \ argument 23 (u8 *)(a) + sizeof(struct vbg_ioctl_hgcm_call))) 25 #define VBG_IOCTL_HGCM_CALL_PARMS32(a) \ argument 27 (u8 *)(a) + sizeof(struct vbg_ioctl_hgcm_call)))
|
/openbmc/linux/include/uapi/linux/ |
H A D | videodev2.h | 81 #define v4l2_fourcc(a, b, c, d)\ argument 82 ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24)) 83 #define v4l2_fourcc_be(a, b, c, d) (v4l2_fourcc(a, b, c, d) | (1U << 31)) argument
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_fp.c | 54 #define ABS_DIFF(a, b) (((a) > (b)) ? ((a) - (b)) : ((b) - (a))) argument
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | bmac.c | 164 dbdma_st32(volatile __u32 __iomem *a, unsigned long x) in dbdma_st32() argument 166 __asm__ volatile( "stwbrx %0,0,%1" : : "r" (x), "r" (a) : "memory"); in dbdma_st32() 170 dbdma_ld32(volatile __u32 __iomem *a) in dbdma_ld32() argument 173 __asm__ volatile ("lwbrx %0,0,%1" : "=r" (swap) : "r" (a)); in dbdma_ld32()
|