/openbmc/u-boot/Documentation/sphinx/ |
H A D | parse-headers.pl | 25 my %defines; 84 $defines{$s} = "\\ :ref:`$s <$n>`\\ "; 157 delete $defines{$1} if (exists($defines{$1})); 204 $defines{$old} = $new if (exists($defines{$old})); 233 print Data::Dumper->Dump([\%defines], [qw(*defines)]) if (%defines); 270 foreach my $r (keys %defines) { 271 my $s = $defines{$r};
|
/openbmc/linux/Documentation/sphinx/ |
H A D | parse-headers.pl | 25 my %defines; 84 $defines{$s} = "\\ :ref:`$s <$n>`\\ "; 157 delete $defines{$1} if (exists($defines{$1})); 204 $defines{$old} = $new if (exists($defines{$old})); 233 print Data::Dumper->Dump([\%defines], [qw(*defines)]) if (%defines); 270 foreach my $r (keys %defines) { 271 my $s = $defines{$r};
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi_history.txt | 52 * Added defines for MPI_DIAG_PREVENT_IOC_BOOT and 54 * Obsoleted MPI_IOCSTATUS_TARGET_FC_ defines. 64 * 03-14-02 01.02.04 Added MPI_HEADER_VERSION_ defines. 79 * 08-19-04 01.05.01 Added defines for Host Buffer Access Control doorbell. 121 * 01-09-01 01.01.03 Added event enabled and disabled defines. 127 * 03-27-01 01.01.06 Added defines for ProductId field of MPI_FW_HEADER. 134 * related structure and defines. 142 * 11-01-01 01.02.04 Added defines for MPI_EXT_IMAGE_HEADER ImageType field. 147 * 04-01-03 01.02.07 Added defines for MPI_FW_HEADER_SIGNATURE_. 148 * 06-26-03 01.02.08 Added new values to the product family defines. [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.m68k | 98 To specify a CPU model, some defines shoudl be used, i.e.: 106 CONFIG_SYS_MBAR -- defines the base address of the MCF5272 configuration 109 -- defines the base address of the FEC buffer descriptors 110 CONFIG_SYS_SCR -- defines the contents of the System Configuration Register 111 CONFIG_SYS_SPR -- defines the contents of the System Protection Register 112 CONFIG_SYS_MFD -- defines the PLL Multiplication Factor Divider 114 CONFIG_SYS_RFD -- defines the PLL Reduce Frequency Devider 117 -- defines the base address of chip select x 119 -- defines the memory size (address range) of chip select x 121 -- defines the bus with of chip select x [all …]
|
H A D | README.bus_vcxk | 24 The driver needs some defines to describe the target hardware: 32 defines the physical alignment of a pixel row 41 defines the number of the I/O line PIN in the port 61 defines the I/O port which is connected with the line 66 defines the register which configures the direction
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | arm64-support.patch | 22 'arm' : { 'endian': 'little', 'defines': ('__arm__',) }, 23 'aarch64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 24 + 'arm64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 25 'i386' : { 'endian': 'little', 'defines': ('__i386', '_M_IX86')}, 26 'ppc64le' : { 'endian': 'little', 'defines': ('__powerpc64__',)}, 27 's390x' : { 'endian': 'big', 'defines': ('__s390x__',)},
|
/openbmc/u-boot/board/keymile/scripts/ |
H A D | README | 14 This file defines variables for working with rootfs via nfs for powerpc and 19 This file defines architecture specific variables for working with rootfs via 25 This file defines variables for working with rootfs inside the ram for powerpc 30 This file defines architecture specific variables for working with rootfs inside
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | 0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch | 6 __NR_futex is not defines by newer architectures e.g. arc, riscv32 as 7 they only have 64bit variant of time_t. Glibc defines SYS_futex interface based 10 to fail to build for these newer architectures. This patch defines a
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | cpus.txt | 17 Freescale Power Architecture) defines the architecture for Freescale 18 Power CPUs. The EREF defines some architecture categories not defined 32 snooped. This property defines a bitmask which selects the bit
|
/openbmc/u-boot/tools/env/ |
H A D | README | 24 Configuration can also be done via #defines in the fw_env.h file. The 50 ENVx_SIZE defines the size in bytes taken by the environment, which 54 DEVICEx_ESIZE defines the size of the first sector in the flash 57 DEVICEx_ENVSECTORS defines the number of sectors that may be used for
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/ |
H A D | glibc238.patch | 2 _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines 17 + * _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines 40 + * _GNU_SOURCE but we have to set that for other definitions. Therefore play with defines
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch | 4 Subject: [PATCH 2/2] Add missing STATX_ATTR_* defines from musl sys/stat.h 6 These defines are not provided by sys/stat.h on musl but are 8 based systems add the missing defines from linux/stat.h
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ |
H A D | 0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch | 4 Subject: [v2,2/3] uapi glibc compat: fix build if libc defines IFF_ECHO 14 musl 1.1.15 defines IFF_ECHO and the other net_device_flags options. 20 these defines.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
H A D | 0001-netlib.c-Move-including-sched.h-out-og-function.patch | 8 especially when sched.h is included because sched.h defines a macro 9 which defines a static function. This means it ends up being a static 50 defines from /usr/include/bits/sched.h, which we ass-u-me is
|
/openbmc/qemu/tests/fp/ |
H A D | meson.build | 21 # softfloat defines 29 # testfloat defines 39 default_options: 'defines=' + ','.join(sfcflags)) 43 default_options: 'defines=' + ','.join(tfcflags))
|
/openbmc/qemu/tests/decode/ |
H A D | err_field9.decode | 11 # Format defines 'c' and sets 'b' to an indirect ref to 'a' 13 # Pattern defines 'a' and sets 'd' to an indirect ref to 'c'
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | ca.h.rst.exceptions | 6 # struct ca_slot_info defines 15 # struct ca_descr_info defines
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0018-Add-EGL_IMG_context_priority-related-defines.patch | 4 Subject: [PATCH] Add EGL_IMG_context_priority related defines 6 These defines are needed for compiling weston 4.x
|
H A D | 0024-userland-Sync-needed-defines-for-weston-build.patch | 4 Subject: [PATCH] userland: Sync needed defines for weston build 7 therefore import needed defines and typedefs from latest mesa
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | ltc2990.txt | 9 The first integer defines the bits 2..0 in the control register. In all 22 The second integer defines the bits 4..3 in the control register. This
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/ |
H A D | rmnet.patch | 10 The RMNET_FLAGS_*GRESS_MAP_CKSUMV5 defines were added to the kernel in 11 5.14[1] and some toolchains use older headers, so add fallback defines
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/ |
H A D | 0001-configure.ac-eliminate-build-path-from-openvpn-versi.patch | 11 Compile time defines: enable_async_push=no enable_comp_stub=no 21 Compile time defines: enable_async_push=no enable_comp_stub=no
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | 0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch | 4 Subject: [PATCH] Hide fstatat64 and prlimit64 defines on musl 6 musl defines fstatat64 and prlimit64 as macros which confuses the
|
/openbmc/u-boot/board/freescale/m53017evb/ |
H A D | README | 104 CONFIG_SYS_INIT_RAM_ADDR -- defines the base address of the MCF5301x internal SRAM 106 CONFIG_SYS_CSn_BASE -- defines the Chip Select Base register 107 CONFIG_SYS_CSn_MASK -- defines the Chip Select Mask register 108 CONFIG_SYS_CSn_CTRL -- defines the Chip Select Control register 110 CONFIG_SYS_SDRAM_BASE -- defines the DRAM Base
|
/openbmc/linux/Documentation/driver-api/rapidio/ |
H A D | tsi721.rst | 33 - This parameter defines number of hardware buffer 43 - DMA channel selection mask. Bitmask that defines which hardware 58 - RIO messaging MBOX selection mask. This is a bitmask that defines 84 - defines number of hardware buffer descriptors used by
|