Searched refs:clear (Results 1 - 25 of 184) sorted by relevance

12345678

/arch/mips/lasat/
H A Dprom.h4 extern void (*prom_display)(const char *string, int pos, int clear);
/arch/powerpc/math-emu/
H A Dmcrfs.c11 u32 value, clear; local
17 clear = 15 << ((7 - crfS) << 2);
19 clear = 0x90000000;
22 __FPU_FPSCR &= ~(clear);
/arch/mips/emma/markeins/
H A Dled.c23 const unsigned long clear = 0x20202020; variable
29 emma2rh_out32(LED_BASE, clear);
30 emma2rh_out32(LED_BASE + 4, clear);
/arch/arm/plat-samsung/include/plat/
H A Dpm.h75 * @clear: clear bits for the state of the LEDs.
77 extern void s3c_pm_debug_smdkled(u32 set, u32 clear);
80 static inline void s3c_pm_debug_smdkled(u32 set, u32 clear) { } argument
/arch/m68k/fpsp040/
H A Dx_unsupp.S56 fmovel #0,%FPSR |clear all user status bits
57 fmovel #0,%FPCR |clear all user control bits
60 | exception byte and condition codes are clear before proceeding,
67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte
70 andl #0x0FFF40FF,%d1 |clear all but cc's, snan bit, aexcs, and qbyte
/arch/arm/mm/
H A Dabort-nommu.S17 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
H A Dabort-ev4.S22 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR
H A Dabort-ev4t.S24 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR
H A Ddump.c51 const char *clear; member in struct:prot_bits
59 .clear = " ",
64 .clear = "RW",
69 .clear = "x ",
74 .clear = " ",
132 .clear = "RW",
173 .clear = "x ",
178 .clear = " ",
211 s = bits->clear;
H A Dabort-ev5t.S24 bic r1, r1, #1 << 11 @ clear bits 11 of FSR
H A Dabort-ev5tj.S22 bic r1, r1, #1 << 11 | 1 << 10 @ clear bits 11 and 10 of FSR
/arch/mips/ath79/
H A Dcommon.h29 void ath79_gpio_function_setup(u32 set, u32 clear);
/arch/cris/arch-v32/lib/
H A Dspinlock.S21 clear.b [$r10]
33 clear.b [$r10]
/arch/mn10300/lib/
H A D__ucmpdi2.S31 subc a1,d1 # may clear Z, never sets it
37 # C flag is set if LE, clear if GE
/arch/cris/include/arch-v10/arch/
H A Dbug.h22 unsigned short clear; member in struct:bug_frame
35 __asm__ __volatile__ ("clear.d [" __stringify(BUG_MAGIC) "]\n\t"\
46 __asm__ __volatile__ ("clear.d [" __stringify(BUG_MAGIC) "]\n\t"\
/arch/alpha/lib/
H A Dstrncpy.S36 or $3, $24, $3 # clear the bits between the last
46 subq $27, 1, $2 # clear the final bits in the prev word
72 1: ldq_u $1, 0($16) # clear the leading bits in the final word
H A Dstrcat.S34 $found: negq $2, $3 # clear all but least set bit
/arch/mips/include/asm/
H A Dhugetlb.h63 pte_t clear; local
66 pte_val(clear) = (unsigned long)invalid_pte_table;
67 set_pte_at(mm, addr, ptep, clear);
/arch/sh/boards/mach-hp6xx/
H A Dpm_wakeup.S24 ! clear STBY bit
/arch/arm/boot/compressed/
H A Dhead-xscale.S31 bic r0, r0, #0x05 @ clear DC, MMU
32 bic r0, r0, #0x1000 @ clear Icache
/arch/arm/mach-orion5x/include/mach/
H A Dentry-macro.S22 ands \irqstat, \irqstat, \tmp @ clear Z flag if any
/arch/mips/include/asm/mach-lantiq/falcon/
H A Dlantiq_soc.h57 #define ltq_sys1_w32_mask(clear, set, reg) \
58 ltq_sys1_w32((ltq_sys1_r32(reg) & ~(clear)) | (set), reg)
/arch/mips/include/asm/mach-lantiq/
H A Dlantiq.h18 #define ltq_w32_mask(clear, set, reg) \
19 ltq_w32((ltq_r32(reg) & ~(clear)) | (set), reg)
/arch/arm/mach-sa1100/
H A Dhackkit.c116 u_int set = 0, clear = 0;
121 clear |= PT_CTRL2_RS1_RTS;
126 clear |= PT_CTRL2_RS1_DTR;
128 PTCTRL2_clear(clear);
H A Dsleep.S119 @ Step 1 clear RT field of all MSCx registers
124 @ Step 2 clear DRI field in MDREFR
130 @ Step 4 clear DE bis in MDCNFG
133 @ Step 5 clear DRAM refresh control register

Completed in 477 milliseconds

12345678