Searched refs:of (Results 1 – 25 of 1417) sorted by relevance
12345678910>>...57
/arch/powerpc/boot/dts/fsl/ |
D | b4420qds.dts | 8 * * Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in the 13 * * Neither the name of Freescale Semiconductor nor the 14 * names of its contributors may be used to endorse or promote products 18 * ALTERNATIVELY, this software may be distributed under the terms of the 20 * Foundation, either version 2 of that License or (at your option) any 25 * warranties of merchantability and fitness for a particular purpose are 28 * (including, but not limited to, procurement of substitute goods or services; 29 * loss of use, data, or profits; or business interruption) however caused and [all …]
|
D | b4420si-pre.dtsi | 8 * * Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in the 13 * * Neither the name of Freescale Semiconductor nor the 14 * names of its contributors may be used to endorse or promote products 18 * ALTERNATIVELY, this software may be distributed under the terms of the 20 * Foundation, either version 2 of that License or (at your option) any 25 * warranties of merchantability and fitness for a particular purpose are 28 * (including, but not limited to, procurement of substitute goods or services; 29 * loss of use, data, or profits; or business interruption) however caused and [all …]
|
D | b4420si-post.dtsi | 8 * * Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in the 13 * * Neither the name of Freescale Semiconductor nor the 14 * names of its contributors may be used to endorse or promote products 18 * ALTERNATIVELY, this software may be distributed under the terms of the 20 * Foundation, either version 2 of that License or (at your option) any 25 * warranties of merchantability and fitness for a particular purpose are 28 * (including, but not limited to, procurement of substitute goods or services; 29 * loss of use, data, or profits; or business interruption) however caused and [all …]
|
D | p5040si-pre.dtsi | 8 * * Redistributions of source code must retain the above copyright 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in the 13 * * Neither the name of Freescale Semiconductor nor the 14 * names of its contributors may be used to endorse or promote products 18 * ALTERNATIVELY, this software may be distributed under the terms of the 20 * Foundation, either version 2 of that License or (at your option) any 25 * warranties of merchantability and fitness for a particular purpose are 28 * (including, but not limited to, procurement of substitute goods or services; 29 * loss of use, data, or profits; or business interruption) however caused and [all …]
|
/arch/x86/math-emu/ |
D | README | 9 | it under the terms of the GNU General Public License version 2 as | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 | You should have received a copy of the GNU General Public License | 26 which was my 80387 emulator for early versions of djgpp (gcc under 33 facets of the functioning of the FPU are not well covered in the 36 possible to be sure that all of the peculiarities of the 80486 have 38 in the detailed behaviour of the emulator and a real 80486. 40 wm-FPU-emu does not implement all of the behaviour of the 80486 FPU, 41 but is very close. See "Limitations" later in this file for a list of 56 ----------------------- Internals of wm-FPU-emu ----------------------- [all …]
|
/arch/x86/boot/ |
D | header.S | 159 # The size of the bzImage is written in tools/build.c 198 .long 0 # Size of initialized data 238 .long 0 # Size of initialized data 260 .long 0 # Size of initialized data 275 # Kernel attributes; used by setup. This is part 1 of the 303 # Part 2 of the header, from the old setup.S 313 # above section of header is compatible 457 # behaviours need to be analyzed. Here let's take the decompression of 460 # The file layout of gzip compressed kernel is: 471 # ... resulting in +18 bytes overhead of uncompressed data. [all …]
|
/arch/m68k/fpsp040/ |
D | bindec.S | 22 | A1. Set RM and size ext; Set SIGMA = sign of input. 31 | ILOG is the log base 10 of the input value. It is 44 | LEN is the number of digits to be displayed. The 45 | k-factor can dictate either the total number of digits, 46 | if it is a positive number, or the number of digits 54 | of decimal places needed to insure LEN integer digits 56 | sign of ISCALE, used in A9. Fp1 contains 58 | function of the original rounding mode and the signs 59 | of ISCALE and X. A table is given in the code. 68 | The mantissa is scaled to the desired number of [all …]
|
/arch/c6x/ |
D | Kconfig | 3 # For a description of the syntax of this configuration file, 46 The C6X function call instruction has a limited range of +/- 2MiB. 48 with lots of compiled-in functionality may require a larger range 85 of your chipset/board/processor. 92 blocks into "zones", where each zone is a power of two number of 93 pages. This option selects the largest power of two that the kernel 95 blocks of physically contiguous memory, then you may need to 99 a value of 11 means that the largest free memory block is 2^10 pages. 106 hex "Virtual address of memory base"
|
/arch/m68k/ifpsp060/ |
D | fpsp.doc | 21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE. 27 or trademarks of Motorola, Inc. 33 Package. This package is essentially a set of exception handlers 43 The file fpsp.sa is essentially a hexadecimal image of the 54 the installer should add a symbolic label to the top of the file. 56 of this package. 64 (top of module) 78 (bottom of module) 80 The first section of this module is the "Call-out" section. This section 82 the end of the file fskeleton.s). The purpose of this section is to allow [all …]
|
/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 109 and $7, %bufp # calculate the unalignment amount of 251 # in upper 4 bits of len_dw 258 # less_than_8 expects length in upper 3 bits of len_dw 264 ## 6) LESS THAN 256-bytes REMAIN AT THIS POINT (8-bits of len are full) 272 # upper lg(j) bits of len_dw 279 crc32q i(bufptmp), crc_init # Compute crc32 of 8-byte data 287 # upper 3 bits of len_dw 291 crc32l (bufptmp), crc_init_dw # CRC of 4 bytes 295 # upper 2 bits of len_dw 298 crc32w (bufptmp), crc_init_dw # CRC of 2 bytes [all …]
|
/arch/m68k/ |
D | Kconfig.machine | 11 This option enables support for the Amiga series of computers. If 21 This option enables support for the 68000-based Atari series of 35 This option enables support for the Apple Macintosh series of 37 of the series). 97 of workstations. Support for these machines is still somewhat 108 This option enables support for the Sun 3x series of workstations. 135 This option enables support for the Sun 3 series of workstations 158 Support the bugs of Xcopilot. 189 Initialize the LCD controller of the 68x328 processor. 330 bool "Use 4Kb for kernel stacks instead of 8Kb" [all …]
|
/arch/arm/boot/dts/ |
D | sun5i-r8.dtsi | 8 * of the GPL or the X11 license, at your option. Note that this dual 13 * modify it under the terms of the GNU General Public License as 14 * published by the Free Software Foundation; either version 2 of the 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 * b) Permission is hereby granted, free of charge, to any person 25 * obtaining a copy of this software and associated documentation 29 * sell copies of the Software, and to permit persons to whom the 34 * included in all copies or substantial portions of the Software.
|
D | axp152.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual 12 * modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation; either version 2 of the 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * b) Permission is hereby granted, free of charge, to any person 24 * obtaining a copy of this software and associated documentation 28 * sell copies of the Software, and to permit persons to whom the 33 * included in all copies or substantial portions of the Software.
|
D | axp809.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual 12 * modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation; either version 2 of the 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * b) Permission is hereby granted, free of charge, to any person 24 * obtaining a copy of this software and associated documentation 28 * sell copies of the Software, and to permit persons to whom the 33 * included in all copies or substantial portions of the Software.
|
D | imx6dl-gw560x.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
D | axp223.dtsi | 7 * of the GPL or the X11 license, at your option. Note that this dual 12 * modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation; either version 2 of the 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 * b) Permission is hereby granted, free of charge, to any person 24 * obtaining a copy of this software and associated documentation 28 * sell copies of the Software, and to permit persons to whom the 33 * included in all copies or substantial portions of the Software. 50 * The AXP223 shares most of its logic with the AXP221 but it has some
|
D | imx6q-gw5903.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
D | imx6dl-gw5904.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
D | imx6q-gw551x.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
D | imx6q-gw553x.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
D | imx6q-gw5904.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
D | imx6q-gw560x.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
D | imx6dl-gw551x.dts | 5 * of the GPL or the X11 license, at your option. Note that this dual 10 * modify it under the terms of the GNU General Public License as 11 * published by the Free Software Foundation; either version 2 of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * You should have received a copy of the GNU General Public 26 * b) Permission is hereby granted, free of charge, to any person 27 * obtaining a copy of this software and associated documentation 31 * sell copies of the Software, and to permit persons to whom the 36 * included in all copies or substantial portions of the Software.
|
/arch/arm64/boot/dts/amazon/ |
D | alpine-v2-evp.dts | 6 * This software is available to you under a choice of one of two 7 * licenses. You may choose to be licensed under the terms of the GNU 9 * COPYING in the main directory of this source tree, or the 16 * - Redistributions of source code must retain the above 17 * copyright notice, this list of conditions and the following 21 * copyright notice, this list of conditions and the following
|
/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dts | 7 * of the GPL or the X11 license, at your option. Note that this dual 12 * modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation; either version 2 of the 17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 * You should have received a copy of the GNU General Public 28 * b) Permission is hereby granted, free of charge, to any person 29 * obtaining a copy of this software and associated documentation 33 * sell copies of the Software, and to permit persons to whom the 38 * included in all copies or substantial portions of the Software.
|
12345678910>>...57