Lines Matching defs:old_cr
267 unsigned int old_cr; /* state during shutdown */
1792 cr = uap->old_cr & (UART011_CR_RTS | UART011_CR_DTR);
1859 uap->old_cr = cr;
1968 unsigned int lcr_h, old_cr;
2034 old_cr = pl011_read(uap, REG_CR);
2038 if (old_cr & UART011_CR_RTS)
2039 old_cr |= UART011_CR_RTSEN;
2041 old_cr |= UART011_CR_CTSEN;
2044 old_cr &= ~(UART011_CR_CTSEN | UART011_CR_RTSEN);
2050 old_cr |= ST_UART011_CR_OVSFACT;
2052 old_cr &= ~ST_UART011_CR_OVSFACT;
2078 pl011_write(old_cr, uap, REG_CR);
2209 unsigned int old_cr = 0, new_cr;
2227 old_cr = pl011_read(uap, REG_CR);
2228 new_cr = old_cr & ~UART011_CR_CTSEN;
2244 pl011_write(old_cr, uap, REG_CR);
2610 uap->old_cr = 0;