/openbmc/linux/ |
H A D | CREDITS | 254 S: ul. Koscielna 12a 1010 S: Skvoznoy per., 14a 1100 S: Bueltenweg 27a 1935 S: Botanicka' 68a 1970 S: 26a Sheen Road 2612 S: Schießstandstr. 3a 3157 S: Universidade da Coruña 3159 S: A Coruña 3847 D: Author of a German book on Linux 4119 S: Alte Regensburger Str. 11a [all …]
|
/openbmc/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-css-params.c | 11 #define DIV_ROUND_CLOSEST_DOWN(a, b) (((a) + ((b) / 2) - 1) / (b)) argument 12 #define roundclosest_down(a, b) (DIV_ROUND_CLOSEST_DOWN(a, b) * (b)) argument 2259 acc->tcc.macc_table.entries[i].a = 1024; in imgu_css_cfg_acc() 2805 xnr_vmem->a[i] = imgu_css_xnr3_vmem_defaults.a in imgu_css_cfg_vmem0()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am33xx-l4.dtsi | 121 target-module@3000 { /* 0x44e03000, ap 10 0a.0 */ 1152 target-module@2a000 { /* 0x4802a000, ap 14 2a.0 */ 1660 target-module@8e000 { /* 0x4818e000, ap 44 0a.0 */ 1668 target-module@9c000 { /* 0x4819c000, ap 46 5a.0 */ 1810 target-module@aa000 { /* 0x481aa000, ap 52 1a.0 */ 1875 gpio3_target: target-module@ae000 { /* 0x481ae000, ap 56 3a.0 */ 2224 target-module@e000 { /* 0x4830e000, ap 72 4a.0 */
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 2410 return a >= 0 && a <= S32_MAX; in __reg32_bound_s64() 2455 return a >= S32_MIN && a <= S32_MAX; in __reg64_bound_s32() 2460 return a >= U32_MIN && a <= U32_MAX; in __reg64_bound_u32() 12103 return res > a; in signed_add_overflows() 12104 return res < a; in signed_add_overflows() 12113 return res > a; in signed_add32_overflows() 12114 return res < a; in signed_add32_overflows() 12123 return res < a; in signed_sub_overflows() 12124 return res > a; in signed_sub_overflows() 12133 return res < a; in signed_sub32_overflows() [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 889 for a in old: 890 if a in new: 891 common[a] = 1
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops2.c | 69 #define xorl(a,b) ((a) && !(b)) || (!(a) && (b)) argument
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun50i-a64.dtsi | 8 * 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/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 11 # Phosphor OpenBMC supports a fixed partition mtd layout, 12 # A dynamic mtd with ubi layout, and a tar file for use with 621 # Generate a compressed ext4 filesystem with the fitImage file in it to be
|
/openbmc/openbmc/poky/scripts/ |
H A D | combo-layer | 636 a = arg.split(':', 1) 637 revisions[a[0]] = a[1]
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sunxi-h3-h5.dtsi | 6 * 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/Documentation/netlink/specs/ |
H A D | rt_link.yaml | 1249 doc: Create a new link. 1292 doc: Get / dump information about a link. 1390 doc: Set information about a link.
|
/openbmc/linux/drivers/vhost/ |
H A D | vringh.c | 339 u64 a = vringh64_to_cpu(vrh, desc.addr); in __vringh_iov() local 343 if (!rcheck(vrh, a, &len, &range, getrange)) { in __vringh_iov() 354 addr = (void *)(long)(a + range.offset); in __vringh_iov()
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8710b.c | 955 priv->ofdm_tx_power_diff[0].a = efuse->tx_power_index_A.ht20_ofdm_1s_diff.a; in rtl8710bu_parse_efuse() 956 priv->ht20_tx_power_diff[0].a = efuse->tx_power_index_A.ht20_ofdm_1s_diff.b; in rtl8710bu_parse_efuse()
|
/openbmc/linux/lib/zstd/compress/ |
H A D | huf_compress.c | 464 static void HUF_swapNodes(nodeElt* a, nodeElt* b) { in HUF_swapNodes() argument 465 nodeElt tmp = *a; in HUF_swapNodes() 466 *a = *b; in HUF_swapNodes()
|
/openbmc/linux/drivers/block/ |
H A D | ataflop.c | 415 #define DPRINT(a) printk a argument 417 #define DPRINT(a) argument
|
/openbmc/linux/drivers/memory/tegra/ |
H A D | tegra30-emc.c | 944 const struct emc_timing *a = _a; in cmp_timings() local 947 if (a->rate < b->rate) in cmp_timings() 950 if (a->rate > b->rate) in cmp_timings()
|
/openbmc/linux/fs/fat/ |
H A D | dir.c | 255 const unsigned char *a, int a_len, in fat_name_match() argument 262 return !nls_strnicmp(sbi->nls_io, a, b, a_len); in fat_name_match() 264 return !memcmp(a, b, a_len); in fat_name_match()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-librem5.dtsi | 1027 accel_gyro: accel-gyro@6a { 1041 codec: audio-codec@1a { 1150 bq25895: charger@6a {
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.c | 462 #define RANGE(reg, a) ((reg)[(a) + 1] - (reg)[(a)] + 1) argument
|
/openbmc/linux/arch/sparc/lib/ |
H A D | U1memcpy.S | 121 ba,a,pt %xcc, 93f; 257 blu,a,pn %XCC, 80f 635 ba,a,pt %xcc, 73b
|
/openbmc/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 49 #define C(a, b) OPTIDX_##a argument 56 #define C(a, b) b argument
|
/openbmc/libmctp/tests/ |
H A D | test_astlpc.c | 34 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 473 struct drm_dp_allocate_payload *a = in drm_dp_decode_sideband_req() local 476 a->number_sdp_streams = buf[idx] & 0xf; in drm_dp_decode_sideband_req() 477 a->port_number = (buf[idx] >> 4) & 0xf; in drm_dp_decode_sideband_req() 480 a->vcpi = buf[idx] & 0x7f; in drm_dp_decode_sideband_req() 482 a->pbn = buf[++idx] << 8; in drm_dp_decode_sideband_req() 483 a->pbn |= buf[++idx]; in drm_dp_decode_sideband_req() 486 for (i = 0; i < a->number_sdp_streams; i++) { in drm_dp_decode_sideband_req() 487 a->sdp_stream_sink[i] = in drm_dp_decode_sideband_req() 1576 topology_ref_history_cmp(const void *a, const void *b) in topology_ref_history_cmp() argument 1578 const struct drm_dp_mst_topology_ref_entry *entry_a = a, *entry_b = b; in topology_ref_history_cmp()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 348 st STORE_FLG(%a6) |do not store a result
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.arcmsr | 13 ** 1.20.00.05 2/20/2005 Erich Chen cleanly as look like a Linux driver at 2.6.x
|