Home
last modified time | relevance | path

Searched full:hard (Results 1 – 25 of 2950) sorted by relevance

12345678910>>...118

/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/microblaze/
H A Dfeature-microblaze-math.inc6 TUNEVALID[divide-hard] = "Hardware divider"
8 TUNEVALID[fpu-hard] = "Hardware FPU in basic mode"
9 TUNEVALID[fpu-hard-extended] = "Hardware FPU in extended mode (conversion and square root instructi…
11 TUNECONFLICTS[fpu-soft] = "fpu-hard fpu-hard-extended"
12 TUNECONFLICTS[fpu-hard] = "fpu-soft"
13 TUNECONFLICTS[fpu-hard-extended] = "fpu-soft"
19 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'divide-hard', ' -mno-xl-soft-div', ' -mxl-so…
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)
[all …]
/OK3568_Linux_fs/kernel/block/partitions/
H A DKconfig8 Say Y here if you would like to use hard disks under Linux which
22 Support hard disks partitioned under Acorn operating systems.
29 Say Y here if you would like to use hard disks under Linux which
42 Say Y here if you would like to use hard disks under Linux which
75 Say Y here if you would like to be able to read the hard disk
87 Say Y here if you would like to use hard disks under Linux which
94 Say Y here if you would like to use hard disks under Linux which
101 Say Y here if you would like to use hard disks under Linux which
108 Say Y here if you would like to be able to read the hard disk
116 Say Y here if you would like to use hard disks under Linux which
[all …]
/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Drfc1051.c97 if (pkt->hard.dest == 0) { in type_trans()
101 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
160 /* Create the ARCnet hard/soft headers for RFC1051 */
190 pkt->hard.source = *dev->dev_addr; in build_header()
198 pkt->hard.dest = 0; in build_header()
202 pkt->hard.dest = daddr; in build_header()
211 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
217 /* hard header is not included in packet length */ in prepare_tx()
227 hard->offset[0] = 0; in prepare_tx()
228 hard->offset[1] = ofs = 512 - length; in prepare_tx()
[all …]
H A Darc-rawmode.c81 /* Create the ARCnet hard/soft headers for raw mode.
96 pkt->hard.source = *dev->dev_addr; in build_header()
104 pkt->hard.dest = 0; in build_header()
108 pkt->hard.dest = daddr; in build_header()
117 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
123 /* hard header is not included in packet length */ in prepare_tx()
133 hard->offset[0] = 0; in prepare_tx()
134 hard->offset[1] = ofs = 512 - length; in prepare_tx()
136 hard->offset[0] = 0; in prepare_tx()
137 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
[all …]
H A Dcapmode.c95 /* Create the ARCnet hard/soft headers for cap mode.
115 pkt->hard.source = *dev->dev_addr; in build_header()
123 pkt->hard.dest = 0; in build_header()
127 pkt->hard.dest = daddr; in build_header()
136 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
139 /* hard header is not included in packet length */ in prepare_tx()
157 hard->offset[0] = 0; in prepare_tx()
158 hard->offset[1] = ofs = 512 - length; in prepare_tx()
160 hard->offset[0] = 0; in prepare_tx()
161 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
[all …]
H A Drfc1201.c101 if (pkt->hard.dest == 0) { in type_trans()
105 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
139 int saddr = pkt->hard.source, ofs; in rx()
364 skb->len, pkt->hard.source); in rx()
366 skb->len, pkt->hard.source); in rx()
376 /* Create the ARCnet hard/soft headers for RFC1201. */
421 pkt->hard.source = *dev->dev_addr; in build_header()
434 pkt->hard.dest = 0; in build_header()
438 pkt->hard.dest = daddr; in build_header()
442 static void load_pkt(struct net_device *dev, struct arc_hardware *hard, in load_pkt() argument
[all …]
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/
H A DConfig.in19 - MIPS32r2 - Big-Endian, Hard-Float, Legacy NaN, o32 ABI
23 - MIPS32r2 - Big-Endian, Hard-Float, 2008 NaN, o32 ABI
32 - MIPS32r2 - Little-Endian, Hard-Float, Legacy NaN, o32 ABI
36 - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI
45 - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI,
57 - MIPS64r2 - Big-Endian, Hard-Float, Legacy NaN, n32 ABI
62 - MIPS64r2 - Little-Endian, Hard-Float, Legacy NaN, n32 ABI
67 - MIPS64r2 - Big-Endian, Hard-Float, Legacy NaN, n64 ABI
72 - MIPS64r2 - Little-Endian, Hard-Float, Legacy NaN, n64 ABI
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dira.h37 /* Map: hard register number -> allocno class it belongs to. If the
38 corresponding class is NO_REGS, the hard register is not available
74 hard registers of given class needed to store value of given
82 /* Array of number of hard registers of given class which are
92 of the second one considering only hard registers available for the
97 is calculated taking only hard registers available for allocation
98 into account. If the both classes contain no hard registers
100 hard-registers including fixed ones into account. */
103 /* True if the two classes (that is calculated taking only hard
112 /* Function specific hard registers cannot be used for the register
[all …]
H A Dlra-int.h53 /* Copy between pseudos which affects assigning hard registers. */
66 /* Common info about a register (pseudo or hard register). */
74 /* Hard registers with which the pseudo conflicts. */
76 /* We assign hard registers to reload pseudos which can occur in few
77 places. So two hard register preferences are enough for them.
78 The following fields define the preferred hard registers. If
79 there are no such hard registers the first field value is
80 negative. If there is only one preferred hard register, the 2nd
83 /* Profits to use the corresponding preferred hard registers. If
84 the both hard registers defined, the first hard register has not
[all …]
H A Dira-int.h253 /* Initial and accumulated hard registers conflicting with this
255 All non-allocatable hard regs and hard regs of register classes
295 hard register to the allocno got memory earlier. It is set up
300 /* Set to TRUE if allocno can't be assigned to the stack hard
309 /* TRUE if a hard register or memory has been assigned to the
317 /* Hard register assigned to given allocno. Negative value means
355 register class living at the point than number of hard-registers
358 /* Allocno hard reg preferences. */
388 coloring) for each hard register of the allocno class. The
390 CLASS_COST. For example, the costs of two different hard
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dira.h37 /* Map: hard register number -> allocno class it belongs to. If the
38 corresponding class is NO_REGS, the hard register is not available
74 hard registers of given class needed to store value of given
82 /* Array of number of hard registers of given class which are
92 of the second one considering only hard registers available for the
97 is calculated taking only hard registers available for allocation
98 into account. If the both classes contain no hard registers
100 hard-registers including fixed ones into account. */
103 /* True if the two classes (that is calculated taking only hard
112 /* Function specific hard registers cannot be used for the register
[all …]
H A Dlra-int.h53 /* Copy between pseudos which affects assigning hard registers. */
66 /* Common info about a register (pseudo or hard register). */
74 /* Hard registers with which the pseudo conflicts. */
76 /* We assign hard registers to reload pseudos which can occur in few
77 places. So two hard register preferences are enough for them.
78 The following fields define the preferred hard registers. If
79 there are no such hard registers the first field value is
80 negative. If there is only one preferred hard register, the 2nd
83 /* Profits to use the corresponding preferred hard registers. If
84 the both hard registers defined, the first hard register has not
[all …]
H A Dira-int.h253 /* Initial and accumulated hard registers conflicting with this
255 All non-allocatable hard regs and hard regs of register classes
295 hard register to the allocno got memory earlier. It is set up
300 /* Set to TRUE if allocno can't be assigned to the stack hard
309 /* TRUE if a hard register or memory has been assigned to the
317 /* Hard register assigned to given allocno. Negative value means
355 register class living at the point than number of hard-registers
358 /* Allocno hard reg preferences. */
388 coloring) for each hard register of the allocno class. The
390 CLASS_COST. For example, the costs of two different hard
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/mips/
H A Darch-mips.inc31 TUNEVALID[fpu-hard] = "Use hardware FPU"
32 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard', ' -mhard-float', ' -msoft-float',…
33 TARGET_FPU = "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard', '', 'soft', d)}"
45 MIPSPKGSFX_FPU = "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard' , '', '-nf', d)}"
67 TUNE_FEATURES:tune-mips = "o32 bigendian fpu-hard"
72 TUNE_FEATURES:tune-mips64-n32 = "n32 bigendian fpu-hard"
77 TUNE_FEATURES:tune-mips64 = "n64 bigendian fpu-hard"
82 TUNE_FEATURES:tune-mipsel = "o32 fpu-hard"
87 TUNE_FEATURES:tune-mips64el-n32 = "n32 fpu-hard"
92 TUNE_FEATURES:tune-mips64el = "n64 fpu-hard"
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.sata3 There are two ways to operate the hard disk
5 * Read/write raw blocks from/to SATA hard disk
8 1.0 How to read the SATA hard disk's information?
13 Type: Hard Disk
17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk?
19 Notes: Hard disk sectors are normally 512 bytes, so
34 1.2 How to raw read the kernel, file system, dtb from a SATA hard disk?
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-img-mips/
H A DConfig.in18 - MIPS32r6 - Big-Endian, Hard-Float, 2008 NaN, o32 ABI
26 - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI
34 - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI,
46 - MIPS64r6 - Big-Endian, Hard-Float, 2008 NaN, n32 ABI
51 - MIPS64r6 - Little-Endian, Hard-Float, 2008 NaN, n32 ABI
56 - MIPS64r6 - Big-Endian, Hard-Float, 2008 NaN, n64 ABI
61 - MIPS64r6 - Little-Endian, Hard-Float, 2008 NaN, n64 ABI
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-i801.c23 * 82801DB (ICH4) 0x24c3 32 hard yes no no
24 * 82801E (ICH5) 0x24d3 32 hard yes yes yes
25 * 6300ESB 0x25a4 32 hard yes yes yes
26 * 82801F (ICH6) 0x266a 32 hard yes yes yes
27 * 6310ESB/6320ESB 0x269b 32 hard yes yes yes
28 * 82801G (ICH7) 0x27da 32 hard yes yes yes
29 * 82801H (ICH8) 0x283e 32 hard yes yes yes
30 * 82801I (ICH9) 0x2930 32 hard yes yes yes
31 * EP80579 (Tolapai) 0x5032 32 hard yes yes yes
32 * ICH10 0x3a30 32 hard yes yes yes
[all …]
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_atari.c14 * 01/02/2001 [0.3] - put in default hard/soft settings.
393 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law()
453 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s8()
507 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u8()
563 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16be()
619 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16be()
677 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16le()
735 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16le()
928 dmasound.hard = dmasound.soft; in TTInit()
930 if (dmasound.hard.speed > 50066) { in TTInit()
[all …]
H A Ddmasound_q40.c14 * [0.3] - put in default hard/soft settings.
127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law()
163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8()
200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8()
237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law()
276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8()
315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8()
420 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame()
520 dmasound.hard = dmasound.soft; in Q40Init()
521 /*sound.hard.stereo=1;*/ /* no longer true */ in Q40Init()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/
H A Dfeature-arm-vfp.inc12 TUNEVALID[callconvention-hard] = "Enable EABI hard float call convention, requires VFP."
13 TUNE_CCARGS_MFLOAT = "${@ bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'hard', 'softfp…
15 …= "${@ 'hf' if (d.getVar('TUNE_CCARGS_MFLOAT') == 'hard') else ''}"
H A Darch-armv7a.inc66 TUNE_FEATURES:tune-armv7ahf = "${TUNE_FEATURES:tune-armv7a} callconvention-hard"
67 TUNE_FEATURES:tune-armv7athf = "${TUNE_FEATURES:tune-armv7at} callconvention-hard"
68 …NE_FEATURES:tune-armv7ahf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7a-vfpv3d16} callconvention-hard"
69 …E_FEATURES:tune-armv7athf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7at-vfpv3d16} callconvention-hard"
70 TUNE_FEATURES:tune-armv7ahf-vfpv3 = "${TUNE_FEATURES:tune-armv7a-vfpv3} callconvention-hard"
71 TUNE_FEATURES:tune-armv7athf-vfpv3 = "${TUNE_FEATURES:tune-armv7at-vfpv3} callconvention-hard"
72 …NE_FEATURES:tune-armv7ahf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7a-vfpv4d16} callconvention-hard"
73 …E_FEATURES:tune-armv7athf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7at-vfpv4d16} callconvention-hard"
74 TUNE_FEATURES:tune-armv7ahf-neon = "${TUNE_FEATURES:tune-armv7a-neon} callconvention-hard"
75 TUNE_FEATURES:tune-armv7athf-neon = "${TUNE_FEATURES:tune-armv7at-neon} callconvention-hard"
[all …]
H A Darch-armv7ve.inc63 TUNE_FEATURES:tune-armv7vehf = "${TUNE_FEATURES:tune-armv7ve} callconvention-hard"
64 TUNE_FEATURES:tune-armv7vethf = "${TUNE_FEATURES:tune-armv7vet} callconvention-hard"
65 …_FEATURES:tune-armv7vehf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7ve-vfpv3d16} callconvention-hard"
66 …FEATURES:tune-armv7vethf-vfpv3d16 = "${TUNE_FEATURES:tune-armv7vet-vfpv3d16} callconvention-hard"
67 TUNE_FEATURES:tune-armv7vehf-vfpv3 = "${TUNE_FEATURES:tune-armv7ve-vfpv3} callconvention-hard"
68 …NE_FEATURES:tune-armv7vethf-vfpv3 = "${TUNE_FEATURES:tune-armv7vet-vfpv3} callconvention-hard"
69 …_FEATURES:tune-armv7vehf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7ve-vfpv4d16} callconvention-hard"
70 …FEATURES:tune-armv7vethf-vfpv4d16 = "${TUNE_FEATURES:tune-armv7vet-vfpv4d16} callconvention-hard"
71 TUNE_FEATURES:tune-armv7vehf-neon = "${TUNE_FEATURES:tune-armv7ve-neon} callconvention-hard"
72 TUNE_FEATURES:tune-armv7vethf-neon = "${TUNE_FEATURES:tune-armv7vet-neon} callconvention-hard"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/powerpc/
H A Darch-powerpc.inc3 # *) Hard/Soft Floating Point
21 TUNEVALID[fpu-hard] = "Use hardware FPU."
22 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-hard', ' -mhard-float', '', d)}"
38 TUNE_FEATURES:tune-powerpc = "m32 fpu-hard bigendian"
48 TUNE_FEATURES:tune-powerpcle = "m32 fpu-hard"
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/armv7a/
H A Dtune-cortexa7.inc40 TUNE_FEATURES:tune-cortexa7hf = "${TUNE_FEATURES:tune-cortexa7} callconvention-hard"
41 TUNE_FEATURES:tune-cortexa7thf = "${TUNE_FEATURES:tune-cortexa7t} callconvention-hard"
42 …NE_FEATURES:tune-cortexa7hf-neon = "${TUNE_FEATURES:tune-cortexa7-neon} callconvention-hard"
43 …E_FEATURES:tune-cortexa7thf-neon = "${TUNE_FEATURES:tune-cortexa7t-neon} callconvention-hard"
44 …TURES:tune-cortexa7hf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa7-neon-vfpv4} callconvention-hard"
45 …URES:tune-cortexa7thf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa7t-neon-vfpv4} callconvention-hard"
H A Dtune-cortexa17.inc40 TUNE_FEATURES:tune-cortexa17hf = "${TUNE_FEATURES:tune-cortexa17} callconvention-hard"
41 TUNE_FEATURES:tune-cortexa17thf = "${TUNE_FEATURES:tune-cortexa17t} callconvention-hard"
42 …_FEATURES:tune-cortexa17hf-neon = "${TUNE_FEATURES:tune-cortexa17-neon} callconvention-hard"
43 …FEATURES:tune-cortexa17thf-neon = "${TUNE_FEATURES:tune-cortexa17t-neon} callconvention-hard"
44 …RES:tune-cortexa17hf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa17-neon-vfpv4} callconvention-hard"
45 …ES:tune-cortexa17thf-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa17t-neon-vfpv4} callconvention-hard"

12345678910>>...118