Lines Matching refs:intena
164 custom.intena = IF_TBE; in rs_stop()
182 custom.intena = IF_SETCLR | IF_TBE; in rs_start()
315 custom.intena = IF_TBE; in transmit_chars()
334 custom.intena = IF_TBE; in transmit_chars()
387 custom.intena = IF_SETCLR | IF_TBE; in check_modem_status()
403 custom.intena = IF_TBE; in check_modem_status()
520 custom.intena = IF_SETCLR | IF_RBF | IF_TBE; in startup()
586 custom.intena = IF_RBF | IF_TBE; in shutdown()
778 custom.intena = IF_SETCLR | IF_TBE; in rs_flush_chars()
820 custom.intena = IF_SETCLR | IF_TBE; in rs_write()
871 custom.intena = IF_SETCLR | IF_TBE; in rs_send_xchar()
1276 custom.intena = IF_RBF; in rs_close()
1597 custom.intena = IF_RBF | IF_TBE; in amiga_serial_probe()
1680 unsigned short intena = custom.intenar; in serial_console_write() local
1682 custom.intena = IF_TBE; in serial_console_write()
1690 custom.intena = IF_SETCLR | (intena & IF_TBE); in serial_console_write()