Searched refs:dicr (Results 1 – 4 of 4) sorted by relevance
76 int dicr; in getDebugChar() local85 dicr = tx3927_sioptr(0)->dicr; in getDebugChar()86 tx3927_sioptr(0)->dicr = 0; in getDebugChar()101 tx3927_sioptr(0)->dicr = dicr; in getDebugChar()121 tx3927_sioptr(0)->dicr = 0; in debugInit()
70 int dicr; in getch() local74 dicr = tx3927_sioptr(1)->dicr; in getch()75 tx3927_sioptr(1)->dicr = 0; in getch()90 tx3927_sioptr(1)->dicr = dicr; in getch()
270 sio_reg(info)->dicr &= ~TXx927_SIDICR_TIE; in rs_stop()288 sio_reg(info)->dicr |= TXx927_SIDICR_TIE; in rs_start()426 sio_reg(info)->dicr &= ~TXx927_SIDICR_TIE; in transmit_chars()451 sio_reg(info)->dicr &= ~TXx927_SIDICR_TIE; in transmit_chars()482 if (!(sio_reg(info)->dicr & TXx927_SIDICR_TIE)) in rs_interrupt_single()712 sio_reg(info)->dicr = TXx927_SIDICR_RIE; in startup()801 sio_reg(info)->dicr = 0; /* disable all intrs */ in shutdown()990 sio_reg(info)->dicr |= TXx927_SIDICR_TIE; in rs_flush_chars()1069 sio_reg(info)->dicr |= TXx927_SIDICR_TIE; in rs_write()1125 sio_reg(info)->dicr |= TXx927_SIDICR_TIE; in rs_send_xchar()[all …]
33 volatile unsigned long dicr; member