Home
last modified time | relevance | path

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

/xnu-8020.121.3/pexpert/pexpert/arm/
H A Dapple_uart_regs.h11 #define rUCON0 (*(volatile unsigned *)(uart_base + 0x04)) // UART 0 Control macro
/xnu-8020.121.3/pexpert/arm/
H A Dpe_serial.c209 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()