Home
last modified time | relevance | path

Searched refs:orw (Results 1 – 10 of 10) sorted by relevance

/linux/arch/m68k/fpsp040/
H A Dscale.S106 orw #0x8000,%d1
115 orw #0x8000,%d1
125 orw #0x8000,%d1
153 orw #0x8000,%d1
195 orw #0x8000,FPTEMP_EX(%a6) |set sign bit
H A Dstan.S331 orw #0x8000,FP_SCR2(%a6) |positive arg
332 orw #0x8000,FP_SCR3(%a6)
H A Dsgetem.S82 orw #0x7fff,%d0 |clear old exp
H A Dres_func.S846 orw #0x3fff,%d0 |force the exponent to +/- 1
1021 orw #0x3fff,%d0 |force the exponent to +/- 1
/linux/arch/m68k/kernel/
H A Drelocate_kernel.S58 orw #0xe020,%d0 /* Map 16 MiB, enable, cacheable */
128 orw #0x808,%d0
H A Dhead.S2050 orw #TTR_ENABLE+TTR_RWM+TTR_FCB2+TTR_FCM1+TTR_FCM0,%d1
2054 orw #TTR_CI,%d1
2071 orw #TTR_ENABLE+TTR_KERNELMODE,%d1
2142 orw #_PAGE_PRESENT+_PAGE_ACCESSED+_PAGE_DIRTY,%d0
2372 orw #_PAGE_TABLE+_PAGE_ACCESSED,%d0
2402 orw #_PAGE_TABLE+_PAGE_ACCESSED,%d0
2425 orw #_PAGE_PRESENT+_PAGE_ACCESSED+_PAGE_DIRTY,%d0
2638 orw #_PAGE_TABLE+_PAGE_ACCESSED,%d0
/linux/arch/x86/math-emu/
H A Dwm_shrx.S142 orw %bx,%bx /* Any of the 63 bit set ? */
184 orw %bx,%bx
H A Dreg_round.S427 orw $0x8000,EXP(%edi) /* Negative sign for the result. */
/linux/drivers/net/wan/
H A Dwanxlfw.S313 orw #STATUS_CABLE_DTR, csr_output(%d0) // DTR on
728 orw %d2, %d1 // D1 = all requested output bits
747 orw #STATUS_CABLE_DCD, %d1 // DCD on
/linux/fs/smb/client/
H A Dfile.c2516 int crw = 0, orw = 0; in open_flags_match() local
2525 orw = 1; in open_flags_match()
2527 if (cifs_convert_flags(oflags, orw) != cifs_convert_flags(cflags, crw)) in open_flags_match()