Searched refs:serdatr (Results 1 – 4 of 4) sorted by relevance
253 int serdatr; in receive_chars() local261 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()1105 status = custom.serdatr; in get_lsr_info()1445 while(!((lsr = custom.serdatr) & SDR_TSRE)) { in rs_wait_until_sent()1669 state->port = (int)&custom.serdatr; /* Just to give it a value */ in amiga_serial_probe()1774 while (!(custom.serdatr & 0x2000)) in amiga_serial_putc()
95 DEFINE(C_SERDATR, offsetof(struct CUSTOM, serdatr)); in main()
652 while (!(amiga_custom.serdatr & 0x2000)) in amiga_serial_putc()678 ch = amiga_custom.serdatr & 0xff;
100 unsigned short serdatr; member