Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/atari/
Ddebug.c73 while (!(acia.mid_ctrl & ACIA_TDRE)) /* wait for tx buf empty */ in ata_midi_out()
Datakeyb.c327 if (acia_stat & ACIA_TDRE) { in ikbd_write()
/linux-6.1.9/arch/m68k/include/asm/
Datarihw.h642 #define ACIA_TDRE (1<<1) /* Transmit Data Register Empty */ macro