Searched refs:serdatr (Results 1 – 4 of 4) sorted by relevance
253 int serdatr; in receive_chars() local262 serdatr = custom.serdatr; in receive_chars()267 if((serdatr & 0x1ff) == 0) in receive_chars()269 if(serdatr & SDR_OVRUN) in receive_chars()272 ch = serdatr & 0xff; in receive_chars()491 if (custom.serdatr & SDR_TBE) { in ser_tx_int()1141 status = custom.serdatr; in get_lsr_info()1477 while(!((lsr = custom.serdatr) & SDR_TSRE)) { in rs_wait_until_sent()1718 state->port = (int)&custom.serdatr; /* Just to give it a value */ in amiga_serial_probe()1830 while (!(custom.serdatr & 0x2000)) in amiga_serial_putc()
94 DEFINE(C_SERDATR, offsetof(struct CUSTOM, serdatr)); in main()
637 while (!(amiga_custom.serdatr & 0x2000)) in amiga_serial_putc()663 ch = amiga_custom.serdatr & 0xff;
124 unsigned short serdatr; member