Home
last modified time | relevance | path

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

/xnu-8792.81.2/pexpert/pexpert/arm/
H A Dapple_uart_regs.h10 #define rULCON0 (*(volatile unsigned *)(uart_base + 0x00)) // UART 0 Line control
11 #define rUCON0 (*(volatile unsigned *)(uart_base + 0x04)) // UART 0 Control
12 #define rUFCON0 (*(volatile unsigned *)(uart_base + 0x08)) // UART 0 FIFO control
13 #define rUMCON0 (*(volatile unsigned *)(uart_base + 0x0c)) // UART 0 Modem control
14 #define rUTRSTAT0 (*(volatile unsigned *)(uart_base + 0x10)) // UART 0 Tx/Rx status
15 #define rUERSTAT0 (*(volatile unsigned *)(uart_base + 0x14)) // UART 0 Rx error status
16 #define rUFSTAT0 (*(volatile unsigned *)(uart_base + 0x18)) // UART 0 FIFO status
17 #define rUMSTAT0 (*(volatile unsigned *)(uart_base + 0x1c)) // UART 0 Modem status
18 #define rUTXH0 (*(volatile unsigned *)(uart_base + 0x20)) // UART 0 Transmission Hold
19 #define rURXH0 (*(volatile unsigned *)(uart_base + 0x24)) // UART 0 Receive buffer
[all …]
/xnu-8792.81.2/pexpert/arm/
H A Dpe_serial.c172 MARK_AS_HIBERNATE_DATA static vm_offset_t uart_base = 0; variable
697 uart_base = gHibernateGlobals.hibUartRegPhysBase; in serial_hibernation_init()
714 uart_base = gHibernateGlobals.hibUartRegVirtBase; in serial_hibernation_cleanup()
835 uart_base = ml_io_map(soc_base + *reg_prop, *(reg_prop + 1)); in serial_init()
839 uart_base = ml_io_map(soc_base + *reg_prop, *(reg_prop + 1)); in serial_init()
843 uart_base = ml_io_map(soc_base + *reg_prop, *(reg_prop + 1)); in serial_init()
902 if (uart_base) { in serial_init()
903 gHibernateGlobals.hibUartRegPhysBase = ml_vtophys(uart_base); in serial_init()
904 gHibernateGlobals.hibUartRegVirtBase = uart_base; in serial_init()