Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ uart_platform_baseptr
Function
uart_platform_baseptr
src/include/console/uart.h:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
uintptr_t uart_platform_base(unsigned int idx);
63
64
static inline void *uart_platform_baseptr(unsigned int idx)
65
{
66
return (void *)uart_platform_base(idx);
67
}
68
69
void oxford_remap(unsigned int new_base);
70
Callers
15
uart_init
Function · 0.85
uart_tx_byte
Function · 0.85
uart_rx_byte
Function · 0.85
uart_tx_flush
Function · 0.85
uart_init
Function · 0.85
uart_tx_byte
Function · 0.85
uart_tx_flush
Function · 0.85
uart_rx_byte
Function · 0.85
uart_init
Function · 0.85
uart_tx_byte
Function · 0.85
uart_tx_flush
Function · 0.85
uart_rx_byte
Function · 0.85
Calls
1
uart_platform_base
Function · 0.50
Tested by
no test coverage detected