Searched refs:acia (Results 1 - 4 of 4) sorted by relevance

/arch/m68k/atari/
H A Datakeyb.c141 if (acia.mid_ctrl & ACIA_IRQ)
144 acia_stat = acia.key_ctrl;
146 if (!((acia_stat | acia.mid_ctrl) & ACIA_IRQ))
153 scancode = acia.key_data;
172 scancode = acia.key_data; /* get it or reset the ACIA, I'll get it! */
327 acia_stat = acia.key_ctrl;
329 acia.key_data = *str++;
583 acia.key_ctrl = ACIA_RESET |
586 (void)acia.key_ctrl;
587 (void)acia
[all...]
H A Ddebug.c73 while (!(acia.mid_ctrl & ACIA_TDRE)) /* wait for tx buf empty */
75 acia.mid_data = c;
150 while (!(acia.mid_ctrl & ACIA_RDRF)) /* wait for rx buf filled */
152 return acia.mid_data;
283 acia.mid_ctrl = div | csize | parity |
H A Dconfig.c219 acia.key_ctrl = ACIA_DIV64 | ACIA_D8N1S | ACIA_RHTID;
221 acia.mid_ctrl = ACIA_DIV16 | ACIA_D8N1S | ACIA_RHTID;
509 acia.key_ctrl = ACIA_RESET;
511 acia.mid_ctrl = ACIA_RESET;
/arch/m68k/include/asm/
H A Datarihw.h663 # define acia ((*(volatile struct ACIA*)ACIA_BAS)) macro

Completed in 143 milliseconds