Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ __uart_init
Function
__uart_init
src/include/console/uart.h:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
#if __CONSOLE_SERIAL_ENABLE__
76
static inline void __uart_init(void)
77
{
78
uart_init(get_uart_for_console());
79
}
80
static inline void __uart_tx_byte(u8 data)
81
{
82
uart_tx_byte(get_uart_for_console(), data);
Callers
2
console_hw_init
Function · 0.85
console_hw_init
Function · 0.85
Calls
2
get_uart_for_console
Function · 0.85
uart_init
Function · 0.50
Tested by
no test coverage detected