Searched refs:serdatr (Results 1 – 6 of 6) sorted by relevance
286 int serdatr; in receive_chars() local294 serdatr = custom.serdatr; in receive_chars()299 if((serdatr & 0x1ff) == 0) in receive_chars()301 if(serdatr & SDR_OVRUN) in receive_chars()304 ch = serdatr & 0xff; in receive_chars()531 if (custom.serdatr & SDR_TBE) { in ser_tx_int()1254 status = custom.serdatr; in get_lsr_info()1668 while(!((lsr = custom.serdatr) & SDR_TSRE)) { in rs_wait_until_sent()2178 state->port = (int)&custom.serdatr; /* Just to give it a value */ in rs_init()2276 while (!(custom.serdatr & 0x2000)) in module_exit()
94 DEFINE(C_SERDATR, offsetof(struct CUSTOM, serdatr)); in main()
615 while (!(custom.serdatr & 0x2000)) in __debug_ser_out()627 c = custom.serdatr; in __debug_ser_in()
129 unsigned short serdatr; member
785 while (!(custom.serdatr & 0x2000)) in amiga_serial_putc()817 ch = custom.serdatr & 0xff; in amiga_serial_console_wait_key()
887 while (!(custom.serdatr & 0x2000)) in amiga_serial_putc()913 ch = custom.serdatr & 0xff; in amiga_serial_console_wait_key()