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

/linux-master/arch/powerpc/kernel/
H A Dalign.c40 #define SE 2 /* sign-extend value, or FP ld/st as word */ macro
55 { 2, LD+SE }, /* 0 01 11: evlhhossplat[x] */
59 { 4, LD+SE }, /* 0 10 11: evlwhos[x] */
246 if (flags & SE) {
/linux-master/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
/linux-master/drivers/zorro/
H A Dzorro.ids15 0000 SE 2000 A500 [HD Controller]
/linux-master/sound/soc/sh/
H A Dfsi.c101 #define SE (1 << 0) /* Fix the master clock */ macro
715 mask = BP | SE;
/linux-master/drivers/memory/tegra/
H A Dtegra210.c1269 TEGRA210_MC_RESET(SE, 0x970, 0x974, 7),
/linux-master/drivers/scsi/
H A Dadvansys.c385 #define ASC_IERR_SINGLE_END_DEVICE 0x0020 /* SE device on DIFF bus */
1415 #define DIFF_SENSE 0x0080 /* 1: No SE cables, 0: SE cable (Read-Only) */
1437 #define SE 0x0400 /* SE Device Detect */ macro
1441 #define TERM_SE 0x0030 /* SE Termination Bits */
1442 #define TERM_SE_HI 0x0020 /* Enable SE Upper Termination */
1443 #define TERM_SE_LO 0x0010 /* Enable SE Lower Termination */
1447 #define C_DET_SE 0x0003 /* SE Cable Detect Bits */
1448 #define C_DET1 0x0002 /* Cable Detect for SE Interna
[all...]

Completed in 153 milliseconds