/openbmc/linux/arch/arm/mach-versatile/ |
H A D | Kconfig | 280 You must boot using a Flattened Device Tree in order to use these 295 build a working kernel, you must also enable relevant core 311 The TC2 (A15x2 A7x3) versatile express core tile integrates a logic 324 with a TC2 (A15x2 A7x3) big.LITTLE core tile.
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm-perf.c | 290 static bool sinks_compatible(struct coresight_device *a, in sinks_compatible() argument 293 if (!a || !b) in sinks_compatible() 300 return (a->subtype.sink_subtype == b->subtype.sink_subtype) && in sinks_compatible() 301 (sink_ops(a) == sink_ops(b)); in sinks_compatible()
|
/openbmc/linux/arch/mips/mm/ |
H A D | uasm-mips.c | 32 #define M(a, b, c, d, e, f) \ argument 33 ((a) << OP_SH \ 41 #define M6(a, b, c, d, e) \ argument 42 ((a) << OP_SH \
|
/openbmc/linux/arch/arm64/boot/dts/intel/ |
H A D | socfpga_agilex5.dtsi | 206 compatible = "snps,dw-i3c-master-1.00a"; 216 compatible = "snps,dw-i3c-master-1.00a"; 267 compatible = "snps,axi-dma-1.01a"; 284 compatible = "snps,axi-dma-1.01a";
|
/openbmc/linux/arch/x86/kernel/ |
H A D | amd_gart_64.c | 498 unsigned long a; in check_iommu_size() local 506 a = aper + iommu_size; in check_iommu_size() 507 iommu_size -= round_up(a, PMD_SIZE) - a; in check_iommu_size()
|
/openbmc/linux/drivers/hwmon/ |
H A D | max16065.c | 463 struct attribute *a, int n) in max16065_basic_is_visible() argument 471 return a->mode; in max16065_basic_is_visible() 475 struct attribute *a, int index) in max16065_secondary_is_visible() argument 482 return a->mode; in max16065_secondary_is_visible()
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | __init__.py | 441 narr1 = [a.rstrip(sep) for a in arr1] 442 narr2 = [a.rstrip(sep).lstrip(sep) for a in arr2]
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | append.py | 467 parser.set_defaults(func=lambda a: appendsrcfiles(parser, a), parserecipes=True) 477 parser.set_defaults(func=lambda a: appendsrcfile(parser, a), parserecipes=True)
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss/ |
H A D | 0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch | 18 diff --git a/utils/Makefile.am b/utils/Makefile.am 20 --- a/utils/Makefile.am 104 diff --git a/utils12/Makefile.am b/utils12/Makefile.am 106 --- a/utils12/Makefile.am
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
H A D | lttng-tools_2.13.13.bb | 3 DESCRIPTION = "The Linux trace toolkit is a suite of tools designed \ 35 file://0001-tests-do-not-strip-a-helper-library.patch \ 58 FILES:${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" 88 # Patch in the correct path for the custom libraries a helper executable needs
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 592 static inline TCGTemp *arg_temp(TCGArg a) in arg_temp() argument 594 return (TCGTemp *)(uintptr_t)a; in arg_temp() 914 static inline ptrdiff_t tcg_ptr_byte_diff(const void *a, const void *b) in tcg_ptr_byte_diff() argument 916 return a - b; in tcg_ptr_byte_diff()
|
/openbmc/qemu/docs/system/arm/ |
H A D | emulation.rst | 162 When a specific named CPU is being emulated, only those features which 163 are present in hardware for that CPU are emulated. (If a feature is 195 When a specific named CPU is being emulated, only those features which 196 are present in hardware for that CPU are emulated. (If a feature is
|
/openbmc/u-boot/board/freescale/m5373evb/ |
H A D | README | 119 2.2. For the initial bringup, we adopted a consistent memory scheme between U-Boot and 224 ls - list files in a directory (default /) 283 ColdFire internal UART serial driver version 1.00 ttyS0 at 0xfc060000 (irq = 90) is a builtin ColdF… 284 ttyS1 at 0xfc064000 (irq = 91) is a builtin ColdFire UART 285 ttyS2 at 0xfc068000 (irq = 92) is a builtin ColdFire UART RAMDISK driver initialized: 16 RAM disks … 323 BusyBox v1.00 (2007.11.07-19:57+0000) Built-in shell (msh) Enter 'help' for a list of built-in comm…
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.lsch3 | 41 is shown below considering a 32MB NOR flash device present on most 66 is shown below considering a 128MB NOR flash device present on QDS and RDB 332 a) fsl_mc start mc <FW_addr> <DPC_addr> - Start Management Complex 338 a) fsl_mc start mc <FW_addr> <DPC_addr> - Start Management Complex 350 a) fsl_mc start mc <FW_addr> <DPC_addr> - Start Management Complex 366 a) fsl_mc start mc <FW_addr> <DPC_addr> - Start Management Complex
|
/openbmc/u-boot/doc/ |
H A D | README.fsl-ddr | 142 performs a fast test. A slow test can be enabled by changing the flag at 144 Memory is tested within a 2GB window. TLBs are used to map the virtual 2GB 149 Hwconfig can be combined with multiple parameters, for example, on a supported 277 value. (The value of ddr_interactive may have a meaning in the future, but, 288 initiate a 'reset' command. In case of power on/reset, the user can hold 350 no argument - print a list of all commands
|
/openbmc/openbmc/poky/meta/recipes-support/libunwind/libunwind/ |
H A D | 0005-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch | 32 diff --git a/src/ppc32/Ginit.c b/src/ppc32/Ginit.c 34 --- a/src/ppc32/Ginit.c 60 diff --git a/src/ppc32/ucontext_i.h b/src/ppc32/ucontext_i.h 62 --- a/src/ppc32/ucontext_i.h 230 diff --git a/src/ptrace/_UPT_reg_offset.c b/src/ptrace/_UPT_reg_offset.c 232 --- a/src/ptrace/_UPT_reg_offset.c
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-max77693.c | 23 #define MODE_FLASH(a) (1 << (a)) argument 24 #define MODE_TORCH(a) (1 << (2 + (a))) argument 25 #define MODE_FLASH_EXTERNAL(a) (1 << (4 + (a))) argument
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 168 static inline u16 frame_add(u16 a, u16 b) in frame_add() argument 170 return (a + b) & HOST_FRAME_MASK; in frame_add() 176 static inline int frame_after(u16 a, u16 b) in frame_after() argument 178 return ((HOST_FRAME_MASK + a - b) & HOST_FRAME_MASK) < in frame_after() 185 static inline int frame_after_eq(u16 a, u16 b) in frame_after_eq() argument 187 return ((HOST_FRAME_MASK + 1 + a - b) & HOST_FRAME_MASK) < in frame_after_eq()
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 754 #define SCAT2(a, b) SNAME(a ## _ ## b) argument 755 #define SCAT3(a, b, c) SCAT2(a, SCAT2(b, c)) argument 756 #define SCAT4(a, b, c, d) SCAT2(a, SCAT3(b, c, d)) argument
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-gw560x.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 19 * You should have received a copy of the GNU General Public 27 * obtaining a copy of this software and associated documentation 437 sgtl5000: codec@a { 550 imu@6a {
|
/openbmc/linux/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 1044 static u8 mac_read(struct i2c_adapter *a, u8 command) in mac_read() argument 1060 ret = i2c_transfer(a, msg, 2); in mac_read() 1071 struct i2c_adapter *a = i2c_get_adapter(1); in sh_eth_init() local 1074 if (!a) { in sh_eth_init() 1081 pd->mac_addr[i] = mac_read(a, 0x10 + i); in sh_eth_init() 1085 i2c_put_adapter(a); in sh_eth_init()
|
/openbmc/qemu/ |
H A D | .mailmap | 3 # If you are adding to this file consider if a similar change needs to 42 # There is also a: 46 # Next, translate a few commits where mailman rewrote the From: line due 49 # a line here, please also report a bug against the part of the build 69 # Next, replace old addresses by a more recent one.
|
/openbmc/linux/drivers/staging/fieldbus/Documentation/ABI/ |
H A D | fieldbus-dev-cdev | 22 When a "Process Memory Read Area Changed" event occurs,
|
/openbmc/linux/Documentation/hwmon/ |
H A D | max1619.rst | 23 The MAX1619 is a digital temperature sensor. It senses its own temperature as
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | bluefield-dw-mshc.txt | 7 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
|