Home
last modified time | relevance | path

Searched refs:flcr (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dkgdb_io.c125 tx3927_sioptr(0)->flcr = 0x02; in debugInit()
150 tx3927_sioptr(0)->flcr = TXx927_SIFLCR_RCS | TXx927_SIFLCR_TES | in debugInit()
153 tx3927_sioptr(0)->flcr &= ~(TXx927_SIFLCR_RSDE | TXx927_SIFLCR_TSDE); in debugInit()
/linux-2.4.37.9/drivers/char/
Dserial_txx927.c704 sio_reg(info)->flcr = TXx927_SIFLCR_RCS | TXx927_SIFLCR_TES | in startup()
707 sio_reg(info)->flcr &= ~(TXx927_SIFLCR_RSDE | TXx927_SIFLCR_TSDE); in startup()
804 sio_reg(info)->flcr &= ~TXx927_SIFLCR_TBRK; in shutdown()
808 sio_reg(info)->flcr |= TXx927_SIFLCR_RTSSC|TXx927_SIFLCR_RSDE; in shutdown()
906 sio_reg(info)->flcr = TXx927_SIFLCR_RCS | TXx927_SIFLCR_TES | in change_speed()
910 …sio_reg(info)->flcr &= ~(TXx927_SIFLCR_RCS | TXx927_SIFLCR_TES | TXx927_SIFLCR_RSDE | TXx927_SIFLC… in change_speed()
1157 sio_reg(info)->flcr |= TXx927_SIFLCR_RTSSC|TXx927_SIFLCR_RSDE; in rs_throttle()
1184 sio_reg(info)->flcr &= ~(TXx927_SIFLCR_RTSSC|TXx927_SIFLCR_RSDE); in rs_unthrottle()
1201 result = ((sio_reg(info)->flcr & TXx927_SIFLCR_RTSSC) ? 0 : TIOCM_RTS) in get_modem_info()
1221 sio_reg(info)->flcr &= ~(TXx927_SIFLCR_RTSSC|TXx927_SIFLCR_RSDE); in set_modem_info()
[all …]
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtxx927.h37 volatile unsigned long flcr; member