Searched refs:uart_base (Results 1 – 2 of 2) sorted by relevance
10 #define rULCON0 (*(volatile unsigned *)(uart_base + 0x00)) // UART 0 Line control11 #define rUCON0 (*(volatile unsigned *)(uart_base + 0x04)) // UART 0 Control12 #define rUFCON0 (*(volatile unsigned *)(uart_base + 0x08)) // UART 0 FIFO control13 #define rUMCON0 (*(volatile unsigned *)(uart_base + 0x0c)) // UART 0 Modem control14 #define rUTRSTAT0 (*(volatile unsigned *)(uart_base + 0x10)) // UART 0 Tx/Rx status15 #define rUERSTAT0 (*(volatile unsigned *)(uart_base + 0x14)) // UART 0 Rx error status16 #define rUFSTAT0 (*(volatile unsigned *)(uart_base + 0x18)) // UART 0 FIFO status17 #define rUMSTAT0 (*(volatile unsigned *)(uart_base + 0x1c)) // UART 0 Modem status18 #define rUTXH0 (*(volatile unsigned *)(uart_base + 0x20)) // UART 0 Transmission Hold19 #define rURXH0 (*(volatile unsigned *)(uart_base + 0x24)) // UART 0 Receive buffer[all …]
172 MARK_AS_HIBERNATE_DATA static vm_offset_t uart_base = 0; variable697 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()