Searched refs:soft (Results 1 - 25 of 56) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Drfc1201.c98 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; local
114 switch (soft->proto) {
142 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; local
153 if (soft->split_flag == 0xFF) { /* Exception Packet */
166 soft, sizeof(pkt->soft));
168 if (!soft->split_flag) { /* not split */
170 soft
385 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; local
438 load_pkt(struct net_device *dev, struct arc_hardware *hard, struct arc_rfc1201 *soft, int softlen, int bufnum) argument
512 struct arc_rfc1201 *soft = &out->pkt->soft.rfc1201, *newsoft; local
[all...]
H A Drfc1051.c97 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; local
112 switch (soft->proto) {
155 /* up to sizeof(pkt->soft) has already been copied from the card */
157 if (length > sizeof(pkt->soft))
158 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
159 pkt->soft.raw + sizeof(pkt->soft),
160 length - sizeof(pkt->soft));
171 * Create the ARCnet hard/soft header
180 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; local
[all...]
H A Darc-rawmode.c2 * Linux ARCnet driver - "raw mode" packet encapsulation (no soft headers)
121 /* up to sizeof(pkt->soft) has already been copied from the card */
123 if (length > sizeof(pkt->soft))
124 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft),
125 pkt->soft.raw + sizeof(pkt->soft),
126 length - sizeof(pkt->soft));
137 * Create the ARCnet hard/soft headers for raw mode.
138 * There aren't any soft headers in raw mode - not even the protocol id.
197 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, lengt
[all...]
H A Darcnet.c571 struct arc_rfc1201 *soft; local
580 soft = &pkt->soft.rfc1201;
581 proto = arc_proto_map[soft->proto];
913 struct arc_rfc1201 *soft; local
916 soft = &pkt.soft.rfc1201;
928 if (sizeof(pkt.soft) < length)
929 lp->hw.copy_from_card(dev, bufnum, ofs, soft, sizeof(pkt.soft));
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dfpu_system.h37 #define FPU_info (I387.soft.info)
47 #define FPU_lookahead (I387.soft.lookahead)
51 #define no_ip_update (*(u_char *)&(I387.soft.no_update))
52 #define FPU_rm (*(u_char *)&(I387.soft.rm))
56 #define access_limit (*(u_char *)&(I387.soft.alimit))
58 #define partial_status (I387.soft.swd)
59 #define control_word (I387.soft.cwd)
60 #define fpu_tag_word (I387.soft.twd)
61 #define registers (I387.soft.st_space)
62 #define top (I387.soft
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/math-emu/
H A Dkernel_linkage.c48 current->thread.fpu.soft.sr = 0;
50 current->thread.fpu.soft.regs[i] = SIGNALLING_NAN;
68 __put_user(current->thread.fpu.soft.regs[i],
71 err |= __put_user(current->thread.fpu.soft.sr, &sc->sc_fpc_csr);
84 __get_user(current->thread.fpu.soft.regs[i],
87 err |= __get_user(current->thread.fpu.soft.sr, &sc->sc_fpc_csr);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/dmasound/
H A Dtrans_16.c68 short *table = dmasound.soft.format == AFMT_MU_LAW
72 int val, stereo = dmasound.soft.stereo;
103 int val, stereo = dmasound.soft.stereo;
134 int val, stereo = dmasound.soft.stereo;
164 int stereo = dmasound.soft.stereo;
193 int mask = (dmasound.soft.format == AFMT_U16_LE? 0x0080: 0x8000);
194 int stereo = dmasound.soft.stereo;
225 (dmasound.soft.format == AFMT_MU_LAW
230 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
232 int stereo = dmasound.soft
[all...]
H A Ddmasound_atari.c13 * 01/02/2001 [0.3] - put in default hard/soft settings.
159 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8
165 if (dmasound.soft.stereo)
188 if (dmasound.soft.stereo)
204 if (!dmasound.soft.stereo) {
238 if (!dmasound.soft.stereo) {
269 if (!dmasound.soft.stereo) {
307 if (!dmasound.soft.stereo) {
346 if (!dmasound.soft.stereo) {
381 char *table = dmasound.soft
[all...]
H A Ddmasound_q40.c13 * [0.3] - put in default hard/soft settings.
66 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8;
123 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8);
127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
233 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8);
237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft
[all...]
H A Ddmasound_core.c244 return dmasound.soft.speed;
247 at present we allow (arbitrarily) low rates - using soft
249 no soft down-conversion.
255 dmasound.soft.speed = speed;
258 dmasound.dsp.speed = dmasound.soft.speed;
260 return dmasound.soft.speed;
266 return dmasound.soft.stereo;
270 dmasound.soft.stereo = stereo;
283 switch (dmasound.soft.format) {
464 to be used when the user requests the fragments sizes (with no soft
[all...]
H A Ddmasound_paula.c14 * [0.4] - put in default hard/soft settings
165 if (!dmasound.soft.stereo) {
199 if (!dmasound.soft.stereo) { \
251 if (!dmasound.soft.stereo) { \
377 if (dmasound.soft.speed)
378 period = amiga_colorclock/dmasound.soft.speed-1;
381 dmasound.hard = dmasound.soft;
406 return dmasound.soft.format;
424 dmasound.soft.format = format;
425 dmasound.soft
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dxbow.c216 xbow_soft_t soft; local
287 * Allocate the soft state structure and attach
290 NEW(soft);
291 soft->conn = conn;
292 soft->vhdl = vhdl;
293 soft->busv = busv;
294 soft->base = xbow;
296 /* xbow_soft_set(vhdl, (arbitrary_info_t) soft); */
297 hwgraph_fastinfo_set(vhdl, (arbitrary_info_t) soft);
312 soft
454 xbow_soft_t soft = xbow_soft_get(vhdl); local
808 xbow_xmit_retry_error(xbow_soft_t soft, int port) argument
1132 xbow_soft_t soft = xbow_soft_get(vhdl); local
1231 xbow_soft_t soft = xbow_soft_get(vhdl); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_arcnet.h89 * 'offset' specification instead of the length, and the soft data is at
116 } soft; member in struct:archdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_arcnet.h89 * 'offset' specification instead of the length, and the soft data is at
116 } soft; member in struct:archdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/tools/
H A Dgetconstants.c40 DEFN("TSS_FPESAVE", OFF_TSK(thread.fpstate.soft.save));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dfpu.h130 return (unsigned long long *)tsk->thread.fpu.soft.regs;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dfpu.h130 return (unsigned long *)tsk->thread.fpu.soft.regs;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dfpu.h130 return (unsigned long long *)tsk->thread.fpu.soft.regs;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dfpu.h130 return (unsigned long *)tsk->thread.fpu.soft.regs;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dfpu.h130 return (unsigned long long *)tsk->thread.fpu.soft.regs;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dprocessor.h32 struct fp_soft_struct soft; member in union:fp_state
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dprocessor.h32 struct fp_soft_struct soft; member in union:fp_state
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dfpu.h130 return (unsigned long long *)tsk->thread.fpu.soft.regs;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dptrace.c141 tmp = child->thread.fpu.soft.sr;
202 child->thread.fpu.soft.sr = data;
357 tmp = child->thread.fpu.soft.sr;
418 child->thread.fpu.soft.sr = data;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Di387.c362 return save_i387_soft( &current->thread.i387.soft, buf );
397 err = restore_i387_soft( &current->thread.i387.soft, buf );
430 return save_i387_soft( &tsk->thread.i387.soft,
458 return restore_i387_soft( &tsk->thread.i387.soft,

Completed in 212 milliseconds

123