HomeSort by relevance Sort by last modified time
    Searched refs:UartMmioBase (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
mrc.c 23 extern uint32_t UartMmioBase;
31 UartMmioBase = mrc_params->uart_mmio_base;
lprint.c 21 uint32_t UartMmioBase = 0;
96 while ((*(volatile uint8_t*) (UartMmioBase + R_UART_LSR) & B_UART_LSR_RXRDY) == 0);
97 c = *(volatile uint8_t*) (UartMmioBase + R_UART_BAUD_THR);
111 if((*(volatile uint8_t*) (UartMmioBase + R_UART_LSR) & B_UART_LSR_RXRDY) != 0)
113 c = *(volatile uint8_t*) (UartMmioBase + R_UART_BAUD_THR);
137 == (B_UART_LSR_TEMT & *((volatile uint8_t*) (UartMmioBase + R_UART_LSR))))
139 *((volatile uint8_t*) (UartMmioBase + R_UART_BAUD_THR)) = c;
332 if (0 == UartMmioBase)

Completed in 613 milliseconds