Searched refs:hard (Results 1 - 25 of 42) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Darc-rawmode.c137 * Create the ARCnet hard/soft headers for raw mode.
154 pkt->hard.source = *dev->dev_addr;
159 pkt->hard.dest = 0;
163 pkt->hard.dest = daddr;
173 struct arc_hardware *hard = &pkt->hard; local
179 length -= ARC_HDR_SIZE; /* hard header is not included in packet length */
188 hard->offset[0] = 0;
189 hard->offset[1] = ofs = 512 - length;
191 hard
[all...]
H A Drfc1051.c104 if (pkt->hard.dest == 0)
108 if (pkt->hard.dest != dev->dev_addr[0])
171 * Create the ARCnet hard/soft headers for RFC1051.
206 pkt->hard.source = *dev->dev_addr;
211 pkt->hard.dest = 0;
215 pkt->hard.dest = daddr;
225 struct arc_hardware *hard = &pkt->hard; local
231 length -= ARC_HDR_SIZE; /* hard header is not included in packet length */
240 hard
[all...]
H A Drfc1201.c106 if (pkt->hard.dest == 0)
110 if (pkt->hard.dest != dev->dev_addr[0])
143 int saddr = pkt->hard.source, ofs;
364 skb->len, pkt->hard.source);
366 skb->len, pkt->hard.source);
377 /* Create the ARCnet hard/soft headers for RFC1201. */
421 pkt->hard.source = *dev->dev_addr;
429 pkt->hard.dest = 0;
433 pkt->hard.dest = daddr;
438 static void load_pkt(struct net_device *dev, struct arc_hardware *hard, argument
511 struct arc_hardware *hard = &out->pkt->hard; local
[all...]
H A Darcnet.c520 * Rebuild the ARCnet hard header. This is called after an ARP (or in the
584 skb->len, pkt->hard.dest);
919 if (pkt.hard.offset[0]) {
920 ofs = pkt.hard.offset[0];
923 ofs = pkt.hard.offset[1];
937 bufnum, pkt.hard.source, pkt.hard.dest, length);
946 *oldp = arc_proto_map[lp->default_proto[pkt.hard.source]],
952 " (was '%c')\n", soft->proto, pkt.hard.source,
961 lp->default_proto[pkt.hard
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dptrace.c139 tmp = child->thread.fpu.hard.control;
182 memset(&child->thread.fpu.hard, ~0,
183 sizeof(child->thread.fpu.hard));
184 child->thread.fpu.hard.control = 0;
200 child->thread.fpu.hard.control = data;
355 tmp = child->thread.fpu.hard.control;
398 memset(&child->thread.fpu.hard, ~0,
399 sizeof(child->thread.fpu.hard));
400 child->thread.fpu.hard.control = 0;
416 child->thread.fpu.hard
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/dmasound/
H A Ddmasound_atari.c13 * 01/02/2001 [0.3] - put in default hard/soft settings.
385 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
445 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
498 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
553 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
607 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
663 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
719 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed;
919 dmasound.hard = dmasound.soft;
921 if (dmasound.hard
[all...]
H A Ddmasound_q40.c13 * [0.3] - put in default hard/soft settings.
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;
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.speed;
430 speed=(dmasound.hard.speed==10000 ? 0 : 1);
522 dmasound.hard = dmasound.soft;
523 /*sound.hard
[all...]
H A Ddmasound_core.c174 * it will be quite hard to trap it with an -EXXX return... because we can't
483 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ;
488 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ;
492 sq->block_size *= dmasound.hard.speed ;
496 (dmasound.hard.size * (dmasound.hard.stereo+1))/8 ;
558 /* implement any changes we have made to the soft/hard params.
870 driver must supply defaults for hard
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_arcnet.h108 struct arc_hardware hard; member in struct:archdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_arcnet.h108 struct arc_hardware hard; member in struct:archdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dptrace.c144 tmp = child->thread.fpu.hard.control;
192 memset(&child->thread.fpu.hard, ~0,
193 sizeof(child->thread.fpu.hard));
194 child->thread.fpu.hard.control = 0;
223 child->thread.fpu.hard.control = data;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dfpu.h128 return (unsigned long long *)&tsk->thread.fpu.hard.fp_regs[0];
H A Dprocessor.h109 struct mips_fpu_hard_struct hard; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dfpu.h128 return (unsigned long *)&tsk->thread.fpu.hard.fp_regs[0];
H A Dprocessor.h130 struct mips_fpu_hard_struct hard; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dfpu.h128 return (unsigned long long *)&tsk->thread.fpu.hard.fp_regs[0];
H A Dprocessor.h109 struct mips_fpu_hard_struct hard; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dfpu.h128 return (unsigned long *)&tsk->thread.fpu.hard.fp_regs[0];
H A Dprocessor.h130 struct mips_fpu_hard_struct hard; member in union:mips_fpu_union
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dfpu.h128 return (unsigned long long *)&tsk->thread.fpu.hard.fp_regs[0];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dprocessor.h31 struct fp_hard_struct hard; member in union:fp_state
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dprocessor.h31 struct fp_hard_struct hard; member in union:fp_state
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dfpu.h128 return (unsigned long long *)&tsk->thread.fpu.hard.fp_regs[0];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/kernel/
H A Dfpu.c49 : "r" ((char *)(&tsk->thread.fpu.hard.status)),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dprocessor.h97 struct sh_fpu_hard_struct hard; member in union:sh_fpu_union

Completed in 173 milliseconds

12