Searched refs:sw (Results 1 - 25 of 96) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Dsidewinder.c112 struct sw { struct
214 #define GB(pos,num) sw_get_bits(buf, pos, num, sw->bits)
300 static int sw_parse(unsigned char *buf, struct sw *sw) argument
303 struct input_dev *dev = sw->dev;
305 switch (sw->type) {
329 for (i = 0; i < sw->number; i ++) {
404 static int sw_read(struct sw *sw) argument
409 i = sw_read_packet(sw
480 struct sw *sw = (void *) private; local
489 struct sw *sw = dev->private; local
497 struct sw *sw = dev->private; local
563 struct sw *sw; local
735 struct sw *sw = gameport->private; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dpg-r4k.S269 sw a3, (a0)
270 sw a2, 4(a0)
271 sw v1, 8(a0)
272 sw v0, 12(a0)
278 sw a3, 16(a0)
279 sw a2, 20(a0)
280 sw v1, 24(a0)
281 sw v0, 28(a0)
289 sw a3, -32(a0)
290 sw a
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dfpu.h91 ieee_swcr_to_fpcr(unsigned long sw) argument
94 fp = (sw & IEEE_STATUS_MASK) << 35;
95 fp |= (sw & IEEE_MAP_DMZ) << 36;
96 fp |= (sw & IEEE_STATUS_MASK ? FPCR_SUM : 0);
97 fp |= (~sw & (IEEE_TRAP_ENABLE_INV
100 fp |= (~sw & (IEEE_TRAP_ENABLE_UNF | IEEE_TRAP_ENABLE_INE)) << 57;
101 fp |= (sw & IEEE_MAP_UMZ ? FPCR_UNDZ | FPCR_UNFD : 0);
102 fp |= (~sw & IEEE_TRAP_ENABLE_DNO) << 41;
109 unsigned long sw; local
110 sw
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dfpu.h91 ieee_swcr_to_fpcr(unsigned long sw) argument
94 fp = (sw & IEEE_STATUS_MASK) << 35;
95 fp |= (sw & IEEE_MAP_DMZ) << 36;
96 fp |= (sw & IEEE_STATUS_MASK ? FPCR_SUM : 0);
97 fp |= (~sw & (IEEE_TRAP_ENABLE_INV
100 fp |= (~sw & (IEEE_TRAP_ENABLE_UNF | IEEE_TRAP_ENABLE_INE)) << 57;
101 fp |= (sw & IEEE_MAP_UMZ ? FPCR_UNDZ | FPCR_UNFD : 0);
102 fp |= (~sw & IEEE_TRAP_ENABLE_DNO) << 41;
109 unsigned long sw; local
110 sw
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dgdb-low.S42 sw k0,GDB_FR_REG29(sp)
43 sw v0,GDB_FR_REG2(sp)
50 sw v0,GDB_FR_STATUS(sp)
52 sw v0,GDB_FR_CAUSE(sp)
54 sw v0,GDB_FR_EPC(sp)
56 sw v0,GDB_FR_BADVADDR(sp)
58 sw v0,GDB_FR_HI(sp)
60 sw v0,GDB_FR_LO(sp)
66 sw zero,GDB_FR_REG0(sp) /* I know... */
67 sw
[all...]
H A Dscall_o32.S35 sw t1, PT_EPC(sp)
43 sw a3, PT_R26(sp) # save a3 for syscall restarting
47 sw a3, PT_R26(sp) # save for syscall restart
51 sw t2, PT_R1(sp)
73 sw t0, PT_R7(sp) # set error flag
77 sw v0, PT_R0(sp) # set flag for syscall restarting
78 1: sw v0, PT_R2(sp) # result
140 sw t2, PT_R1(sp)
152 sw t0, PT_R7(sp) # set error flag
156 sw v
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Delf.h71 struct switch_stack *sw = ((struct switch_stack *)regs) - 1; \
72 pr_reg[5] = sw->d6; \
73 pr_reg[6] = sw->d7; \
74 pr_reg[10] = sw->a3; \
75 pr_reg[11] = sw->a4; \
76 pr_reg[12] = sw->a5; \
77 pr_reg[13] = sw->a6; \
H A Dprocessor.h127 struct switch_stack *sw = (struct switch_stack *)t->ksp; local
129 if (sw->retpc > (unsigned long)scheduling_functions_start_here &&
130 sw->retpc < (unsigned long)scheduling_functions_end_here)
131 return ((unsigned long *)sw->a6)[1];
133 return sw->retpc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Delf.h71 struct switch_stack *sw = ((struct switch_stack *)regs) - 1; \
72 pr_reg[5] = sw->d6; \
73 pr_reg[6] = sw->d7; \
74 pr_reg[10] = sw->a3; \
75 pr_reg[11] = sw->a4; \
76 pr_reg[12] = sw->a5; \
77 pr_reg[13] = sw->a6; \
H A Dprocessor.h127 struct switch_stack *sw = (struct switch_stack *)t->ksp; local
129 if (sw->retpc > (unsigned long)scheduling_functions_start_here &&
130 sw->retpc < (unsigned long)scheduling_functions_end_here)
131 return ((unsigned long *)sw->a6)[1];
133 return sw->retpc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lib/
H A Dmcount.S24 sw a0, 0(sp)
25 sw a1, 4(sp)
26 sw a2, 8(sp)
27 sw a3, 12(sp)
28 sw ra, 16(sp)
29 sw AT, 20(sp)
H A Dmemset.S19 EX(sw, val, (offset + 0x00)(dst), fixup); \
20 EX(sw, val, (offset + 0x04)(dst), fixup); \
21 EX(sw, val, (offset + 0x08)(dst), fixup); \
22 EX(sw, val, (offset + 0x0c)(dst), fixup); \
23 EX(sw, val, (offset + 0x10)(dst), fixup); \
24 EX(sw, val, (offset + 0x14)(dst), fixup); \
25 EX(sw, val, (offset + 0x18)(dst), fixup); \
26 EX(sw, val, (offset + 0x1c)(dst), fixup); \
27 EX(sw, val, (offset + 0x20)(dst), fixup); \
28 EX(sw, va
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dstackframe.h22 sw $1, PT_R1(sp); \
27 sw $8, PT_R8(sp); \
28 sw $9, PT_R9(sp); \
29 sw v1, PT_HI(sp); \
31 sw $10,PT_R10(sp); \
32 sw $11, PT_R11(sp); \
33 sw v1, PT_LO(sp); \
34 sw $12, PT_R12(sp); \
35 sw $13, PT_R13(sp); \
36 sw
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dstackframe.h22 sw $1, PT_R1(sp); \
27 sw $8, PT_R8(sp); \
28 sw $9, PT_R9(sp); \
29 sw v1, PT_HI(sp); \
31 sw $10,PT_R10(sp); \
32 sw $11, PT_R11(sp); \
33 sw v1, PT_LO(sp); \
34 sw $12, PT_R12(sp); \
35 sw $13, PT_R13(sp); \
36 sw
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dstackframe.h22 sw $1, PT_R1(sp); \
27 sw $8, PT_R8(sp); \
28 sw $9, PT_R9(sp); \
29 sw v1, PT_HI(sp); \
31 sw $10,PT_R10(sp); \
32 sw $11, PT_R11(sp); \
33 sw v1, PT_LO(sp); \
34 sw $12, PT_R12(sp); \
35 sw $13, PT_R13(sp); \
36 sw
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dstackframe.h22 sw $1, PT_R1(sp); \
27 sw $8, PT_R8(sp); \
28 sw $9, PT_R9(sp); \
29 sw v1, PT_HI(sp); \
31 sw $10,PT_R10(sp); \
32 sw $11, PT_R11(sp); \
33 sw v1, PT_LO(sp); \
34 sw $12, PT_R12(sp); \
35 sw $13, PT_R13(sp); \
36 sw
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dmeminit.S49 1: sw zero,0(t4)
50 sw zero,4(t4)
51 sw zero,8(t4)
52 sw zero,12(t4)
62 sw t2,0(t4)
68 1: sw zero,0(t4)
75 sw t3,0(t4)
81 1: sw zero,0(t4)
142 1: sw zero,0(a1)
143 sw zer
[all...]
H A Dsbdreset_evb64120A.S235 sw v1,0(v0)
256 sw t0,0(v0)
260 sw t0,0(v0)
265 sw t0,0(v0)
270 sw t0,0(v0)
274 sw t0,0(v0)
288 sw t0,0(v0) /* - Duplicate Dadr11,BankSel1 and Dadr12 */
301 sw t0,0(v0)
305 sw t0,0(v0)
310 sw t
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dswim3.c258 volatile struct swim3 *sw = fs->swim3; local
260 out_8(&sw->select, RELAX);
262 out_8(&sw->control_bis, SELECT);
264 out_8(&sw->control_bic, SELECT);
265 out_8(&sw->select, sel & CA_MASK);
270 volatile struct swim3 *sw = fs->swim3; local
274 out_8(&sw->select, sw->select | LSTRB);
276 out_8(&sw->select, sw
283 volatile struct swim3 *sw = fs->swim3; local
372 volatile struct swim3 *sw = fs->swim3; local
385 volatile struct swim3 *sw = fs->swim3; local
414 volatile struct swim3 *sw = fs->swim3; local
457 volatile struct swim3 *sw = fs->swim3; local
533 volatile struct swim3 *sw = fs->swim3; local
553 volatile struct swim3 *sw = fs->swim3; local
578 volatile struct swim3 *sw = fs->swim3; local
606 volatile struct swim3 *sw = fs->swim3; local
843 volatile struct swim3 *sw; local
918 volatile struct swim3 *sw; local
948 volatile struct swim3 *sw; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dmd32_common.h395 size_t sw,sc,ew,ec; local
410 sw=c->num>>2;
415 l=p[sw]; HOST_p_c2l(data,l,sc); p[sw++]=l;
416 for (; sw<HASH_LBLOCK; sw++)
418 HOST_c2l(data,l); p[sw]=l;
430 l=p[sw]; HOST_p_c2l_p(data,l,sc,len); p[sw]=l;
437 l=p[sw];
[all...]
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dsbsdram.S34 sw k1,0(k0); \
36 sw k1,4(k0); \
39 #define TRACE(num, reg) sw reg,(num << 4)(k0)
562 sw t1, 4(a0) # SDRAM config
564 sw a1, 0(a0)
566 sw a1, 0(a0)
568 sw a1, 0(a0) # 1st refresh of power up sequence
569 sw a1, 0(a0) # 2nd refresh of power up sequence
570 sw a1, 0(a0) # 3rd refresh of power up sequence
571 sw a
[all...]
H A Dboot.S50 sw a3,CC_CLKC_N(a2) # set control N1 to select 6
52 sw t3,CC_WATCHDOG(a2) # set WatchDog Reset
69 sw t2,PMU_REG_CONTROL_ADDR(a2)
70 sw a0,PMU_REG_CONTROL_DATA(a2)
79 sw t2,PMU_REG_CONTROL_ADDR(a2)
80 sw a1,PMU_REG_CONTROL_DATA(a2)
87 sw t2,PMU_REG_CONTROL_ADDR(a2)
88 sw a0,PMU_REG_CONTROL_DATA(a2) # BB switcher to get 1.2V
90 sw t2,PMU_REG_CONTROL_ADDR(a2)
91 sw a
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/prom/
H A Dlocore.S22 sw k0, 0(k1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/math-emu/
H A Ddriver.c85 unsigned int orig_sw, sw; local
106 memcpy(&sw, frcopy, sizeof(sw));
110 printbinary(sw, 32);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/applets/
H A Dminicrt0.S84 1: sw zero,0(t0)

Completed in 142 milliseconds

1234