Searched refs:rUCON0 (Results 1 – 2 of 2) sorted by relevance
11 #define rUCON0 (*(volatile unsigned *)(uart_base + 0x04)) // UART 0 Control macro
209 rUCON0 = ucon0; in apple_uart_init()225 rUCON0 |= 0x2000; in apple_uart_enable_irq()232 rUCON0 &= ~(0x2000); in apple_uart_disable_irq()262 if (rUCON0 & 0x400) { in apple_uart_set_baud_rate()