Searched refs:AUX_MU_IO_REG (Results 1 – 11 of 11) sorted by relevance
98 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()113 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
20 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
97 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()112 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
19 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
96 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()111 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
146 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()168 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()200 AUX_MU_IO_REG(earlycon_base) = c; in early_putc()
86 #define AUX_MU_IO_REG(BASE) HWREG32(BASE + 0x40) /* Mini Uart I/O Data 8bit */ macro
167 AUX_MU_IO_REG(uart->hw_base) = c; in uart_putc()189 ch = AUX_MU_IO_REG(uart->hw_base) & 0xff; in uart_getc()
Completed in 21 milliseconds