Searched refs:soft (Results 26 - 50 of 56) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dprocessor.h110 struct mips_fpu_soft_struct soft; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dprocessor.h131 struct mips_fpu_soft_struct soft; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dprocessor.h98 struct sh_fpu_soft_struct soft; member in union:sh_fpu_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dprocessor.h110 struct mips_fpu_soft_struct soft; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dprocessor.h131 struct mips_fpu_soft_struct soft; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dprocessor.h98 struct sh_fpu_soft_struct soft; member in union:sh_fpu_union
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dprocessor.h110 struct mips_fpu_soft_struct soft; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dprocessor.h110 struct mips_fpu_soft_struct soft; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dptrace.c142 tmp = child->thread.fpu.soft.sr;
221 child->thread.fpu.soft.sr = data;
H A Dbranch.c167 fcr31 = current->thread.fpu.soft.sr;
H A Dtraps.c526 &current->thread.fpu.soft);
532 current->thread.fpu.soft.sr &= ~FPU_CSR_ALL_X;
688 int sig = fpu_emulator_cop1Handler(0, regs, &current->thread.fpu.soft);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dbranch.c168 fcr31 = current->thread.fpu.soft.sr;
H A Dtraps.c430 &current->thread.fpu.soft);
436 current->thread.fpu.soft.sr &= ~FPU_CSR_ALL_X;
563 int sig = fpu_emulator_cop1Handler(0, regs, &current->thread.fpu.soft);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/dmasound/
H A Ddmasound.h102 /* description of the set-up applies to either hard or soft settings */
170 SETTINGS soft; /* software settings */ member in struct:sound_settings
H A Ddmasound_awacs.c17 * - move soft format translations to a separate file
22 * - made the default_hard/soft entries.
239 /* for (soft) sample rate translations */
600 && dmasound.soft.speed <= awacs_freqs[i] + tolerance)
665 switch (dmasound.soft.format) {
680 /* set dmasound.hard.speed - on the basis of what we want (soft)
683 set_frame_rate(dmasound.soft.speed, catchRadius) ;
686 if (dmasound.soft.speed >= dmasound.hard.speed - tolerance)
697 expand_bal = -dmasound.soft.speed;
707 return dmasound.soft
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_error.c429 pcibr_pioerr_check(pcibr_soft_t soft) argument
443 bridge = soft->bs_base;
456 int nfunc = soft->bs_slot[slot].bss_ninfo;
457 pcibr_info_h pcibr_infoh = soft->bs_slot[slot].bss_infos;
472 soft->bs_slot[slot].bss_window[win].bssw_base;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dnfsmount.c290 int soft; local
381 soft = 0;
475 else if (!strcmp(opt, "soft"))
476 soft = val;
478 soft = !val;
505 data.flags = (soft ? NFS_MOUNT_SOFT : 0)
545 printf("soft = %d, intr = %d, posix = %d, nocto = %d, noac = %d\n",
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/math-emu/
H A Dmath.c9 #include <math-emu/soft-fp.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Dprocess.c136 * soft boot works.
328 memcpy(fp, &current->thread.fpstate.soft, sizeof (*fp));
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_cpuinit.S82 and v0,M_SR_SR # preserve soft reset
215 * This routine is called when someone soft-exits to CFE. We
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/rm5200/src/
H A Drm5200_cpuinit.S218 and v0,M_SR_SR # preserve soft reset
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/rm7000/src/
H A Drm7000_cpuinit.S218 and v0,M_SR_SR # preserve soft reset
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1_cpuinit.S218 and v0,M_SR_SR # preserve soft reset
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dprocessor.h332 struct i387_soft_struct soft; member in union:i387_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dprocessor.h332 struct i387_soft_struct soft; member in union:i387_union

Completed in 310 milliseconds

123