Searched refs:oldcsr (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/math-emu/
H A Ddp_sqrt.c34 struct _ieee754_csr oldcsr; ieee754dp_sqrt() local
79 oldcsr = ieee754_csr; ieee754dp_sqrt()
137 oldcsr.cx |= IEEE754_INEXACT; ieee754dp_sqrt()
138 oldcsr.sx |= IEEE754_INEXACT; ieee754dp_sqrt()
140 switch (oldcsr.rm) { ieee754dp_sqrt()
160 ieee754_csr = oldcsr; ieee754dp_sqrt()
/linux-4.4.14/drivers/scsi/
H A Dsun3_scsi.c553 unsigned short oldcsr; sun3_scsi_probe() local
555 oldcsr = dregs->csr; sun3_scsi_probe()
561 dregs->csr = oldcsr; sun3_scsi_probe()

Completed in 141 milliseconds