Searched refs:ACIA_TDRE (Results 1 – 3 of 3) sorted by relevance
73 while (!(acia.mid_ctrl & ACIA_TDRE)) /* wait for tx buf empty */ in ata_midi_out()
327 if (acia_stat & ACIA_TDRE) { in ikbd_write()
645 #define ACIA_TDRE (1<<1) /* Transmit Data Register Empty */ macro