Lines Matching refs:intena
199 custom.intena = IF_TBE; in rs_stop()
220 custom.intena = IF_SETCLR | IF_TBE; in rs_start()
353 custom.intena = IF_TBE; in transmit_chars()
372 custom.intena = IF_TBE; in transmit_chars()
425 custom.intena = IF_SETCLR | IF_TBE; in check_modem_status()
441 custom.intena = IF_TBE; in check_modem_status()
558 custom.intena = IF_SETCLR | IF_RBF | IF_TBE; in startup()
624 custom.intena = IF_RBF | IF_TBE; in shutdown()
822 custom.intena = IF_SETCLR | IF_TBE; in rs_flush_chars()
867 custom.intena = IF_SETCLR | IF_TBE; in rs_write()
927 custom.intena = IF_SETCLR | IF_TBE; in rs_send_xchar()
1351 custom.intena = IF_RBF; in rs_close()
1680 custom.intena = IF_RBF | IF_TBE; in amiga_serial_probe()
1763 unsigned short intena = custom.intenar; in serial_console_write() local
1765 custom.intena = IF_TBE; in serial_console_write()
1773 custom.intena = IF_SETCLR | (intena & IF_TBE); in serial_console_write()