Home
last modified time | relevance | path

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

/xnu-8792.61.2/pexpert/arm/
H A Dpe_serial.c201 rUCON0 = ucon0; in apple_uart_init()
217 rUCON0 |= 0x2000; in apple_uart_enable_irq()
224 const uint32_t ucon0 = rUCON0; in apple_uart_disable_irq()
228 rUCON0 = ucon0 & ~(0x2000); in apple_uart_disable_irq()
261 if (rUCON0 & 0x400) { in apple_uart_set_baud_rate()
/xnu-8792.61.2/pexpert/pexpert/arm/
H A Dapple_uart_regs.h11 #define rUCON0 (*(volatile unsigned *)(uart_base + 0x04)) // UART 0 Control macro