Home
last modified time | relevance | path

Searched refs:orw (Results 1 – 7 of 7) 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
/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.c2626 int crw = 0, orw = 0; in open_flags_match() local
2635 orw = 1; in open_flags_match()
2637 if (cifs_convert_flags(oflags, orw) != cifs_convert_flags(cflags, crw)) in open_flags_match()