| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | tda18271-priv.h | 36 #define R_EB1 0x10 /* Extended byte 1 */ 37 #define R_EB2 0x11 /* Extended byte 2 */ 38 #define R_EB3 0x12 /* Extended byte 3 */ 39 #define R_EB4 0x13 /* Extended byte 4 */ 40 #define R_EB5 0x14 /* Extended byte 5 */ 41 #define R_EB6 0x15 /* Extended byte 6 */ 42 #define R_EB7 0x16 /* Extended byte 7 */ 43 #define R_EB8 0x17 /* Extended byte 8 */ 44 #define R_EB9 0x18 /* Extended byte 9 */ 45 #define R_EB10 0x19 /* Extended byte 10 */ [all …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | xattr.c | 12 * This file implements UBIFS extended attributes support. 14 * Extended attributes are implemented as regular inodes with attached data, 15 * which limits extended attribute size to UBIFS block size (4KiB). Names of 16 * extended attributes are described by extended attribute entries (xentries), 19 * In other words, the situation with extended attributes is very similar to 22 * directory entries. Extended attribute entries store the name of the extended 23 * attribute, the host inode number, and the extended attribute inode number. 26 * extended attributes. 28 * The number of extended attributes is not limited, but there is Linux 29 * limitation on the maximum possible size of the list of all extended [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | ucontext.h | 6 * struct extcontext - extended context header structure 7 * @magic: magic value identifying the type of extended context 10 * Extended context structures provide context which does not fit within struct 12 * ucontext and struct sigframe, with each extended context structure beginning 14 * indicated by the magic field. Userland may check each extended context 17 * of the extended context data is indicated by the magic value 26 * struct msa_extcontext - MSA extended context structure 27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC 52 * @uc_extcontext: holds extended processor state 62 /* Extended context structures may follow ucontext */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | prompt.py | 1 # Extended prompt. 17 """GDB command for working with extended prompts.""" 24 """Set the extended prompt. 26 Usage: set extended-prompt VALUE 37 set_doc = "Set the extended prompt." 38 show_doc = "Show the extended prompt." 41 super(_ExtendedPrompt, self).__init__("extended-prompt", 49 return "The extended prompt is: " + self.value 51 return "The extended prompt is not set."
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | prompt.py | 1 # Extended prompt. 17 """GDB command for working with extended prompts.""" 24 """Set the extended prompt. 26 Usage: set extended-prompt VALUE 37 set_doc = "Set the extended prompt." 38 show_doc = "Show the extended prompt." 41 super(_ExtendedPrompt, self).__init__("extended-prompt", 49 return "The extended prompt is: " + self.value 51 return "The extended prompt is not set."
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/microblaze/ |
| H A D | feature-microblaze-math.inc | 9 TUNEVALID[fpu-hard-extended] = "Hardware FPU in extended mode (conversion and square root instructi… 11 TUNECONFLICTS[fpu-soft] = "fpu-hard fpu-hard-extended" 13 TUNECONFLICTS[fpu-hard-extended] = "fpu-soft" 22 TUNE_CCARGS .= "${@bb.utils.contains_any('TUNE_FEATURES', ['fpu-hard', 'fpu-hard-extended'], ' -mha… 23 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', ' -mxl-float-convert -mx… 25 # Set target fpu (bitbake known target) to soft or hard (basic or extended) 26 TARGET_FPU = "${@bb.utils.contains_any('TUNE_FEATURES', 'fpu-hard fpu-hard-extended', 'fpu-hard', '… 32 MBPKGARCH_MATH .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard-extended', '-fe', bb.utils.conta…
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 3 Extended Attributes 6 Extended attributes (xattrs) are typically stored in a separate data 8 The first use of extended attributes seems to have been for storing file 10 option it is possible for users to store extended attributes so long as 14 There are two places where extended attributes can be found. The first 18 available for in-inode extended attribute storage. The second place 19 where extended attributes can be found is in the block pointed to by 21 block to contain a pointer to a second extended attribute block (or even 29 Extended attributes, when stored after the inode, have a header 46 The beginning of an extended attribute block is in [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/nwfpe/ |
| H A D | fpopcode.c | 19 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */ 20 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */ 21 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */ 22 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */ 23 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */ 24 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */ 25 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */ 26 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | hpfs.rst | 24 Set owner/group/mode for files that do not have it specified in extended 28 rights, you must use extended attributes. 51 What to do with extended attributes. 'no' - ignore them and use always 52 values specified in uid/gid/mode options. 'ro' - read extended 53 attributes but do not create them. 'rw' - create extended attributes 75 Extended attributes 79 extended attributes. Extended attributes are pairs of (key,value) where key is 83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended 85 that extended attributes those value differs from defaults specified in mount 86 options are created. Once created, the extended attributes are never deleted, [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | cio.h | 80 * struct erw - extended report word 106 * struct erw_eadm - EADM Subchannel extended report word 120 * @esf: extended status flags 146 * struct esw0 - Format 0 Extended Status Word (ESW) 148 * @erw: extended report word 160 * struct esw1 - Format 1 Extended Status Word (ESW) 164 * @erw: extended report word 176 * struct esw2 - Format 2 Extended Status Word (ESW) 180 * @erw: extended report word 192 * struct esw3 - Format 3 Extended Status Word (ESW) [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | extended-controls.rst | 6 Extended Controls API 19 implementing this extended control mechanism: the MPEG standard is quite 28 these new uses and so it was extended into the (not terribly originally 29 named) extended control API. 32 Extended Control API, nowadays there are also other classes of Extended 34 Extended Controls API as well as all Extended Controls classes are 38 The Extended Control API 102 Enumerating Extended Controls 105 The recommended way to enumerate over the extended controls is by using 151 If the driver does not support extended controls, then
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 29 * extended state information along with fpstate information. 32 * sw_reserved.extended_size bytes large extended context area present. (The 33 * last 32-bit word of this extended area (at the 37 * This extended area typically grows with newer CPUs that have larger and 57 * Feature bit mask (including FP/SSE/extended state) that is present 79 * The FPU state data structure has had to grow to accommodate the extended FPU 134 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */ 164 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */ 186 * Extended state pointed to by sigcontext::fpstate. 189 * indicates the presence of other extended state information supported [all …]
|
| /OK3568_Linux_fs/kernel/include/sound/sof/ |
| H A D | ext_manifest.h | 10 * Extended manifest is a place to store metadata about firmware, known during 33 /* check extended manifest version consistency */ 38 /* used extended manifest header version */ 41 /* extended manifest header, deleting any field breaks backward compatibility */ 56 /* Now define extended manifest elements */ 58 /* Extended manifest elements types */ 66 /* extended manifest element header */ 82 /* extended data memory windows for IPC, trace and debug */
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | install-buildtools | 3 # Buildtools and buildtools extended installer helper script 9 # NOTE: --with-extended-buildtools is on by default 11 # Example usage (extended buildtools from milestone): 15 # --filename x86_64-buildtools-extended-nativesdk-standalone-3.0+snapshot-20200315.sh 25 # $ install-buildtools --without-extended-buildtools \ 29 # $ install-buildtools --without-extended-buildtools \ 150 group.add_argument('--with-extended-buildtools', action='store_true', 153 help='enable extended buildtools tarball (on by default)') 154 group.add_argument('--without-extended-buildtools', action='store_false', 156 help='disable extended buildtools (traditional buildtools tarball)') [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | elf.h | 37 #define R_X86_64_32 10 /* Direct 32 bit zero extended */ 38 #define R_X86_64_32S 11 /* Direct 32 bit sign extended */ 39 #define R_X86_64_16 12 /* Direct 16 bit zero extended */ 40 #define R_X86_64_PC16 13 /* 16 bit sign extended pc relative */ 41 #define R_X86_64_8 14 /* Direct 8 bit sign extended */ 42 #define R_X86_64_PC8 15 /* 8 bit sign extended pc relative */
|
| /OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/ |
| H A D | notes.rst | 16 f4 had been converted to an extended value in the emulator. 19 converted to extended, then stored. If an lfm/sfm combination had been used, 22 emulator sees a multiply of a double and extended, it promotes the double to 23 extended, then does the multiply in extended precision. 32 in extended precision, due to the stfe instruction used to save f4 in log(y).
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | integratorap-im-pd1.dts | 163 interrupts-extended = <&impd1_vic 1>; 171 interrupts-extended = <&impd1_vic 2>; 179 interrupts-extended = <&impd1_vic 3>; 191 interrupts-extended = <&impd1_vic 4>; 203 interrupts-extended = <&impd1_vic 5>; 211 interrupts-extended = <&impd1_vic 6>; 219 interrupts-extended = <&impd1_vic 7>, 233 interrupts-extended = <&impd1_vic 9>; 241 interrupts-extended = <&impd1_vic 11>; 268 interrupts-extended = <&pic 9>;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Connecting.html | 88 mode and <code>target extended-remote</code> mode. Note that many remote targets 101 <p><strong>With target extended-remote mode:</strong> When the debugged program exits or 123 <p><strong>With target extended-remote mode:</strong> You may specify the program to debug 129 option. Then you can connect using <code>target extended-remote</code> and start 133 (<code>target remote</code> or <code>target extended-remote</code>). The 144 <p><strong>With target extended-remote mode:</strong> The <code>run</code> command is 161 <p><strong>With target extended-remote mode:</strong> To attach to a running program, 185 remote</code> mode and <code>target extended-remote</code> mode. 191 <code>target remote</code> (or <code>target extended-remote</code>). 218 <code>target remote</code> and <code>target extended-remote</code> commands [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Connecting.html | 88 mode and <code>target extended-remote</code> mode. Note that many remote targets 101 <p><strong>With target extended-remote mode:</strong> When the debugged program exits or 123 <p><strong>With target extended-remote mode:</strong> You may specify the program to debug 129 option. Then you can connect using <code>target extended-remote</code> and start 133 (<code>target remote</code> or <code>target extended-remote</code>). The 144 <p><strong>With target extended-remote mode:</strong> The <code>run</code> command is 161 <p><strong>With target extended-remote mode:</strong> To attach to a running program, 185 remote</code> mode and <code>target extended-remote</code> mode. 191 <code>target remote</code> (or <code>target extended-remote</code>). 218 <code>target remote</code> and <code>target extended-remote</code> commands [all …]
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | Kconfig | 3 tristate "Second extended fs support" 13 bool "Ext2 extended attributes" 16 Extended attributes are name:value pairs associated with inodes by 37 enables an extended attribute handler for file security 41 extended attributes for file security labels, say N.
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mdio.c | 48 int extended) in mdio_write_ranges() argument 56 if (!extended) in mdio_write_ranges() 76 int reglo, int reghi, int extended) in mdio_read_ranges() argument 88 if (!extended) in mdio_read_ranges() 193 int extended = 0; in do_mdio() local 230 extended = 1; in do_mdio() 238 puts("PHY does not have extended functions\n"); in do_mdio() 275 reglo, reghi, data, extended); in do_mdio() 280 reglo, reghi, extended); in do_mdio() 310 "read PHY's extended register at <devad>.<reg>\n" [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | x_store.S | 91 cmpil #0,%d0 |if dest format is extended 104 | a1 -> source in extended precision 110 |Changes extended precision to double precision. 111 | Note: no attempt is made to round the extended value to double. 118 | extended -> |s| exp | |1| ms mant | | ls mant | 133 subw #0x3fff,%d0 |subtract extended precision bias 175 | a1 -> source in extended precision 182 |Changes extended precision to single precision. 189 | extended -> |s| exp | |1| ms mant | | ls mant | 204 subw #0x3fff,%d0 |subtract extended precision bias [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | hw.h | 205 * enum mei_ext_hdr_type - extended header type used in 206 * extended header TLV 220 * @ext_payload: payload of the specific extended header 233 * @size: total size of the extended header list excluding meta header 235 * @hdrs: extended headers TLV list 245 * Extended header iterator functions 248 * mei_ext_hdr - extended header iterator begin 250 * @meta: meta header of the extended header list 253 * The first extended header 263 * @meta: meta header of the extended header list [all …]
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | Kconfig | 17 It is more easily extended to have features currently found in 19 systems are. The next version will be so extended, and will support 57 bool "ReiserFS extended attributes" 60 Extended attributes are name:value pairs associated with inodes by 81 enables an extended attribute handler for file security 85 extended attributes for file security labels, say N.
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/ |
| H A D | mpddrc.c | 76 /* Issue an extended mode register set(EMRS2) to choose operation */ in ddr2_init() 80 /* Issue an extended mode register set(EMRS3) to set EMSR to 0 */ in ddr2_init() 85 * Issue an extended mode register set(EMRS1) to enable DLL and in ddr2_init() 117 * An extended mode register set (EMRS1) cycle is issued in ddr2_init() 128 * An extended mode register set (EMRS1) cycle is issued in ddr2_init() 183 * An Extended Mode Register Set (EMRS2) cycle is issued to choose in ddr3_init() 189 * Step 7: An Extended Mode Register Set (EMRS3) cycle is issued to set in ddr3_init() 190 * the Extended Mode Register to 0. in ddr3_init() 195 * An Extended Mode Register Set (EMRS1) cycle is issued to disable and in ddr3_init()
|