Searched refs:flcr (Results 1 – 3 of 3) sorted by relevance
125 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()
704 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 …]
37 volatile unsigned long flcr; member