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

1234

/linux-master/arch/powerpc/math-emu/
H A Dfadds.c7 #include <math-emu/soft-fp.h>
H A Dstfs.c7 #include <math-emu/soft-fp.h>
H A Dfadd.c7 #include <math-emu/soft-fp.h>
H A Dfmsubs.c7 #include <math-emu/soft-fp.h>
H A Dfsubs.c7 #include <math-emu/soft-fp.h>
H A Dfsub.c7 #include <math-emu/soft-fp.h>
H A Dfdiv.c7 #include <math-emu/soft-fp.h>
H A Dmtfsf.c7 #include <math-emu/soft-fp.h>
H A Dfcmpo.c7 #include <math-emu/soft-fp.h>
H A Dfmsub.c7 #include <math-emu/soft-fp.h>
H A Dfmadds.c7 #include <math-emu/soft-fp.h>
H A Dfmadd.c7 #include <math-emu/soft-fp.h>
H A Dfdivs.c7 #include <math-emu/soft-fp.h>
H A Dfmul.c7 #include <math-emu/soft-fp.h>
H A Dfmuls.c7 #include <math-emu/soft-fp.h>
H A Dfnmsubs.c7 #include <math-emu/soft-fp.h>
H A Dfnmadds.c7 #include <math-emu/soft-fp.h>
H A Dfnmsub.c7 #include <math-emu/soft-fp.h>
H A Dfnmadd.c7 #include <math-emu/soft-fp.h>
/linux-master/include/uapi/linux/
H A Dif_arcnet.h101 * 'offset' specification instead of the length, and the soft data is at
127 } soft; member in struct:archdr
/linux-master/arch/x86/include/asm/fpu/
H A Dapi.h58 * local_bh_disable() protects against both preemption and soft interrupts
62 * serializes soft interrupt related sections via a local lock, but stays
126 extern void fpstate_init_soft(struct swregs_state *soft);
128 static inline void fpstate_init_soft(struct swregs_state *soft) {} argument
/linux-master/drivers/watchdog/
H A Dbcm47xx_wdt.c180 bool soft; local
186 soft = wdt->max_timer_ms < WDT_SOFTTIMER_THRESHOLD * 1000;
188 if (soft) {
211 soft ? ", Software Timer" : "");
215 if (soft)
/linux-master/arch/mips/kernel/
H A Delf.c34 * @soft: The soft(-float) requirement means that the program being
53 bool soft; member in struct:mode_req
221 prog_req.soft = interp_req.soft && prog_req.soft;
261 !prog_req.fr1 && !prog_req.single && !prog_req.soft)
/linux-master/sound/oss/dmasound/
H A Ddmasound_core.c240 return dmasound.soft.speed;
243 at present we allow (arbitrarily) low rates - using soft
245 no soft down-conversion.
251 dmasound.soft.speed = speed;
254 dmasound.dsp.speed = dmasound.soft.speed;
256 return dmasound.soft.speed;
262 return dmasound.soft.stereo;
266 dmasound.soft.stereo = stereo;
279 switch (dmasound.soft.format) {
470 to be used when the user requests the fragments sizes (with no soft
[all...]
/linux-master/drivers/pinctrl/mediatek/
H A Dmtk-eint.h23 unsigned int soft; member in struct:mtk_eint_regs

Completed in 227 milliseconds

1234