| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.m68k | 110 CONFIG_SYS_MBAR -- defines the base address of the MCF5272 configuration registers 112 -- defines the base address of the MCF5272 internal SRAM 114 -- defines the base address of the FEC buffer descriptors 116 CONFIG_SYS_SCR -- defines the contents of the System Configuration Register 117 CONFIG_SYS_SPR -- defines the contents of the System Protection Register 118 CONFIG_SYS_BRx_PRELIM -- defines the contents of the Chip Select Base Registers 119 CONFIG_SYS_ORx_PRELIM -- defines the contents of the Chip Select Option Registers 121 CONFIG_SYS_PxDDR -- defines the contents of the Data Direction Registers 122 CONFIG_SYS_PxDAT -- defines the contents of the Data Registers 123 CONFIG_SYS_PXCNT -- defines the contents of the Port Configuration Registers [all …]
|
| H A D | README.bus_vcxk | 25 The driver needs some defines to describe the target hardware: 33 defines the physical alignment of a pixel row 42 defines the number of the I/O line PIN in the port 62 defines the I/O port which is connected with the line 67 defines the register which configures the direction
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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};
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/ |
| H A D | compile.mk | 234 define gen-asm-defines-file 235 $(call _gen-asm-defines-file,$1,$2,$(dir $2).$(notdir $(2:.h=.s))) 238 ifneq ($(asm-defines-file),) 239 h-file-$(asm-defines-file) := $(out-dir)/$(sm)/include/generated/$(basename $(notdir $(asm-defines-… 240 $(eval $(call gen-asm-defines-file,$(asm-defines-file),$(h-file-$(asm-defines-file)))) 241 asm-defines-file :=
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/ |
| H A D | rk3399_dmc.txt | 72 - rockchip,ddr3_odt_dis_freq : When the DRAM type is DDR3, this parameter defines 78 - rockchip,ddr3_drv : When the DRAM type is DDR3, this parameter defines 82 - rockchip,ddr3_odt : When the DRAM type is DDR3, this parameter defines 86 - rockchip,phy_ddr3_ca_drv : When the DRAM type is DDR3, this parameter defines 91 - rockchip,phy_ddr3_dq_drv : When the DRAM type is DDR3, this parameter defines 95 - rockchip,phy_ddr3_odt : When the DRAM type is DDR3, this parameter defines 99 - rockchip,lpddr3_odt_dis_freq : When the DRAM type is LPDDR3, this parameter defines 105 - rockchip,lpddr3_drv : When the DRAM type is LPDDR3, this parameter defines 109 - rockchip,lpddr3_odt : When the DRAM type is LPDDR3, this parameter defines 113 - rockchip,phy_lpddr3_ca_drv : When the DRAM type is LPDDR3, this parameter defines [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | program_parameters.cpp | 11 : defines([&] { in ProgramParameters() 25 return defines; in getDefines() 34 … << std::setw(sizeof(size_t) * 2) << std::hex << std::hash<std::string>()(defines) << ".pbf"; in cachePath() 42 result.defines += define; in withAdditionalDefines() 43 result.defines += "\n"; in withAdditionalDefines()
|
| H A D | program_parameters.hpp | 17 ProgramParameters withAdditionalDefines(const std::vector<std::string>& defines) const; 20 std::string defines; member in mbgl::ProgramParameters
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | arm64-support.patch | 20 'arm' : { 'endian': 'little', 'defines': ('__arm__',) }, 21 'aarch64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 22 + 'arm64' : { 'endian': 'little', 'defines': ('__arm64__', '__aarch64__')}, 23 'i386' : { 'endian': 'little', 'defines': ('__i386', '_M_IX86')}, 24 'ppc64le' : { 'endian': 'little', 'defines': ('__powerpc64__',)}, 25 's390x' : { 'endian': 'big', 'defines': ('__s390x__',)},
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0003-chromium-Exclude-CRC32-for-32bit-arm.patch | 25 + defines = [] 27 - defines = [ "CRC32_ARMV8_CRC32" ] 29 + defines += [ "CRC32_ARMV8_CRC32" ] 32 defines += [ "ARMV8_OS_ANDROID" ]
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | subdir.mk | 22 asm-defines-files := 127 define process-subdir-asm-defines-y 128 asm-defines-files += $(sub-dir)/$1 153 $$(foreach a, $$(asm-defines-y), $$(eval $$(call process-subdir-asm-defines-y,$$(a)))) 172 asm-defines-y :=
|
| H A D | compile.mk | 243 define gen-asm-defines-file 244 $(call _gen-asm-defines-file,$1,$2,$(dir $2).$(notdir $(2:.h=.s)),$(asm-defines-$(notdir $(1))-deps… 247 $(foreach f,$(asm-defines-files),$(eval $(call gen-asm-defines-file,$(f),$(out-dir)/$(sm)/include/g…
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | subdir.mk | 22 asm-defines-files := 127 define process-subdir-asm-defines-y 128 asm-defines-files += $(sub-dir)/$1 153 $$(foreach a, $$(asm-defines-y), $$(eval $$(call process-subdir-asm-defines-y,$$(a)))) 172 asm-defines-y :=
|
| H A D | compile.mk | 243 define gen-asm-defines-file 244 $(call _gen-asm-defines-file,$1,$2,$(dir $2).$(notdir $(2:.h=.s)),$(asm-defines-$(notdir $(1))-deps… 247 $(foreach f,$(asm-defines-files),$(eval $(call gen-asm-defines-file,$(f),$(out-dir)/$(sm)/include/g…
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0017-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 on 9 to fail to build for these newer architectures. This patch defines a
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/ |
| H A D | 0001-futex.h-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 on 9 to fail to build for these newer architectures. This patch defines a
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libxshmfence/ |
| H A D | 0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch | 6 _NR_futex is not defines by newer architectures e.g. riscv32 as 7 they only have 64bit variant of time_t. Glibc defines SYS_futex 10 This patch defines a fallback to alias __NR_futex to __NR_futex_time64
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | tda998x.txt | 21 - video-ports: 24 bits value which defines how the video controller 25 The first value defines the DAI type: TDA998x_SPDIF or TDA998x_I2S[2]. 26 The second value defines the tda998x AP_ENA reg content when the DAI
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_program.c | 250 const char *defines) in glamor_build_program() argument 296 str(defines), in glamor_build_program() 309 str(defines), in glamor_build_program() 588 const char *defines) in glamor_setup_one_program_render() argument 600 if (!glamor_build_program(screen, prog, prim, fill, glamor_combine[alpha], defines)) in glamor_setup_one_program_render() 614 const char *defines) in glamor_setup_program_render() argument 662 if (!glamor_setup_one_program_render(screen, prog, source_type, alpha, prim, defines)) in glamor_setup_program_render() 673 defines)) in glamor_setup_program_render()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | cve-2023-24329.patch | 10 RFC 3986 defines a scheme like this: `scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )` 11 RFC 2234 defines an ALPHA like this: `ALPHA = %x41-5A / %x61-7A` 13 The WHATWG URL spec defines a scheme like this:
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | da9063.txt | 24 - regulators : This node defines the settings for the LDOs and BUCKs. 49 - rtc : This node defines settings for the Real-Time Clock associated with 54 - onkey : This node defines the OnKey settings for controlling the key 66 - watchdog : This node defines settings for the Watchdog timer associated
|