Searched refs:SE (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dalign.c41 #define SE 2 /* sign-extend value */ macro
67 { 2, LD+SE }, /* 00 0 0101: lha */
83 { 2, LD+SE+U }, /* 00 1 0101: lhau */
99 { 4, LD+SE }, /* 01 0 0101: lwax */
115 { 4, LD+SE+U }, /* 01 1 0101: lwaux */
139 { 4, LD+SE }, /* 10 0 1101 lwa */
163 { 2, LD+SE }, /* 11 0 0101: lhax */
179 { 2, LD+SE+U }, /* 11 1 0101: lhaux */
534 case LD+SE: /* sign extend */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dtelnet.c304 putiac(SE);
332 putiac(SE);
352 putiac(SE);
527 if (c == SE)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Ddecbin.S25 | Set the sign according to SE. Subtract 16 to compensate
37 | bcd string. If SE is positive, count the leading zeros;
158 btst #30,%d4 |get SE
164 negl %d1 |now negative, make pos and set SE
165 orl #0x40000000,%d4 |set SE in d4,
251 | and set SE.
257 | 5. Check if the exp has crossed zero in #3 above; clear SE.
318 orl #0x40000000,%d4 | and set SE in d4
364 negl %d1 |take abs of exp and clr SE
366 andl #0xbfffffff,%d4 | and clr SE i
[all...]
H A Dget_op.S499 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1
500 cmpiw #7,%d1 |SE and y bits must be on for special
551 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1
552 cmpiw #7,%d1 |SE and y bits must be on for special
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dvty.c1136 case SE:
1137 vty_out (vty, "SE ");
1164 case SE:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dadvansys.c1898 #define DIFF_SENSE 0x0080 /* 1: No SE cables, 0: SE cable (Read-Only) */
1920 #define SE 0x0400 /* SE Device Detect */ macro
1924 #define TERM_SE 0x0030 /* SE Termination Bits */
1925 #define TERM_SE_HI 0x0020 /* Enable SE Upper Termination */
1926 #define TERM_SE_LO 0x0010 /* Enable SE Lower Termination */
1930 #define C_DET_SE 0x0003 /* SE Cable Detect Bits */
1931 #define C_DET1 0x0002 /* Cable Detect for SE Internal Wide */
1932 #define C_DET0 0x0001 /* Cable Detect for SE Interna
[all...]

Completed in 200 milliseconds