Home
last modified time | relevance | path

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

/drivers/tty/
Damiserial.c253 int serdatr; in receive_chars() local
261 serdatr = custom.serdatr; in receive_chars()
266 if((serdatr & 0x1ff) == 0) in receive_chars()
268 if(serdatr & SDR_OVRUN) in receive_chars()
271 ch = serdatr & 0xff; in receive_chars()
485 if (custom.serdatr & SDR_TBE) { in ser_tx_int()
1096 status = custom.serdatr; in get_lsr_info()
1419 while(!((lsr = custom.serdatr) & SDR_TSRE)) { in rs_wait_until_sent()
1645 state->port = (int)&custom.serdatr; /* Just to give it a value */ in amiga_serial_probe()
1750 while (!(custom.serdatr & 0x2000)) in amiga_serial_putc()